html {
  scroll-behavior: smooth;
}

body{
  font-family: Poppins;
  /* min-height: 75rem;
  padding-top: 4.5rem; */
}

.text-yellow{
  color: rgba(252, 215, 4, 1);
}

.btn-yellow{
  background-color: rgba(252, 215, 4, 1);
  border-color: rgba(252, 215, 4, 1);
}

.center-vertical{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .container {
  max-width: 960px;
} */

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(252, 215, 4, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

#jumbotron{
  background-image: url("../images/its60/jumbotron.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 95vh; */
}

#categories{
  background-image: url("../images/its60/categories2-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 95vh; */
}

#thank-you{
  background-image: url("../images/its60/thank-you.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95vh;
}

#how-to{
  background-image: url("../images/its60/how-to-join.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 95vh; */
}

#sponsor{
  background-image: url("../images/its60/sponsors-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 95vh; */
}

#hadiah{
  background-color: #7B7C7F;
  /* height: 90vh; */
  color: #282461;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#leaderboard{
  background-color: #f37e52;
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  /* height: 95vh; */
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
