.front-page-wrapper {
  min-height: 100vh;
}

.hero-section {
  padding: 7rem 0; /* Increased from 4rem */
  background-color: var(--color-bg);
  text-align: center;
  position: relative;
}

.hero-section.has-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}


.hero-section.has-background-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.highlighted-section {
  padding: 3rem 0;
  background-color: var(--color-bg-alt);
}

@media (min-width: 768px) {
  .hero-section {
    padding: 9rem 0; /* Increased from 6rem */
  }
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 640px; /* Increased from 540px */
  }
}
/**
 * @file
 * Subtheme specific CSS.
 */
h1,
h1 a,
#navbar-main a.navbar-brand {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
}
.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
h1.title {
  padding: 20px 0px 10px 0px;
  font-size:4.5rem;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gwendolyn", cursive, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h2 a,
h3 a {
  font-family: "Gwendolyn", cursive;
}

body,
p,
a,
li {
  font-family: "Noto Sans Meetei Mayek", sans-serif;
}
h5,
h2.node__title a {
  font-family: "League Spartan", sans-serif;
  text-decoration:none;
}
main h5 {font-size:3rem;padding:10px 0px;}
.views-field-title h2 {
  padding:25px 0px 0px;
}
}

.region-header {
  min-height: 100px;
}

/* Footer background color */
body .site-footer {
  background: #b8b8b8;
}

/* Ensure logo fits navbar */
.navbar-brand img, .region-header img, .site-logo img {
  max-height: 60px;
  height: auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
iframe.media-oembed-content {
  width: 100% !important;
  max-width: 100%;
  min-width: 200px;
  min-height: 113px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}