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

@import url("../webfonts/futura/stylesheet.css");
@import url("../webfonts/stereonic/stylesheet.css");

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000;
}


a img {border: none;} 


html { 
-webkit-text-size-adjust:none; 
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address {
	margin: 0;
	padding: 0;
}


/*MOBILE MENU*/

nav {
	width: 100%;
	text-align: center;
}

nav ul {
	font-size: 18px;
	font-family:"stereonicxl";
	font-weight: normal;
	line-height: 50px;
}

nav li {
	display: block;	
}

nav ul li a {
	color: #000;
	text-decoration: none;
	padding: 10px;
}

nav a:hover {
	color: #FEE078;	
}

nav a:visited {
	color: #000;
}

.menu {
	display:block;
	width: 100%;
	height: 390px;
	padding-top:60px;
	position: absolute;
	top: -502px;
	z-index: 110;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color:  #EFB800;
}


.menu-icon {
	display: block;
    position: absolute;
	top: 0px;
	font-size: 25px;
	float: right;
	z-index: 150;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
}

#menuToggle {
	display:none;	
}

#menuToggle:checked ~ .menu {
	position:absolute;
	top:0px;
}




/*HEADER*/

#hcontainer {
	
}

#header {
	width:98%;
	margin-top: 60px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}



img#logo {
	width: 80%;
	display:block; 
	margin-right:auto;
	margin-left:auto;
	z-index: 1;
	
}



/*MAIN*/

#main {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align:center;
}

#main blockquote {
	margin-right: 2%;
	margin-left: 2%;
}

#main h2 {
	font-family:"stereonicxl";
	font-size:32px;	
	color: #EFB800;
	text-align:center;
	margin-top: 20px;	
	font-weight:normal;
}

#main a img {
	width: 28%;
	margin-right: 1%;
	margin-left:1%;
	margin-top: 20px;
	border: solid 3px #EFB800;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
}

#main a:hover img {
	border: solid 3px #FEE078;
}

#main p {
	font-family:"futurabold";
	color:#FFF;	
	font-size: 13px;
	font-weight:normal;
	margin-top: 40px;
	margin-bottom: 20px;
}


#main p .highlight  {
	color: #EFB800;
	font-size: 12px;
	margin-top: 20px;
}




/*FOOTER*/

#fcontainer {
	margin-top: 20px;
	background-color: #ebb51f;
	background-image:url("../sitephotos/index/footer.png");
	background-repeat: repeat-x;
	background-position:top;
	background-size: 20px 98px;
	padding-top: 40px;
	padding-bottom: 40px; 
	clear:both;
}

#footer {
	width: 98%;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

#footer p {
	font-family:"futuramedium";
	color:#000;
	font-size: 15px;
	
}

#footer p a {
	font-family:"futuramedium";
	color:#000;	
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
	text-decoration:none;
}

#footer p a:hover {
	color: #FEE078;	
}

#footer p a:visted {
	color: #000;	
}


