@charset "UTF-8";
@import url("../webfonts/Typograph_Pro_Light/stylesheet.css");
@import url("../webfonts/Typograph_Pro_Semi_Bold/stylesheet.css");
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../sitephotos/body/bg.jpg);
	background-repeat: repeat;
	font-family: "Typograph Pro Light";
}

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, blockquote {
	margin: 0;
	padding: 0;
}

/*MOBILE MENU*/

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

nav ul {
	font-size: 18px;
	font-family: "Typograph Pro Light";
	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: #39568e;
}

nav a:visited {
	color: #FFF;
}

.menu {
	display: block;
	width: 100%;
	height: 370px;
	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: #000;
}


.menu-icon {
	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;
}




/*CONTAINER*/

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-image: none;
}

#container #navigation {
	display:none;
}

#container h1 {
	color: #FFF;
	font-size: 40px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 80%;
	font-size: 19px;
	margin-top:40px;
	margin-bottom: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container h3 {
	color:#FFF;	
	font-size:14px;
	text-decoration:underline;
}

#container p {
	color:#FFF;
	width: 95%;
	font-size:13px;
	margin-bottom:30px;	
    margin-left:auto;
	margin-right:auto;
}

#container img#nealheadshot {
	width: 70%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

#amazingaudioplayer-1 {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;	
}

#amazingaudioplayer-2 {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;	
}

#amazingaudioplayer-3 {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;	
}

#container .box {
	text-align:center;
	width:86%;
	margin-left:auto;
	margin-right:auto;	
}

.box a img {
	width: 95%;
	margin-top:10px;
	margin-bottom:5px;
	border: 2px solid #3c3c3c;	
}


#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader.png),
					  url(../sitephotos/body/blackoverlayfooter.png),
					  url(../sitephotos/body/blackoverlay.png);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}



@media screen and (max-width: 350px) {
	
#container h1 {
	color: #FFF;
	font-size: 35px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h3 {
	font-size:13px;
}

#container p {
	font-size:12px;	
}

}

@media screen and (min-width:482px) and (max-width:550px) {
	
.menu-icon {
	position: absolute;
	top: 0px;
	font-size: 25px;
	float: right;
	z-index: 150;
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 0;
	margin-right: 0;

}

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-image: none;
}

#container #navigation {
	display:none;
}

#container h1 {
	color: #FFF;
	font-size: 55px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 83%;
	font-size: 21px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container h3 {
	font-size:18px;
}

#container p {
	width: 95%;
	font-size:13px;
	margin-bottom:30px;	
    margin-left:auto;
	margin-right:auto;
}

#container img#nealheadshot {
	width: 60%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}


#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader.png),
					  url(../sitephotos/body/blackoverlayfooter.png),
					  url(../sitephotos/body/blackoverlay.png);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}


}


@media screen and (min-width:551px) and (max-width:768px) {
	
.menu-icon {
	position: absolute;
	top: 0px;
	font-size: 25px;
	float: right;
	z-index: 150;
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 0;
	margin-right: 0;

}

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-image: none;
}

#container #navigation {
	display:none;
}

#container h1 {
	color: #FFF;
	font-size: 60px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 83%;
	font-size: 21px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container h3 {
	font-size:20px;
}

#container p {
	width: 90%;
	font-size:13px;
	margin-bottom:30px;	
    margin-left:auto;
	margin-right:auto;
}

#container img#nealheadshot {
	width: 60%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

#amazingaudioplayer-1 {
	width: 90%;
	margin-left:auto;
	margin-right:auto;	
}

#amazingaudioplayer-2 {
	width: 90%;
	margin-left:auto;
	margin-right:auto;	
}

#amazingaudioplayer-3 {
	width: 90%;
	margin-left:auto;
	margin-right:auto;	
}

.box a img {
	width: 90%;
	margin-top:10px;
	margin-bottom:5px;
	border: 2px solid #3c3c3c;	
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader.png),
					  url(../sitephotos/body/blackoverlayfooter.png),
					  url(../sitephotos/body/blackoverlay.png);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}

}

@media screen and (min-width:769px) and (max-width:899px) {
	
	/*CONTAINER*/

.menu-icon {
	display:none;
}

#container {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow:hidden;
	background-image: none;
}

