html,
body {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  font-family: 'Libre Baskerville', serif;
  background-color: #ffffff;
}

.element-bg-primary {
  background-color: #608000;
}

.element-text-primary {
  color: #608000;
}

.element-heading-title {
  font-weight: bold;
  color: #608000;
}

/* .element-top-section {
  background-image: url('../images/prewedding/_MG_2259.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
} */

/* .element-top-text {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
} */

.element-fullname {
  font-size: 1.5rem;
  font-family: 'Prompt', sans-serif;
}

.element-nickname {
  font-size: 3rem;
  font-family: 'Great Vibes', cursive;
}

.element-event-icon {
  font-size: 2rem;
  color: #608000;
}

.element-event-title {
  font-size: 1.375rem;
  color: #608000;
}

.element-event-text {
  color: #608000;
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
}

.element-detail-section {
  padding: 40px 20px;
}

.element-location-section {
  padding: 20px;
}

.dot-white {
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #608000;
  border-radius: 50%;
  display: inline-block;
}

.dot-green {
  height: 25px;
  width: 25px;
  background-color: #608000;
  border: 1px solid #608000;
  border-radius: 50%;
  display: inline-block;
}

.js-scroll {
  opacity: 0;
  transition: opacity 200ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.stepper .line {
  width: 1px;
  background-color: #608000 !important;
}

.element-top-invite {
  padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
  .element-heading-title {
    font-size: 24px;
    font-weight: bold;
    color: #608000;
  }

  .element-event-title {
    font-size: 1rem;
    color: #608000;
  }

  .element-event-text {
    font-size: 16px;
  }

  .element-fullname {
    font-size: 1rem;
  }

  .element-nickname {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .element-top-section {
    background-image: url('../images/prewedding/_MG_2259.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .element-top-thambnail-section {
    padding: 500px 0px 20px 0px;
    color: #fff;
  }

  .element-top-text {
    font-family: 'Great Vibes', cursive;
    font-size: 4rem;
  }

  .column-empty {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .element-top-section {
    background-image: url('../images/prewedding/_MG_2259.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 50px);
  }

  .element-top-thambnail-section {
    position: relative;
    padding: 0;
    color: #fff;
    height: calc(100vh - 50px);
  }

  .element-top-text {
    width: 100%;
    position: absolute;
    bottom: 50px;
    font-family: 'Great Vibes', cursive;
    font-size: 7rem;
  }

  .element-top-invite {
    padding: 100px 0;
  }
}

/* @media only screen and (max-width: 1024px) {
  .column-empty {
    display: none;
  }
} */

@media only screen and (min-width: 1024px) {
  .element-top-section {
    background-image: url('../images/prewedding/_MG_22591.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 30px);
  }

  .element-top-thambnail-section {
    position: relative;
    padding: 0;
    color: #c18845;
    height: calc(100vh - 30px);
  }

  .element-top-text {
    width: 100%;
    position: absolute;
    bottom: 10px;
    font-family: 'Great Vibes', cursive;
    font-size: 6rem;
  }

  .element-top-invite {
    padding: 100px 0;
  }

  /* .element-gallery-section,
  .element-detail-section {
    height: calc(100vh - 30px);
  } */
}

.timeline-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  padding: 2px 0 0;
  font-weight: bold;
}

#watermark p {
  position: absolute;
  top: 50%;
  left: 25%;
  color: #0000003f;
  font-size: 50px;
  pointer-events: none;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
}
