body,
html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: left;
  padding: 40px 400px;
  z-index: 1000;
  transition:0.6s;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  list-style: none;
}
header ul li a {
  margin: 0 15px;
  text-decoration: none;
  color: #001e1d;
  letter-spacing: 2px;
  font-weight: 500px;
  padding: 15px 15px;
}
ul li a{
  transition: all 0.5s ease;
}
.active-btn,
ul li a:hover {
  background: #f9bc60;
}
.sticky {
  padding: 5px 100px;
  background: rgb(15, 27, 29);
  opacity: 0.7;
  transition: 0.6s;
}

.sticky ul li a {
  color: #fffffe;
  font-weight: bolder;
}
.bgimg-1,
.bgimg-2,
.bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("/images/background_awal1.jpeg");
  min-height: 100%;
}




.bgimg-2 {
  background-image: url("/images/background_awal2.JPG");
  min-height: 500px;
}

.bgimg-3 {
  background-image: url("/images/background_awal3.JPG");
  min-height: 800px;
}

.bg-dark {
  color: #f9bc60;
  background-color: #004643;
  text-align: center;
  padding: 50px 80px;
  text-align: justify;
}

.bg-light {
  color: #f9bc60;
  background-color: #004643;
  text-align: center;
  padding: 50px 80px;
  text-align: justify;
}
.light-text {
  text-align: center;
  color: #fffffe;
}
.border {
  font-size: 25px;
  color: #fffffe;
}
h3,
p {
  text-align: center;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #020202;
}

.caption span.border {
  background-color: #004643;
  color: #fffffe;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.footer {
  background: #333;
  color: #fffffe;
  height: 40px;
}
.center {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 600px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll;
  }

  header {
    padding: 20px 0px;
    margin: 0;
  }

  header ul li a {
    padding: 2px 1px;
    font-weight: none;
    font-size: 14px;
  }
  .sticky {
    padding: 2px 2px;
    font-weight: none;
  }
}
