* {
	margin: 0 auto;
	padding: 0 auto;
}

body {
	padding: 0;
	margin: 0;
	font-family: Nexa Light, Helvetica, sans-serif;
	width: 100%;
	overflow: auto;
	height: auto;
	-webkit-box-sizing: border box;
		-moz-box-sizing: border box;
			box-sizing: border box;
}

#myMenu {
	text-decoration: none;
	width: 100%;
	background-color: #ffffff;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0;
	z-index: 10;
}

li {
	display: inline;
	padding-right: 160px;
}

li a {
	text-decoration: none;
	color: #e5caa3;
	font-size: 18px;
}

a:hover {
	font-style: italic;
}

#fullpage {
	height: 100%;
	width: 100%;
	position: relative;
}

#section0 {
	background-color: #f7951d;
	height: 100%;
}

#logo {
	float: left;
	margin-left: 15%;
	margin-top: 0px;
}

h1 {
	font-family: Nexa Bold, sans-serif;
	font-size: 78px;
	float: left;
	margin-left: 5%;
	margin-top: 40px;
	color: white;
}

#lastname {
	font-family: Nexa Light, sans-serif;
	font-size: 78px;
	color: white;
	font-weight: lighter;
}

h2 {
	font-family: Nexa Light, sans-serif;
	font-weight: lighter;
	font-size: 23px;
	text-align: center;
	float: left;
	margin-left: 5%;
	color: white;
}

#section1 {
	height: 100%;
	background-color: #e5caa3;
	clear: left;
}

.left {
	float: left;
	margin-left: 170px;
	margin-top: 0px;
}

.right {
	clear: left;
	float: right;
	width: 35%;
	margin-right: 170px;
	margin-top: 0px;
	color: #ffffff;
	line-height: 18px;
	font-size: 16px;
}

p {
	padding-bottom: 10px;
}

#bio {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#hello {
	font-size: 24px;
	padding-right: 5px;
	font-family: Didot, serif;
	font-style: italic;
}

#fun {
	font-family: Didot, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	padding-top: 20px;
}

#section2 {
	clear: both;
	height: 100%;
	background-color: #ffffff;
	border-top: 1px solid #e5caa3;
	border-bottom: 1px solid #e5caa3;
}

#section3 {
	clear: both;
	width: 100%;
	height: 100%;
	background-color: #1c5aa9;
}

.portfolio {
	width: 100%;
	margin-left: 4%;
}

#img1 {
}

#img5 {
	margin-left: 2%;
	padding-top: 20px;
}

#contact {
	color: white;
	padding-top: 0px;
	text-align: left;
	margin-left: 35%;
}

h5 {
	padding-bottom: 30px;
	font-family: Didot, serif;
	font-style: italic;
	font-size: 42px;
}

#icons {
	float: left;
}

#phone {
	padding-bottom: 15px;
	margin-left: 30%;
}

#mail {
	padding-bottom: 15px;
	margin-left: 20%;
}

#facebook {
	padding-bottom: 15px;
	margin-left: 15%;
}

#linkedin {
	padding-bottom: 15px;
	margin-left: 20%;
}

h6 {
	margin-left: 15%;
	font-size: 20px;
	text-align: left;
	display: block;
	line-height: 50px;
}