@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');


.pageportfoliowebdes {
	height: 150vh;
	background-color: #E2BAB6;
	width: 100%;
}

.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 {
	background-color: #E3CFBF;
	width: 500px;
	height: 200px;
	position: absolute;
	top: 250px;
	left: 250px;
}

.joliehome {
	width: 500px;
	height: auto;
	position: absolute;
	left: 200px;
	top: 300px;
}

.jolieheadline {
	font-family: 'Josefin Slab', serif;
	font-size: 100px;
	color: #78565D;
	position: absolute;
	text-align: right;
	left: 700px;
	top: 100px;
}

.bodycopyjolie {
	font-family: 'Oswald', sans-serif;
	font-variant: 20px;
	color: black;
	text-align: right;
	position: absolute;
	top: 400px;
	left: 800px;
}

.jolielogin {
	width: 500px;
	height: auto;
	position: absolute;
	top: 650px;
	left: 750px;
}

.frame2 {
	background-color: #E3CFBF;
	width: 500px;
	height: 200px;
	position: absolute;
	left: 800px;
	top: 625px;
}

.frame3 {
	background-color: #E3CFBF;
	width: 500px;
	height: 200px;
	position: absolute;
	left: 100px;
	top: 675px;
}

.jolieshop {
	width: 500px;
	height: auto;
	position: absolute;
	top: 700px;
	left: 125px;
}

.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;
}