#container h1 {
	color: #FFF;
	font-size: 65px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 85%;
	font-size: 24px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container h3 {
	font-size:20px;	
}

#container p {
	width: 80%;
	font-size:13px;
	margin-bottom:30px;	
	margin-left:0px;
	text-align:center;
}

#container img#nealheadshot {
	width: 58%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

#amazingaudioplayer-1 {
	width: 80%;
	margin-left:0px;
	margin-right:auto;	
}

#amazingaudioplayer-2 {
	width: 80%;
	margin-left:0px;
	margin-right:auto;	
}

#amazingaudioplayer-3 {
	width: 80%;
	margin-left:0px;
	margin-right:auto;	
}

#container .box {
	width:85%;
	text-align:left;
}

.box a img {
	width: 80%;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	border: 2px solid #3c3c3c;	
}

#container #navigation {
	text-align:center;	
	display:block;
}

#container #navigation a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

#container #navigation a:hover {
	color: #376ea4;
}

#container #navigation a:visited {
	color: #FFF;
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader_1400.jpg),
					  url(../sitephotos/body/blackoverlayfooter_1400.jpg),
					  url(../sitephotos/body/blackoverlay_1400.jpg);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}
	
}

@media screen and (min-width: 900px) and (max-width: 1199px) {


/*CONTAINER*/

.menu-icon {
	display:none;
}

#container {
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow:hidden;
	background-image: none;
}

#container h1 {
	color: #FFF;
	font-size: 70px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 85%;
	font-size: 28px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container h3 {
	font-size:20px;	
}

#container p {
	width: 70%;
	font-size:13px;
	margin-bottom:30px;	
	margin-left:0px;
	text-align:center;
}

#container img#nealheadshot {
	width: 55%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

#amazingaudioplayer-1 {
	width: 70%;
	margin-left:0px;
	margin-right:auto;	
}

#amazingaudioplayer-2 {
	width: 70%;
	margin-left:0px;
	margin-right:auto;	
}

#amazingaudioplayer-3 {
	width: 70%;
	margin-left:0px;
	margin-right:auto;	
}

#container .box {
	width:85%;
	text-align:left;
}

.box a img {
	width: 70%;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	border: 2px solid #3c3c3c;	
}


#container #navigation {
	text-align:center;	
	display:block;
}

#container #navigation a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

#container #navigation a:hover {
	color: #376ea4;
}

#container #navigation a:visited {
	color: #FFF;
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader_1400.jpg),
					  url(../sitephotos/body/blackoverlayfooter_1400.jpg),
					  url(../sitephotos/body/blackoverlay_1400.jpg);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}

}

@media screen and (min-width: 1200px) {


/*CONTAINER*/

.menu-icon {
	display:none;
}

#container {
	width: 1100px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow:hidden;
	background-image: none;
}

#container h1 {
	color: #FFF;
	font-size: 75px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 85%;
	font-size: 32px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container h3 {
	font-size:20px;	
}

#container p {
	width: 60%;
	font-size:14px;
	margin-bottom:30px;	
	margin-left:0px;
	text-align:center;
}

#container img#nealheadshot {
	width: 46%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

#amazingaudioplayer-1 {
	width: 60%;
	margin-left:0px;
	margin-right:auto;	
}

#amazingaudioplayer-2 {
	width: 60%;
	margin-left:0px;
	margin-right:auto;	
}

#amazingaudioplayer-3 {
	width: 60%;
	margin-left:0px;
	margin-right:auto;	
}

#my-video {
	width:60%;
	
}

#container .box {
	width:85%;
	text-align:left;
}


.box a img {
	width: 60%;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	border: 2px solid #3c3c3c;	
}

#container #navigation {
	text-align:center;	
	display:block;
}

#container #navigation a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

#container #navigation a:hover {
	color: #376ea4;
}

#container #navigation a:visited {
	color: #FFF;
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader_2000.jpg),
					  url(../sitephotos/body/blackoverlayfooter_2000.jpg),
					  url(../sitephotos/body/blackoverlay_2000.jpg);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}

}
