@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: 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: #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 {
	border-bottom: solid 3px #000;
}

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

#headerleft {
	float: left;
	width: 50%;
	margin-top: 8px;
	margin-bottom: 10px;
}

#headerright {
	float:right;
	width: 50%;
	text-align:right;
	margin-top: 22px;
	margin-bottom: 10px;
}

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

#headerleft h1 {
	color:#de515a;
	font-size: 40px;
	font-weight:normal;
}

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

#maincontent {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../sitephotos/resume/aboutheadshotdim1.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: right;
	text-align:center;
	padding-top: 80px;
	padding-bottom: 100px;
}

#maincontent2container {
	clear:both; 
  	background-color: #FFF;
	overflow:hidden;
	border-bottom: solid 3px #000;
}

#maincontent2 {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

#maincontent2 #headshots {
	text-align:center;
	margin-top: 50px;
	margin-bottom: 70px;
}

#maincontent2 #headshots a img {
	width: 22%;
	margin-right: 3%;
	margin-left: 3%;
	border: solid 2px #000;
}

#maincontent2 .entry {
	clear:both;
	margin-bottom: 30px;
	overflow:hidden;
}

#maincontent2 .entry .left {
	float: left;
	width: 33%;
	font-size: 18px;
	margin-top: 10px;
}

#maincontent2 .entry .center {
	float: left;
	width: 33%;
	font-size: 18px;
	margin-top: 10px;
	font-style: italic;
}

#maincontent2 .entry .right {
	float: left;
	width: 33%;
	font-size: 18px;
	margin-top: 10px;
}

.circle {
	display:none;
}


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

#maincontent p {
	font-size: 24px;
	color:#fff;
	margin-top: 30px;
}

#maincontent2 h2 {
	color: #000;
	font-weight: normal;
	font-size: 50px;
	text-align:center;
	margin-bottom: 20px;
}

#maincontent2 h3 {
	font-weight:normal;
	clear:both;
	margin-top: 40px;
	font-size: 30px;
	border-bottom: solid 2px #000;
	margin-bottom: 20px;
	display:block;
}

#maincontent2 h4 {
	font-weight:normal;
	font-size: 18px;
}

#maincontent2 h5 {
	font-weight:normal;
	font-size: 42px;
	text-align:center;
	margin-bottom: 10px;
}

#maincontent2 h4 a {
	text-decoration: underline;
	color: #000;
	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;
}

#maincontent2 h4 a:hover {
	color: #333333;
}
#maincontent2 h4 a:visited {
	color: #000;
}

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


#footercontainer {
	background-color: #000;
	overflow:hidden;
}

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

#footer p {
	color: #fff;
	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: 13px;
	margin-left: 10px;
}
	
.menu {
	display:block;
	height: 345px;
}
	
#headercontainer {
	border-bottom: solid 2px #000;
}

#header {
	width: 300px;
	overflow: hidden;
	margin-top: 0px;
}

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

#headerright {
	display:none;
}

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

#maincontent {
	width: 310px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-position: top;
}
	
#maincontent h2 {
	font-size: 40px;
}

#maincontent p {
	font-size: 16px;
	margin-top: 10px;
	text-align: justify;
}

#maincontent2 {
	width: 310px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align:center;
}

#maincontent2 #headshots {
	margin-bottom: 40px;
	margin-top: 30px;
}

#maincontent2 #headshots a img {
	width: 41%;
}

#maincontent2 .entry {
	margin-bottom: 30px;
}

#maincontent2 .entry .left {
	float: none;
	width: 100%;
	font-size: 19px;
	margin-top: 0px;
}

#maincontent2 .entry .center {
	float: none;
	width: 100%;
	font-size: 19px;
	margin-top: 0px;
}

#maincontent2 .entry .right {
	float: none;
	width: 100%;
	font-size: 19px;
	margin-top: 0px;
}

.circle {
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontent2 h2 {
	font-size: 40px;
}

#maincontent2 h3 {
	text-decoration: underline;
	font-size: 23px;
	border-bottom: none;
	font-weight: bold;
}

#maincontent2 h4 {
	font-size: 24px;
}

#maincontent2 p {
	font-size: 19px;	
}

#footer {
	width: 300px;
}

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

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

#header {
	width: 460px;
	overflow: hidden;
	margin-top: 10px;
}

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

}

#headerright {
	display:none;

}




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

#maincontent {
	width: 460px;
	padding-top: 50px;
	padding-bottom: 70px;
}
	
#maincontent h2 {
	font-size: 40px;
	
}

#maincontent p {
	font-size: 20px;
	text-align:justify;
}

#maincontent2 {
	width: 460px;
	padding-top: 50px;
	padding-bottom: 70px;
	text-align:center;
}

#maincontent2 #headshots {
	margin-bottom: 50px;
}

#maincontent2 #headshots a img {
	width: 40%;
}

#maincontent2 .entry {
	margin-bottom: 30px;
}

#maincontent2 .entry .left {
	float: none;
	width: 100%;
	font-size: 22px;
	margin-top: 0px;
	
}

#maincontent2 .entry .center {
	float: none;
	width: 100%;
	font-size: 22px;
	margin-top: 0px;
}

#maincontent2 .entry .right {
	float: none;
	width: 100%;
	font-size: 22px;
	margin-top: 0px;
}

.circle {
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}




#maincontent2 h2 {
	font-size: 40px;
}

#maincontent2 h3 {
	text-decoration: underline;
	font-size: 32px;
	border-bottom: none;
}

#maincontent2 h4 {
	font-size: 24px;
}





#maincontent2 p {
	font-size: 22px;
	
}






#footer {
	width: 470px;
}



}




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

#header {
	width: 740px;
	
}





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





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





#maincontent {
	width: 740px;
	padding-top: 70px;
	padding-bottom: 90px;
}

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

#maincontent p {
	font-size: 21px;
	margin-top: 30px;
	
}


#maincontent2 {
	width: 740px;
	padding-top: 70px;
	padding-bottom: 90px;
}

#maincontent2 #headshots {
	margin-bottom: 50px;
}

#maincontent2 #headshots a img {
	width: 25%;
}

#maincontent2 .entry .left {
	font-size: 16px;
	
}

#maincontent2 .entry .center {
	font-size: 16px;
}

#maincontent2 .entry .right {
	font-size: 16px;
}

#maincontent2 h2 {
	font-size: 40px;
}



#maincontent2 p {
	font-size: 16px;
	
}





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

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







	
}

