@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

body {
  font-family: 'Segoe UI', sans-serif;
  scroll-padding-top: 80px;
}

/* Navbar */
.navbar {
  background-color: #1A237E;
}
.navbar-brand, .nav-link, .footer-text {
  color: white !important;
}
.navbar-brand img {
  height: 40px;
  margin-right: 10px;
}
.navbar-title {
  font-family: 'Alfa Slab One', serif;
  color: #1A237E;
  text-transform: uppercase;
  text-shadow:
    2px 2px 0 white,
   -2px -2px 0 white,
    2px -2px 0 white,
   -2px 2px 0 white;
  font-size: 1.5rem;
}
.sticky-top {
  z-index: 1030;
}
.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .navbar-toggler i,
  .navbar-toggler svg {
    color: #fff !important;
  }
}

/* Hero */
.hero {
  background: url('../img/baraya-2013-bedugul.webp') no-repeat center center;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(248, 248, 248);
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

/* Section */
section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Alfa Slab One', serif;
  color: #1A237E;
  text-transform: uppercase;
  text-shadow:
    2px 2px 0 white,
   -2px -2px 0 white,
    2px -2px 0 white,
   -2px 2px 0 white;
}

/* WhatsApp Button */
.wa-btn {
  background-color: #25D366;
  color: white;
}

/* Footer */
.footer-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
