header{
	height: 1500px;
}

section{
	margin: 40px 101px 20px 101px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	border: 3px solid #636363;
}

div{
	margin: 30px 50px 30px 50px;
}

h3{
	letter-spacing: 1.5px;
	font-family: 'Public Sans' , Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #FF9D00;
}

p, h4{
	margin-left: 30px;
}

h5, ul{
	margin-left: 60px;
}

.draft{
	background-color: #ffffff;
	padding: 5px;
	border-radius: 20px;
	display: block;
	width: 180px;
	text-align: center;
}



/*MOBILE - MEDIUM LAYOUTS*/


@media screen and (max-width: 1180px){

.brand{
	margin: 0 8px 0 8px;
	flex-flow: wrap;
	line-height: 60px;
	width: 300px;
}

h1 span{
	display: inline-block;
	width:350px;
}

.fullname{
	font-size: 25pt;
	width: 150px;
	float: left;
	line-height:1em;
	overflow-wrap: break-word;
	margin: 0 0 0 30px;
}

.firstname{
	letter-spacing: 9.5pt;
	width: 150px;
}

.services{
	color: #636363;
	font-size: 25pt;
	float: left;
	line-height: 1em;
	padding: 0 101px 0 30px;
	text-align: left;
}

h2{

	display: block;
	position: absolute;
	top: 58px;
	right: 57%;
	font-size: 25pt;
	color: #FF9D00;
}

header img{
	margin: 0 13px 0 0;
	padding: 10px 0 0 0;
	float: right;
	width: 90px;
	height: 90px;
}

nav{
	width: 100%;
	margin:200px 0 0 0;
	background-color: #141414;
	border-top: #141414 solid 2px;
	border-bottom: #141414 solid 2px;
	height: 60px;
}

nav ul{
	list-style-type: none;
	display: flex;
	margin: 0 40px 0 40px;
	padding: 0;
	flex-direction: column;
}

nav ul li a{
	font-size: 25pt;
	font-weight: 600;
	letter-spacing: .2px;
	font-family: 'Source Sans 3', sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 6px 0 6px;
}

li a{
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 500;
	font-size: 60px;
	text-decoration: none;
	color: #fff;
	padding: 0 43px 0 43px;
}

p {
	margin: 30px 30px 3 30px;
	line-height: 35px;
	text-align: center;
}

.resume{
	margin: 200px 30px 0 30px;
}

.bio{
 
	font-size: 35pt;
	font-weight: 200;
	font-style: italic;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: center;
 	align-content: center;
 	
}


section{
	margin: 200px 101px 20px 101px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	border: 3px solid #636363;
}

div{
	margin: 25px;
}

h3{
	letter-spacing: 1.5px;
	font-family: 'Public Sans' , Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #FF9D00;
}

p, h4{
	margin: 0;
}

p{
	margin: 0;
}

h5{
	font-style: italic;
}

h5, ul{
	margin: 0;
}

.draft{
	background-color: #ffffff;
	padding: 5px;
	border-radius: 20px;
	display: block;
	width: 180px;
	text-align: center;
}

footer{
	height: 163px;
	margin: 700px 0 0 0;
}

footer img{
	margin: 1000px 0 0 39%;
	width: 50%;
	display: block;
	max-height: 90px;
	max-width: 90px;
	padding-top: 60px;
}

.legal{
	color: #ffffff90;
	font-size: small;
	text-align: center;
	margin: 0;
}



}