/*
Author: Tiny Telephones
Author URI: http://tinytelephonesmusic.com
*/

/**************************************************
	@FONT-FACE
**************************************************/
@font-face {
    font-family: 'existencelight';
    src: url('../fonts/existence-light-webfont.eot');
    src: url('../fonts/existence-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/existence-light-webfont.woff') format('woff'),
         url('../fonts/existence-light-webfont.ttf') format('truetype'),
         url('../fonts/existence-light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'existencestencil_light';
    src: url('../fonts/existence-stencillight-webfont.eot');
    src: url('../fonts/existence-stencillight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/existence-stencillight-webfont.woff') format('woff'),
         url('../fonts/existence-stencillight-webfont.ttf') format('truetype'),
         url('../fonts/existence-stencillight-webfont.svg#existencestencil_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'existenceunicase_light';
    src: url('../fonts/existence-unicaselight-webfont.eot');
    src: url('../fonts/existence-unicaselight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/existence-unicaselight-webfont.woff') format('woff'),
         url('../fonts/existence-unicaselight-webfont.ttf') format('truetype'),
         url('../fonts/existence-unicaselight-webfont.svg#existenceunicase_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**************************************************
	SITE STYLES
**************************************************/
body {
	background-color: #fff;
}

a {
	color: #2f8bf2;
	text-decoration: none;
}

a:hover {
	color: #6eccb7;
	text-decoration: none;
}

.center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #888888;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal; 
}

h1 {
	font-family: 'existencestencil_light';
}

h1 span {
	color: #444;
	display: block;
	font-size: 30px;
	font-family: 'existencestencil_light';
}

div.header h1 {
	 margin-top: 80px;
}

h2 {
	font-family: 'existencelight';
}

h3 {
	color: #444;
	font-family: 'existencelight';
}

h4 {
	font-family: 'existencestencil_light';
}

h5 {
	font-family: 'existencelight';
	font-size: 28px;
	line-height: 28px;
}

.mint { 
	color: #6eccb7;
}

p span.ss-icon {
	color: #6eccb7;
	padding-right: 6px;
}

.contact h3 {
	padding-bottom: 5px;
}

.contact p {
	line-height: 8px;
}

.btn,
button {
	background-color: red !important;
}

#errordiv .customerrormsg {
	font-size: 12px !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}