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

@import url("../webfonts/univers/Univers Condensed.css");

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:'Univers Condensed';
}

a img {border: none;} 


html { 

-webkit-text-size-adjust:none; 
-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

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: 28px;
	font-weight: normal;
	line-height: 55px;
}

nav li {
	display: block;	
}

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

nav a:hover {
	color: #000;
}

nav a:visited {
	color: #FFF;
}

nav .social a img {
	width: 50px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.menu {
	display: none;
	width: 100%;
	height: 290px;
	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: #de515a;
}


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



#headercontainer {
	
}

#header {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	margin-top: 40px;
	
}

#headerleft {
	float: left;
	width: 47%;

}

#headerright {
	float:right;
	width: 47%;
	margin-top: 80px;
	text-align:center;

}

#header #links a {
	text-decoration:none;
	color:#6d6d6d;
	font-size: 24px;
	margin-left: 1.6%;
	margin-right: 1.6%;
	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;
}

#header #links a:hover {
	color: #000;
}

#header #links a:visited {
	color: #6d6d6d;
}

#socialmedia a img {
	width: 8%;
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 1%;
}

img#headshot {
	width:100%;
	vertical-align:bottom;
	
}

img#headshot1 {
	width:85%;
	border: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
    display:block;
    margin-left: 0;
    margin-right: auto;
	
}


#headerright h1 {
	color:#de515a;
	font-size: 75px;
	font-weight:normal;
}

#headerright h2 {
	color:#de515a;
	font-size: 30px;
	margin-top: 45px;
	margin-left: 10px;
	text-align:left;
	font-weight:normal;
	
}


#headerleft h1 {
	display:none;
}










#maincontentcontainer {
	clear:both;
	overflow:hidden;
	
	border-bottom: solid 3px #000;
	
}

#maincontent {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
		
	
}

#maincontentleft {
	float:left;
	width: 50%;
	text-align:center;
	margin-top: 70px;
}

.box {
	width: 95%;
	margin-left:auto;
	margin-right: auto;
	margin-top: 5px;
	
	
}

.box a img {
	width: 100%;
}

#maincontentright {
	float:right;
	width: 50%;
	margin-top: 30px;
}


#maincontent h2 {
	color: #fff;
	font-weight: normal;
	font-size: 40px;
}

img#reel {
	width: 100%;
	vertical-align: bottom;
}




#footercontainer {
	overflow:hidden;
}

#footer {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

#footer p {
	color: #000;
	font-size: 20px;
}

#footer a {
	color:#de515a;
	text-decoration: none;
	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;
	
}

#footer a:hover{
	color:#97353c;
}

#footer a:visited {
	color:#de515a;
}

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

nav ul {
	font-size: 24px;
	line-height: 50px;
}
	
nav .social a img {
	width: 44px;
	margin-top: 20px;
	margin-right: 8px;
	margin-left: 8px;
}

.menu-icon {
	display:block;
	margin-top: 10px;
	margin-left: 10px;
}
	
.menu {
	display:block;
	height: 290px;
}
	
#headercontainer {
	
}

#header {
	width: 95%;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	margin-top: 10px;
}

#headerleft {
	float: none;
	width: 100%;
	text-align:center;

}

#headerright {
	float: none;
	width: 90%;
	margin-right:auto;
	margin-left:auto;
	margin-top: 1%;
}

#headerright h1 {
	display:none;	

}
	
#headerright #socialmedia {
	margin-bottom: 50px;		
}
	
#headerright #socialmedia a img {
	width: 11%;
}
	
#headerright #links {
	display:none;	
}



img#headshot1 {
	width:47%;
	display:block;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right:auto;
	margin-left:auto;
}



#headerleft h1 {
	display:block;
	color:#de515a;
	font-size: 50px;
	font-weight:normal;
	margin-top: 40px;
}








#maincontentcontainer {
	background-image:none;
	border-bottom: solid 2px #000;
	
}

