/************ WEBFONTS ************/
.TTJenevers-Light {
	font-family: TTJenevers-Light;
	font-weight: normal;
	font-style: normal;
}
.TTJenevers-BoldItalic {
	font-family: TTJenevers-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.TTNorms-Light {
	font-family: TTNorms-Light;
	font-weight: normal;
	font-style: normal;
}

/************ HEADINGS & TYPE STYLES ************/
h1, h2, h3, h4, p {
	color: #131927;
}
h1 {
	font: normal normal 16px/30px TTJenevers-BoldItalic;
}
h2 {
	font: normal normal 16px/30px TTNorms-Light;
	text-transform: uppercase;
	letter-spacing: .3px;
	margin-top: 0px;
}
h3 {
	font: normal normal 16px/30px TTNorms-Light;
}
h4 {
	font: normal normal 16px/30px TTJenevers-Light;
	text-decoration: underline;
	margin-top: 15px;
}
p {
	font: normal normal 16px/14px TTNorms-Light;
	line-height: 1.2;
	letter-spacing: .1px;
}
a, a:link, a:visited {
	color: #131927;
	text-decoration: none;
}
a:hover, a:active {
	color: #f99d3e;
}
footer {
	font: normal normal 8px/16px TTNorms-Light;
}

/************ LAYOUT STYLES ************/
body{
	background-color: #FFFFFF;
}
footer, header, nav, main, section {
	display: block;
}
nav{
	float: left;
	width: 300px;
	min-height: 100vh;
	background-color: #FFFFFF;
}
nav #projects, nav #contact{
	margin: 40px 40px 0 40px;
}
nav ul{
	list-style-type: none;
	padding: 0;
}
main{
	margin-left: 280px;
	padding: 0 20px 0 20px;
	width: 60%;
}
header{
	padding: 40px 0 40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}
header #logo-container, header #btncontainer {
	display: inline-block;
	text-align: right;
}
header #logo-container{
		width: 57%;
}
header #logo-container p{
	padding-top: 20px;
}
header #btncontainer {
	width: 40%;
}
header img{
	width: 150px;
	height: auto;
}
header #btn-resp{
	display: none;
}
#content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}

#content .img-container {
	display: block;
	margin: 50px 0 50px 0;
	width:auto;
	max-width: 600px;
	height: auto;
	max-height: auto;
}
footer {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
	align-items: center;
}
footer div {
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}
footer div img {
	width: 60px;
	height: 60px;
}

footer div > p:first-child {
	font: normal normal 12px/18px TTJenevers-BoldItalic;
}

footer div > p{
	font: normal normal 10px/16px TTNorms-Light;
}


/************ NAV ************/
.current {
	color: #f99d3e !important;
}



/************ ABOUT ************/
#content #about {
	width: 100%;
}
#content #about .row{
	margin-bottom: 40px;
}
#about img {
	width:100px;
	height: 100px;
	margin: 0;
}
.profilepic {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	align-items: flex-end;
	background: url(img/profilepic.png) no-repeat center;
	height: 300px;
}

.profilepic p{
	font: normal normal 32px/48px TTJenevers-BoldItalic;
	color: #d2a140;
}
/************ < 1279px ***********/
@media only screen and (max-width: 1279px) {
	nav {
		display: block;
		position: absolute;
		width: 300px;
		height: 100vh;
		z-index: 100;
		min-height: 100%;
	}
	main{
		margin-left: 0px;
		padding: 0 20px 0 20px;
		width: 94%;
	}
	header #btn-resp{
		display: inline-block;
		margin-left: 30px;
	}
}

/************ < 767px ************/
@media only screen and (max-width: 767px) {
	#about {
		margin: 0 20px 0 20px;
	}
	#about .row .secondimg {
		margin-top: 50px;
	}
	.profilepic p{
		font: normal normal 24px/32px TTJenevers-BoldItalic !important;
	}
	#content img{
		max-width:300px;
		height: auto;
	}
}
