@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

body, div, h1, p {
	margin: 0;
	padding: 0;
}

.pagehome {
	width: 100%;
	background-color: #E2BAB6;
	height: 100vh;
}

.navigationbar {
	position: fixed;
	background-color: #E9D3D2;
	height: 15vh;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 10px;
	z-index: 5;
}

.logo {
	font-family: 'Pacifico', cursive;
	font-size: 50px;
  	color: black;
  	margin-left: -1250px;
}

.navigation a{
	font-family: 'Josefin Slab', serif;
	font-weight: 15;
	text-decoration: none;
	color: #33291F;
	text-align: center;
	margin-left: 150px;
	margin-right: 150px;
	position: relative;
	top: -40px;
}

.frame1 {
	position: absolute;
	background-color: #E3CFBF;
	width: 500px;
	height: 200px;
	top: 125px;
	left: 250px;
}

.foto1 img{
	width: 550px;
	height: auto;
	position: absolute;
	top: 150px;
	left: 150px;
	z-index: 1;
}

.headlinenama {
	font-family: 'Josefin Slab', serif;
	font-size: 150px;
	color: #78565D;
	text-align: left;
	position: absolute;
	left: 175px;
	top: 400px;
	z-index: 2;
}

.bodycopyhome {
	font-family: 'Oswald', sans-serif;
	font-variant: 20px;
	color: black;
	position: absolute;
	left: 900px;
	top: 250px;
}

.frame2 {
	height: 800px;
	width: 300px;
	background-color: #E3CFBF;
	position: absolute;
	left: 100px;
	top: 250px;
}

.pageaboutme {
	width: 100%;
	height: 85vh;
	background-color: #E2BAB6;
}

.foto2 img{
	width: 300px;
	height: 400PX;
	position: relative;
	left: 150px;
	top: -90px;
}

.headlineaboutme {
	font-family: 'Josefin Slab', serif;
	font-size: 150px;
	color: #78565D;
	margin-left: 100px;
	margin-top: -75px;
	position: absolute;
	z-index: 1;
}

.chart1 img{
	width: 300px;
	height: 500px;
	margin-left: 600px;
	margin-top: -400px;
}

.chart2 img{
	width: 700px;
	height: auto;
	margin-left: 900px;
	margin-top: -475px;
}

.frame3 {
	width: 250px;
	height: 500px;
	background-color: #E3CFBF;
	position: relative;
	top: -175px;
	left: 525px;
}

.pageportfolio{
	height: 85vh;
	width: 100%;
	background-color: #E2BAB6;
}

.frame4 {
	height: 400px;
	width: 300px;
	background-color: #E3CFBF;
	position: absolute;
	left: 150px;
}

.frame5 {
	height: 900px;
	width: 300px;
	background-color: #E3CFBF;
	position: absolute;
	left: 600px;
}

.frame6 {
	height: 400px;
	width: 300px;
	background-color: #E3CFBF;
	position: absolute;
	right: 150px;
}

.portfolioheadline {
	font-family: 'Josefin Slab', serif;
	font-size: 150px;
	color: #78565D;
	margin-left: 500px;
	z-index: 1;
	position: absolute;
}

.anas {
	width: 300px;
	height: 400px;
	position: relative;
	left: 175px;
	top: 25px;
}

.soleil {
	width: 400px;
	height: 300px;
	position: relative;
	left: 100px;
	top: 15px;
}

.shop {
	width: 300px;
	height: 400px;
	position: relative;
	left: 0px;
	top: 25px;
}

.photography {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: black;
	background-color: #DEDCDD;
	padding: 16px 32px;
	position: relative;
	left: -60px;
	top: 150px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.webdes {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: black;
	background-color: #DEDCDD;
	padding: 16px 32px;
	position: relative;
	left: -175px;
	top: 150px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.application {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: black;
	background-color: #DEDCDD;
	padding: 16px 32px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	left: -150px;
	top: 150px;
}

.pagecontactme {
	width: 100%;
	height: 85vh;
	background-color: #E2BAB6;
}

.frame7 {
	width: 750px;
	height: 500px;
	background-color: #E3CFBF;
	position: relative;
	left: 400px;
	top: 50px;
}

.frame8 {
	width: 750px;
	height: 500px;
	background-color: #E9D2D5;
	position: relative;
	top: -425px;
	left: 425px;
}

.contactmeheadline {
	font-family: 'Josefin Slab', serif;
	font-size: 150px;
	color: #78565D;
	position: absolute;
	margin-top: -950px;
	margin-left: 400px;
}

.form {
	position: relative;
	top: -750px;
	margin-left: 650px;
}

input[type=text] {
	width: 35%;
	padding: 12px 20px;
	border: 3px #DEDCDD;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #DEDCDD;
}

input[type=submit] {
	width: 10%;
	margin-left: 100px;
	padding: 12px 15px;
	background-color: #DEDCDD;
	font-family: 'Oswald', sans-serif;
}

.footer {
	width: 100%;
	height: 10vh;
	background-color: #B8897F;
}

.copyright {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	text-align: center;
	top: 25px;
	padding-top: 25px;
	margin-left: -150px;
}

.footer img{
	width: auto;
	height: 20px;
	position: relative;
	left: 750px;
	top: -35px;
	margin-left: 10px;
	margin-right: 10px;
}