* {
  /* font-family: 'Ephesis', cursive; */
  /* font-family: 'Grenze Gotisch', serif; */
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Whisper', cursive; */
}

body {
  background-color: rgb(244, 244, 244);
  color: rgba(22, 21, 21, 0.845);
}

#home {
  font-family: 'Whisper', cursive;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.397)), url('../img/tawon.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  height: 1000px;
}

#hero {

  font-family: 'Whisper', cursive;
  /* background-position: center; */
  height: 780px;
}

/* #hero {
    background-image: url('../img/bg.jpg');
    height: 780px;
    background-color: black;
} */
#hero h1 {
  font-family: 'Whisper', cursive;
  font-size: 70px;
  font-weight: 800;
  color: rgb(255, 81, 0);
  text-shadow: 1px 2px 1px rgb(253, 253, 253);
}

#hero p {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  /* font-weight: 800; */
}

.icon-panah {
  padding-top: 280px;
  font-size: 60px;
}

.icon-panah :hover {
  color: rgb(169, 84, 5);
}

.navbar {
  padding: 7px 0 7px 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
  -webkit-transform: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  -o-transform: all 0.2s ease;
}

.navbar.color-active {
  background-color: rgba(9, 9, 9, 0.878);
  color: rgb(255, 123, 7);
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  padding: 10px 0 10px 0;
}

#tableNya {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  color: rgba(42, 41, 41, 0.864);
}

.icon {
  display: none;
  /* font-size: 14px; */
}

/* Modal img */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.parallax {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/cofee02.jpg");

  /* Set a specific height */
  min-height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/tawon.jpeg");

  /* Set a specific height */
  min-height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-3 {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/cofee03.jpg");

  /* Set a specific height */
  min-height: 230px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}