body {
  font-family: 'Comfortaa', sans-serif;
  background-color: #0f1218;
  color: #f4f4f4;
  line-height: 1.6;
}

a {
  color: #cf8a54;
  text-decoration: none;
}
a:hover {
  color: #e5a773;
}

/* Section Titles */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #cf8a54;
}

/* Navbar override */
.bg-primary {
  background-color: #1f355f !important;
}

/* Landing Hero Video Section */
.landing-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#landVid {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: -2;
}

.overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  padding-top: 3rem;
}

/* Gallery Carousel */
#gallery img {
  max-height: 600px;
  object-fit: cover;
}

/* Footer */
footer {
  font-size: 0.9rem;
}
