body{
	background-color: #f6ede3;
}

.wrapper{
	max-width: 1920px;
	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;
}
.judul{
	text-align: center;
	margin-top: 300px;
}
.judul h1{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 9vh;
}

.info{
	color: #b57469;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 3vh;	
}
.back{
  margin-top: 150px;
  margin-bottom: 50px;
}
.back a{
  font-size: 2vh;
  color: #b57469;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  margin-left: 250px;
  border-bottom: 1.5px solid #b57469;
}
.back a:hover{
  color: #eec9c4;
  font-style: italic;
   border-bottom: 1.5px solid #eec9c4;
}
.konten{
  max-width: 100%;
    width: 100%;
    background-color: #ecd9c5;
}
*{
  padding: 0;
  margin: 0;
}

.judul2 h3{
	color: #b57469;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 4vh;
	padding-top: 100px;
	margin-bottom: 30px;
}
.slideshow-container img{
	width: 85%;
}
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
  text-align: center;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin-left: -350px;
  color: #b57469;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: #b57469;
  border-radius: 20%;
  color: #f6ede3;
}
.text {
  color: #b57469;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  bottom: 8px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-style: italic;
}
.numbertext {
  color: #b57469;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-weight: bold;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.judul3 h3{
	color: #b57469;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 4vh;
	margin-top: 100px;
	margin-bottom: 20px;
}
.illus{
	margin-top: -30px;
}
.illus img{
	width: 45%
}
.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;
	color: #b57469;
	padding-bottom: 30px;
	font-size: 2vh;
}