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;
  font-style: italic;
}
.judul h1{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	font-size: 8vh;
	text-align: center;
}
.judul p{
	font-family: 'Montserrat', sans-serif;
	color: #b57469;
	font-size: 3vh;
	text-align: center;
	
}
.avatar img{
  width: 18%;
}
.avatar{
	margin-top: 120px;
	text-align: center;
	
}
.konten{
	max-width: 100%;
  	width: 100%;
  	background-color: #ecd9c5;
  	margin-top: 40px;
}
*{
	padding: 0;
	margin: 0;
}

.nama h1{
	font-family: 'Playfair Display', serif;
	color: #b57469;
	text-align: center;
	font-size: 7vh;
	padding-top: 100px;
}
.nama h5{
	font-family: 'Montserrat', sans-serif;
	color: #b57469;
	font-size: 3vh;
	text-align: center;;
	letter-spacing: 1px;
}
.history img{
	width: 60%;
}
.history{
	text-align: center;
}
.info li{
	display: inline;
	font-family: 'Montserrat', sans-serif;
	color: #b57469;
	font-size: 3vh;
	padding: 60px
}
.content{
	font-family: 'Montserrat', sans-serif;
	color: #b57469;
	text-align: center;
}
.table{
	font-family: 'Montserrat', sans-serif;
	color: #b57469;
	font-size: 4vh;
	margin-top: 100px;
	margin-bottom: -20px;
}
.tab {
  margin-left: 430px;
  margin-top: 50px;
  float: left;
  border: 1px solid #b57469;
  background-color: #ecd9c5;
  width: 20%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  font-size: 2.5vh;
  font-family: 'Montserrat', sans-serif;
  color: #b57469;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #f6ede3;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #b57469;
  width: 20%;
  border-left: none;
  height: 300px;
  display: none;
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
  color: #b57469;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.contact{
	text-align: center;
	padding-top: 170px;
	z-index: 123;
	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;

	
}