header{
	height: 635px;
}

p {
	margin: 60px 101px 0 101px;
	line-height: 55px;
	text-align: center;
}

.bio{

	font-size: 40px;
	font-weight: 200;
	font-style: italic;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: center;
 	align-content: center;
 	
}

.signiture{
	color: #FF9d00;
	float: right;
	margin: 10px 300px 0 101px;
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: center;
 	align-content: center;
}

.legal {
	margin: 0 0 20px 0;
}


/*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: 66%;
	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: 200px 30px 0 30px;
	line-height: 55px;
	text-align: center;
}

.bio{

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

.signiture{
	color: #FF9d00;
	float: right;
	margin: 10px 30px 0 0;
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: center;
 	align-content: center;
}

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

footer img{
	margin: 0 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;
}


}