body{
	background-color: #f6ede3;
}

.wrapper{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.logo{
	position: absolute;
	margin-top: 20px;
	margin-left: 60px;
	position: fixed;
	top: 0;
	z-index: 120;
}
.logo img{
	width: 70%;
}
.nav{
	background-color: #f6ede3;
	width: 100%;
	height: 50px;
	margin-left: -10px;
	margin-top: -10px;
	padding-left: 170px;
	padding-top: 50px;
	position: fixed;
	top: 0;
	z-index: 110;
}
.nav ul{
	list-style-type: none;
	position: absolute;
	margin-left: 10px;
}
.nav li{
	display: inline;
}
.nav li a{
	text-decoration: none;
	color: #b57469;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 70px;
	padding-top: 100px;
	font-size: 15px;
}
.nav li a:hover{
	color: #eec9c4;
	font-style: italic;
}
.judul h1{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 70px;
	margin-left: 350px;
	margin-top: 250px;
}
.judul img{
	margin-top: -500px;
	margin-left: 500px;
}
.portfol1{
	background-color: #ecd9c5;
	max-width: 100%;
	height: 300px;
}
*{
	margin: 0;
	padding: 0;
}
.portfol1 img{
	position: absolute;
	margin-left: 800px;
	margin-top: 20px;
	width: 25%
}

.isi h2{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 5vh;
	margin-left: 380px;
	padding-top: 70px;
	margin-bottom: 20px;
	
}
.isi p{
	font-family: 'Montserrat', sans-serif;
	color: #b57469;
	font-size: 3vh;
	margin-left: 380px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.button{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-decoration: none;
	color: #ecd9c5;
	font-size: 2vh;
	background-color: #b57469;
	border-radius: 10px;
	width: 100px;
	height: 15px;
	padding: 10px;
	margin-left: 380px;
	font-weight: bold;
	transition-duration: 0.4s;
}
.button:hover{
	background-color: #ecd9c5; 
  	color: #b57469; 
  	border: 2px solid #b57469;
  	border-radius: 10px;
}
.portfol2{
	background-color: #f6ede3;
	max-width: 100%;
	height: 300px;
}
.isi2 h2{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 5vh;
	margin-left: 800px;
	padding-top: 70px;
	margin-bottom: 20px;

}
.isi2 p{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	color: #b57469;
	font-size: 3vh;
	margin-left: 800px;
	margin-top: -20px;
	margin-bottom: 20px;

}
.button2{
	margin-left: 800px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-decoration: none;
	color: #f6ede3;
	font-size: 2vh;
	background-color: #b57469;
	border-radius: 10px;
	width: 100px;
	height: 15px;
	padding: 10px;
	font-weight: bold;
	transition-duration: 0.4s;
}
.button2:hover{
	background-color: #f6ede3; 
  	color: #b57469; 
  	border: 2px solid #b57469;
  	border-radius: 10px;
}
.portfol2 img{
	position: absolute;
	margin-left: 380px;
	margin-top: 30px;
	width: 23%
}
.portfol3{
	background-color: #ecd9c5;
	max-width: 100%;
	height: 300px;
}
.isi3 h2{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 5vh;
	margin-left: 380px;
	padding-top: 70px;
	margin-bottom: 20px;
	
}
.isi3 p{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	color: #b57469;
	font-size: 3vh;
	margin-left: 380px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.button3{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #ecd9c5;
	padding: 10px;
	font-size: 2vh;
	background-color: #b57469;
	border-radius: 10px;
	width: 100px;
	height: 15px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 380px;
	transition-duration: 0.4s;
}
.button3:hover{
	background-color: #ecd9c5; 
  	color: #b57469; 
  	border: 2px solid #b57469;
  	border-radius: 10px;
}
.portfol3 img{
	margin-left: 800px;
	position: absolute;
	width: 21%;
	margin-top: 10px;
}
.contact{
	text-align: center;
	z-index: 123;
	margin-top: 100px;
	margin-bottom: 20px;
}
.fa {
  	padding: 10px;
  	width: 20px;
  	text-align: center;
  	text-decoration: none;
  	border-radius: 30%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  	background: #b57469;
  	color: #f6ede3;
}
.fa-google{
	background: #b57469;
  	color: #f6ede3;
}
.fa-instagram{
	background: #b57469;
  	color: #f6ede3;
}
.footer p{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #b57469;
	padding-bottom: 30px;
	font-size: 2vh;
}