#maincontent {
	width: 300px;
}

#maincontentleft {
	float:none;
	width: 100%;
	text-align:center;
	margin-top: 40px;
}

.box {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 20px;
}



#maincontentright {
	display:none;
}

#maincontent h2 {
	font-size: 30px;
}







#footercontainer {
	background-color: #000;		
}

#footer {
	width: 300px;
	margin-top: 20px;
}

#footer p {
	color: #fff;
	font-size: 18px;
}
	
}


@media screen and (min-width:480px) and (max-width:768px) {
	
.menu-icon {
	display:block;
}
	
.menu {
	display:block;
}
	
#headercontainer {
	
}

#header {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 10px;
}

#headerleft {
	float: none;
	width: 100%;
	text-align:center;

}
	
#headerright {
	float: none;
	width: 90%;
	margin-right:auto;
	margin-left:auto;
	margin-top: 1%;
}

#headerright h1 {
	display:none;	

}
	
#headerright #socialmedia {
	margin-top: 10px;
	margin-bottom: 50px;		
}
	
#headerright #socialmedia a img {
	width: 11%;
}
	
#headerright #links {
	display:none;	
}



img#headshot1 {
	width:47%;
	display:block;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right:auto;
	margin-left:auto;
}




#headerleft h1 {
	display:block;
	color:#de515a;
	font-size: 60px;
	font-weight:normal;
}








#maincontentcontainer {
	background-image:none;
	border-bottom: solid 2px #000;
	
}

#maincontent {
	width: 470px;
	
}

#maincontentleft {
	float:none;
	width: 100%;
	text-align:center;
	margin-top: 40px;
	
}

.box {
	width: 100%;
	margin-bottom: 20px;
}



#maincontentright {
	display:none;
}









#footercontainer {
	background-color: #000;
}

#footer {
	margin-top: 20px;
	width: 470px;
}
	
#footer p {
		color: #fff;
}



}

@media screen and (min-width:769px) and (max-width:999px) {
	
	

#header {
	width: 725px;
	
}

#headerleft {
	

}

#headerright {
	margin-top: 30px;
}

#header #links a {
	font-size: 20px;
}


#socialmedia a img {
	width: 10%;
}



#headerright h1 {
	
	font-size: 60px;
	
}


#headerright h2 {
	font-size: 20px;
	margin-top: 20px;

}











#maincontent {
	width: 750px;
}

#maincontentleft {
	margin-top: 50px;
}


#maincontentright {
	margin-top: 20px;
}


#maincontent h2 {
	font-size: 32px;
}








#footer {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#footer p {
	font-size: 18px;
}







	
}


@media screen and (min-width:1000px) and (max-width:1174px) {
	
	

#header {
	width: 900px;
	
}

#headerleft {
	
	

}

#headerright {
	margin-top: 40px;
}

#header #links a {
	font-size: 22px;
}


#socialmedia a img {
	width: 10%;
}



#headerright h1 {
	
	font-size: 70px;
	
}



#headerright h2 {
	font-size: 25px;		

}










#maincontent {
	width: 750px;
}

#maincontentleft {
	margin-top: 50px;
}


#maincontentright {
	margin-top: 20px;
}


#maincontent h2 {
	font-size: 32px;
}








#footer {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#footer p {
	font-size: 18px;
}







	
}




@media screen and (min-width:1175px) and (max-width:1349px) {
	
	

#header {
	width: 1050px;
	
}

#headerleft {
	
	

}

#headerright {
	margin-top: 40px;
}

#header #links a {
	font-size: 22px;
}


#socialmedia a img {
	width: 10%;
}



#headerright h1 {
	
	font-size: 70px;
	
}
	













#maincontent {
	width: 750px;
}

#maincontentleft {
	margin-top: 50px;
}


#maincontentright {
	margin-top: 20px;
}


#maincontent h2 {
	font-size: 32px;
}








#footer {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#footer p {
	font-size: 18px;
}







	
}

