html{
  scroll-behavior: smooth;
}

body{
  margin: 0 auto;
  padding:2%;
}

.logo{
  width: 40px;
  height: 40px;
  margin-left: 1%;
  position: fixed;
}

.header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,1);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Montserrat', sans-serif;
}

.overlay a:hover, .overlay a:focus {
  color: #fa991c;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.buttonpojok{
	font-size: 25pt;
	font-weight: bold;
	margin-right: 1%;
	cursor: pointer;
  margin-left: 92%;
  position: fixed;
}

h2{
  text-align: center;
  font-weight: bold;
  font-family: 'Signika', sans-serif;
  font-size: 30pt;
}

.container1{
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: 11%;
}

.container2{
  flex-direction: column;
  width: 70%;
}

.container3{
  flex-direction: column;
  width: 30%;
  margin-left: -0.6%;
}

.kotak1{
  flex-direction: row;
}

.kotak2{
  flex-direction: row;
}

.pic1{
  width: 63.5%;
  height: auto;
  margin-left: 2.3%;
}

.pic2{
  width: 32%;
  height: auto;
}

.pic3{
  width:32%;
  height: auto;
  margin-left: 2.35%;
}

.pic4{
  width: 63.5%;
  height: auto;
}

.pic5{
  width: 76.5%;
  height: auto;
}

.pic6{
  width: 76.5%;
  height: auto;
}

.pic7{
  width: 76.5%;
  height: auto;
}

.w3-animate-fading{
  animation:fading ease 1.5s
}

@keyframes fading{
  0%{opacity:0}
  100%{opacity:1}
}



footer{
  height: 60px;
  display: flex;
  flex-direction: row;
}


footer .kiri{
  float: left;
  width: 40%;
}

footer .kiri h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 10pt;
  margin-left: 25%;
}

footer .tengah{
  width: 43%;
}

footer .tengah h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 10pt;
  margin-left: 80%;
  margin-top: 3%;
}

footer .kanan{
  width: 10%;
}

footer .kanan .icon{
  width: 18%;
  margin-top: 10%;
  margin-right: 4%;
  margin-left: 4%; 
  visibility: visible;
}
