/*Style rules for all site pages*/

body{
	background-color: #141414;
	color: #fff;
	font-family: 'Public Sans', sans-serif;
	margin: 0;
}

header{
	font-family: 'Source Sans 3', sans-serif;
	background-color: #141414;
	height: 630px;
	/*border-right: 12px solid #FF9D00;
	margin-right: 2em;*/
}


h1{
	width: 900px;
	letter-spacing: 6px;
	font-size: 74px;
	margin: 0 0 0 101px;
	padding-top: 30px;
	/*border-right: 5px solid #FF9D00;*/
}

.brand{
	flex-flow: wrap;
	line-height: 60px;
}

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

.fullname{
	font-size: 50px;
	width: 175px;
	float: left;
	line-height:1em;
	overflow-wrap: break-word;
}

.firstname{
	letter-spacing: 15px;
}



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

#general{
	letter-spacing: 20px;
}

header img{
	margin: 0 63px 0 0;
	padding: 4.5px 0 0 0;
	float: right;
	width: 180px;
	height: 180px;
}

h2{
	text-align: center;
	display: flex;
	flex-flow: row;
	margin: 100px 0 0 309px;
	padding-top: 2px;
	font-size: 40px;
	color: #FF9D00;
}

nav{
	margin:30px 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;
	justify-content: space-evenly;
}

nav ul li a{
	font-size: 43px;
	font-weight: 600;
	letter-spacing: .2px;
	font-family: 'Source Sans 3', sans-serif;
	display: flex;
	justify-content: space-between;
	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;
}

li a:link{color: #ffffff90;
}
li a:visited{color:#ffffff90;
}
li a:hover{color: #ffffff;
		font-weight: 600;
}
li a:active{color: #ffffff;
}

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

footer img{
	margin: 0 auto 0 auto;
	padding: 60px 0 0 0 ;
	width: 50%;
	display: block;
	max-height: 80px;
	max-width: 80px;
}

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









