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;
}

.responsive{
	margin-top: 240px;
	margin-left: -400px;
}
.judul h1{
	text-align: center;
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 40px;
	margin-left: -400px;
	margin-top: -20px;
}
.judul p{
	color: #b57469;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-left: -400px;
	margin-top: -30px;
}
.tengah{
	margin-top: -300px;
}
.kanan h1{
	text-align: left;
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 40px;
	margin-left: 800px;
	margin-top: -250px;
}
.info p{
	color: #b57469;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: left;
	margin-left: 800px;
	font-style: italic
}
.contact{
	text-align: center;
	z-index: 123;
	margin-top: 190px;
}
.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: 15px;
}