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

body {
	background-color:#CCC;
}

@font-face {
	font-family: AauxProBlack;
	src: url('http://jessehlebo.com/AuxProBlack.ttf');	
}

.Font {
	font-family: 'Didact Gothic', sans-serif;
	color:#ffff00;
	
}

.bodyText {
	font-family: 'Didact Gothic', sans-serif;
	font-size:14px;

}

u-dormant {
	text-decoration:none;
	background-image:url(images/elements/Underline_V1.png);
	background-repeat:repeat-x;
	background-position:100% 100%;
	padding-bottom: 1px;
	white-space: nowrap;
}

u2-dormant {
	text-decoration:none;
	background-image:url(images/elements/Underline_V2.png);
	background-repeat:repeat-x;
	background-position:100% 100%;
	padding-bottom: 1px;
	white-space: nowrap;
}

u3-dormant {
	text-decoration:none;
	background-image:url(images/elements/Underline_V3-1.png);
	background-repeat:repeat-x;
	background-position:100% 100%;
	padding-bottom: 1px;
	white-space: nowrap;
}

#content {
	display:block;
	width:100%;
	height:100%;
}

#arrowWrap {
	height:50px
}

#arrowDiv {
	top:50px;
	left:5px;
	width:20px;
	height:20px;
	z-index:50;
}

.arrow {
	position:fixed;
	display:block;
	top:50px;
	left:5px;
	width:20px;
	height:20px;
	z-index:50;
}

.sticky #mainDiv {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}


#infoDiv {
	position:fixed;
	width:335px;
	height:350px;
	border: outset #FFF 15px; 
	left:40%;
	top:15%;
	z-index:10;
}

#contactDiv {
	position:fixed;
	width:335px;
	height:350px;
	border: outset #FFF 15px; 
	left:40%;
	top:15%;
	z-index:10;
}

#logoDiv {
	top:5px;
	width:99%;
	position:fixed;
	z-index:10;
}

#oneDiv {
	position:absolute;
	top:200px;
	margin-left:5%;
	width:50%;
	height:6000px;
	z-index:1;
}

#twoDiv {
	position:absolute;
	left:60%;
	top:200px;
	width:50%;
	height:6000px;
	z-index:1;
}

#threeDiv {
	position:absolute;
	left:115%;
	top:200px;
	width:50%;
	height:6000px;
	z-index:1;
}

#next {
	font-size: 2.2em;
	display: block;
	width: 200px;
	margin: 0 auto 72px;
}

.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.videoWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


a:link {color: #ffff00; text-decoration: none;  -webkit-transition: background-color 2s linear;
}
a:hover {color:#FFF;
}
a:visited {color:#FFF;
}