html{
  scroll-behavior: smooth;
}

body{
  margin: 0 auto;
  padding:2%;
  background-image: url(source/background.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: 120% 0%;
  background-attachment: fixed;
}

.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;
}

.back{
  width: 5%;
  margin-top: 20%;
  margin-left: 7%;
  position: fixed;
}

.isi{
	display: flex;
	flex-direction: row;
}

h1{
  font-weight: normal;
  font-family: 'Signika', sans-serif;
  font-size: 40pt;
  margin-top: 7%;
  margin-left: -45%;
}

.gambar1{
	margin-left: 25%;
	margin-top: 10%;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)
}

.w3-animate-left{
	position:relative;
	animation:animateleft ease 2.5s;
}

@keyframes animateleft{
	from{left:-200px;opacity:0} 
	to{left:0;opacity:1}
}

.w3-animate-right{
	position:relative;
	animation:animateright ease 2.5s;
}

@keyframes animateright{
	from{right:-300px;opacity:0} 
	to{right:0;opacity:1}
}

h2{
  font-family: 'Signika', sans-serif;
  font-size: 20pt;
  text-align: center;
}

p{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 15pt;
}

.w3-animate-fading{
  animation:fading ease 3s
}

@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;
}