@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 100%;
	background-color: white;
	background-image: url(../media/tile-texture.jpg);
	background-repeat: repeat;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1280px;
	max-height: 720px;
	background-color: transparent;
}

#ratio_holder {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1280px;
	max-height: 720px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

#header p a {
	text-decoration: none;
}

#logo {
	position: relative;
	top: 0;
	left: 4%;
	width: 20%;
	max-width: 400px;
	float: left;
}

#contact {
	position: relative;
	top: 0;
	left: 4%;
	width: 45%;
	max-width: 550px;
	float: left;
	clear: both;
	background-color: #878787;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
	/* IE 5-7 */
	filter: alpha(opacity=94);
	/* Netscape */
	-moz-opacity: .94;
	/* Safari 1.x */
	-khtml-opacity: .94;
	/* Good browsers */
	opacity: 0.94;
}

#contact p {
	/*margin-top: 14px;*/
	padding: .3em .6em;
	font-family: 'quan_bookregular', Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-size: 1.3em;
	line-height: 1em;
	color: white;
	font-weight: normal;
}

.bold {
	font-family: 'quan_boldregular', Arial, Helvetica, sans-serif;
}

.black {
	font-family: 'quan_boldregular', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .9em;
	color: black;
}

.black a {
	text-decoration: none;
}

#contact h1 {
	/*margin-top: 14px;*/
	padding: .3em .8em;
	font-family: 'TrajanProBold', Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	color: #2a2a2a;
	font-weight: normal;
	background-color: #959595;	
}

#contact_close {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 94%;
	margin-top: .2em; 
	float: right;
	width: 5%;	
}

#contact a:link, #contact a:visited {
	color: black;
}

#contact .hit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: aqua;
	z-index: 20;
	opacity: 0;
}

.sec {
	position: absolute;
	top: 0;
	left: 4%;
	margin-top: 18em;
	width: 66%;
	padding: 1%;
	background-color: rgba(255,255,255,.8);

}

.sec p {
	font-family: 'quan_bookregular', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 1em;
	width: 100%;
	color: #646464;
	letter-spacing: -.03em;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 11%;
	overflow: hidden;
	background-color: transparent;
	
}

#link_wrapper {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	/*height: 50px;*/
	text-align: center;
	background-color: transparent;
}

.nav_btn {
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
	float: left;
	background-color: transparent;
	opacity: .8;
}

.nav_btn_spacer {
	position: relative;
	top: 0;
	left: 0;
	width: 4%;
	height: 10px;
	float: left;
	background-color: transparent;
}

#link_wrapper h1 {
	margin-top: 14px;
	font-family: 'TrajanProRegular', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: white;
	font-weight: normal;
}

#fullscreen_video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

/*
#link_wrapper .hit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: white;
	opacity: 0;
}
*/

@media only screen and (max-width: 1024px) {
	body {
		font-size: 80%;
	}
}

@media only screen and (max-width: 800px) {
	body {
		font-size: 70%;
	}
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 60%;
	}
}

@media only screen and (max-width: 400px) {
	body {
		font-size: 40%;
	}
}

/*iPad Code*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#wrapper {
		width: 1000px;
		height: 562px;		
	}
	
	#fullscreen_video {
		position: relative;
		top: 0;
		left: 0;
		width: 1000px;
		height: 562px;
		z-index: 0;
	}
}