header{
	height: 1350px;
}

section h3{
	font-family: 'Public Sans' , Helvetica, sans-serif;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 1.5px;
	margin: 25px 0 30px 101px;
	color: #FF9D00;
}

#container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: center;
 	align-content: center;
 	margin-left: 58px;
}

.item img {
	width: 368px;
	height: auto;
}

figure{
	margin: 0;
}

figcaption{
	padding: 20px 0 50px 0;
	font-size: large;
	font-weight: 500;
}

@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: 44%;
	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: 1500px 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;
}

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

#container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: center;
 	align-content: center;
 	margin: 20px 30px 0 30px;
}

.item img {
	width: 308px;
	height: auto;
	margin: 0;
}


figure{
	margin: 0;
}

figcaption{
	padding: 20px 0 50px 0;
	font-size: large;
	font-weight: 500;
}

}