@charset "utf-8";

.content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}


#section0 {
	background-image: url(../media/bg1.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#section1 {
	background-image: url(../media/bg2.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#section2 {
	background-image: url(../media/bg3.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#section3 {
	background-image: url(../media/3.jpg);
	background-position: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#section4 {
	background-image: url(../media/4.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.mainNavBtn {
	height: 56px;
	width: 156px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	background: #EEEEEE;
	background: -webkit-linear-gradient(#FFF, #999); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #999); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #999); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #999);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #333333;
	box-shadow: 0px 2px 3px #000248;
}
.mainNavBtn:hover {
	background: #FFF;
	background: -webkit-linear-gradient(#FFF, #FFF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFF, #FFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFF, #FFF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFF, #FFF);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #AF383C;
	border-top-color: #F00;
	border-right-color: #F00;
	border-left-color: #F00;
	box-shadow: 0px 0px 10px #F00;
}

.mainNavBtn p {
	color: #0E104B;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-top: 15px;
}
#scrollDiv {
	display: inline-block;
	height: 100px;
	width: 100px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -50px;
}
#topDiv {
	display: none;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:999;
}

#logo {
	margin-bottom: 50px;
}

#mainNav {
	position: relative;
	left: 50%;
	width: 800px;
	margin-left: -404px;
	float: none;
	height: 60px;
	margin-bottom: 80px;
}
#mainNav a {
	margin: 0px;
	height: 60px;
	width: 160px;
	text-transform: none;
	text-decoration: none;
}
h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #FFF;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.textbox1 {
	border: 2px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-right: 100px;
	margin-left: 100px;
	padding: 20px;
}
.textbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	margin-right: 100px;
	margin-left: 100px;
	padding: 20px;
}
#logoTop {
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 999;
	display:none;
}

#section2 {
	background-color: #00F;
}
#section3 {
	background-color: #0F3;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 36px;
	margin-bottom: 100px;
	margin-left:20px;
	margin-right:20px;
}
#navigation2 {
	height: 0px;
	width: 0px;
	visibility: hidden;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	z-index: 12;
	background-repeat: repeat;
	padding:0;
	position:fixed;
}

.content iframe {
	background: none transparent;
	border: none;
	height: 600px;
	width: 50%;
	overflow: hidden; 
}

@media only screen and (max-width: 760px){
#mainNav {
	visibility:hidden;
	height:100px;
	width:0px;
	
}
#logo {
	margin-bottom: 0px;
	height: 240px;
	width: 240px;
	position:relative;
	left:50%;
	margin-left:-120px;
}
#logo img{
	height: 240px;
	width: 240px;
}
h2{
	font-size:24px;
	margin-bottom:40px;
	margin-top:10px;
}
#navigation2 {
		position: absolute;
		height: auto;
		width: 100%;
		visibility: inherit;
	}
}
.textbox2 table {
	text-align: left;
	vertical-align: middle;
	font-size:14px;
}
