@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: "GothamBold-Regular";
	font-weight: normal;
	line-height: 50px;
}

nav li {
	display: block;	
}

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

nav a:hover {
	color:#f82804;
}

nav a:visited {
	color: #FFF;
}

.menu {
	display: none;
	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: #FFF;
	background-color: #0054a6;
}


.menu-icon {
	display:none;
    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:1150px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#header a {
	color: #FFF;
	text-decoration:none;	
}

#header a:visited {
	color:#FFF;
}



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


/*LINKS*/

#lcontainer {
	background-color:  #EFB800;
	clear:both;
	margin-top: 0px;
	padding-top:0px;
}

#links {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	padding-top: 8px;
	padding-bottom: 8px;
	
}

.currentpage {
	color: #FEE078;	
	font-size: 18px;	
	font-family:"stereonicxl";
	text-transform: uppercase;
	margin-right: 1%;
	margin-left:1%;
}

#links a {
	color: #000;
	text-decoration: none;
	font-size: 18px;	
	font-family:"stereonicxl";
	text-transform: uppercase;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
	margin-right: 1%;
	margin-left:1%;
}

#links a:hover {
	color: #FEE078;	
}

#links a:visited {
	color: #000;	
}

#links .dash {
	font-size: 18px;
	color:#FEE078;
}



/*MAIN*/

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

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



#main a img {
	width: 35%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 4px solid #EFB800;	
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
}

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


/*FOOTER*/

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

#footer {
	width: 1200px;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

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

#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;	
}

#footer .dash {
	font-size: 15px;
	color:#FEE078;
	margin-right: 1%;
	margin-left: 1%;
}

@media screen and (min-width: 320px) and (max-width: 699px) {

img#logo {
	width: 100%;
	
}	
	
#header {
	width:320px;
	
	
}	
	
#links {
	width: 320px;
	
	
}
	
.currentpage {	
	font-size: 16px;	
	margin-right: 1%;
	margin-left:1%;
}

#links a {
	font-size: 16px;
	margin-right: 1%;
	margin-left: 1%;
	-o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}
	
#links .dash {
	font-size: 16px;
	color:#FEE078;
}

#main {
	width: 320px;
	
}
	
#main h2 {
	font-size:22px;	
	margin-left: 0px;
	margin-right: 0px;
	line-height: 22px;
	margin-top: 20px;
	
}
	
#main a img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
		
}
	
#footer {
	width: 320px;
	margin-top: 30px;
}
	
#footer p {
	font-size: 11px;
	
}
	
#footer .dash {
	font-size: 11px;
	margin-right: .1%;
	margin-left: .1%;
}
	
#fcontainer {
	background-size: 20px 98px;
	padding-top: 20px;
	padding-bottom: 20px; 
	
}
	
}

@media screen and (min-width: 700px) and (max-width: 979px) {
	
#header {
	width:660px;
	
	
}	
	
#links {
	width: 660px;
	
	
}
	
.currentpage {	
	font-size: 15px;	
	margin-right: .5%;
	margin-left:.5%;
}

#links a {
	font-size: 15px;
	margin-right: .5%;
	margin-left: .5%;
	-o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}
	
#links .dash {
	font-size: 15px;
	color:#FEE078;
}

#main {
	width: 700px;
	
}
	
#main h2 {
	font-size:24px;	
	margin-top: 40px;
	
}


#footer {
	width: 660px;
	margin-top: 30px;
}
	
#footer p {
	font-size: 13px;
	
}
	
#footer .dash {
	font-size: 13px;
	margin-right: .5%;
	margin-left: .5%;
}
	
#fcontainer {
	background-size: 20px 98px;
	padding-top: 20px;
	padding-bottom: 20px; 
	
}
	
}

@media screen and (min-width: 980px) and (max-width: 1320px) {

#header {
	width:900px;
	
	
}	
	
#links {
	width: 900px;
	
	
}
	
#main {
	width: 980px;
	
}
	
#main h2 {
	font-size:26px;	
	
}



#footer {
	width: 900px;

}




}


