body{
  background-color: #f6ede3;
  max-width: 100%;
}

.wrapper{
  max-width: 100%;
  
}
.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;
}
.visual1{
  margin-top: 150px;
  text-align: center;
}
.visual1 img{
  width: 15%;
}
.judul{
  font-family: 'Playfair Display', serif;
  color: #b57469;
  position: relative;
  font-size: 5vh;
  margin-bottom: 50px;
}
*{
  margin: 0;
  padding:0;
}
.content{
  padding-top: 100px;
  max-width: 100%;
  width: 100%;
  background-color: #ecd9c5;
}
.visual2{
  margin-top: 50px;
  text-align: center;
}
.visual2 img{
  width: 20%;
}
.tengah{
  text-decoration: none;
}
.tengah h1{
  position: relative;
  font-family: 'Playfair Display', serif;
  color: #b57469;
  font-size: 7vh;
  margin-top: 20px;
  margin-bottom: 20px;
  
}
.tengah p{
  font-family: 'Montserrat', sans-serif;
  color: #b57469;
  font-size: 3vh;
  margin-bottom: 20px;
  
}

.button{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #f6ede3;
  font-size: 15px;
  background-color: #b57469;
  border-radius: 10px;
  width: 100px;
  height: 15px;
  padding: 10px;
  font-weight: bold;
  transition-duration: 0.4s;
  margin-top: 100px;
}
.button:hover{
  background-color: #ecd9c5; 
    color: #b57469; 
    border: 2px solid #b57469;
    border-radius: 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;
  color: #b57469;
  padding-bottom: 30px;
  font-size: 2vh;

  
}