html, body {
  background-color: #fff !important;
  color: #000 !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.home {
  background-size: cover;
  background-attachment: fixed;
  background-color: white !important;
  color: #fff !important;
}

h1, h2, h3 {
  color: #000 !important;
}

body.home h1,
body.home h2,
body.home h3 {
  color: black !important;
}

.content strong {
  color: #000 !important;
}

body.home .content strong {
  color: black !important;
}

.hero, .main, .section, section {
  background: transparent !important;
  margin: 0;
  padding: 0;
}

#main, #content {
  background: transparent !important;
  margin: 0;
  padding: 0;
}

.hero-body {
  position: relative;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.landing-caption {
  position: absolute;
  top: 0in;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  overflow: visible;
}

.hero .title {
  font-size: 150pt;
  font-weight: bold;
  color: black;
  position: relative;
}

.hero .subtitle {
  color: black !important;
  font-weight: bold;
  font-size: 38pt;
  margin-top: 1in;
}

.landing-caption a.button {
  display: none !important;
}

:root {
  --bulma-navbar-item-img-max-height: 80px !important;
}

.navbar {
  background-color: white !important;
  border-bottom: 4px solid #0047AB; /* adjust thickness and color as needed */
}

.navbar .navbar-item,
.navbar .navbar-link {
  color: black !important;
}

.navbar .navbar-item:hover,
.navbar .navbar-link:hover {
  background-color: white !important;
  color: red !important;
}

.navbar-item {
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

.navbar-item img {
  height: 48px !important;
  width: 48px !important;
  max-height: 64px !important;
  display: block !important;
}

.navbar.is-fresh .navbar-brand img {
  height: auto !important;
  max-height: 80px !important;
}

/* === MOBILE RESPONSIVE STYLES === */

@media screen and (max-width: 768px) {
  .content,
  .section,
  .main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  h1 {
    margin-top: 1.5rem; /* Add spacing above the title */
  }

  .hero-body {
    display: block !important;
    padding: 2rem 1rem 1rem 1rem !important;
    height: auto !important;
  }

  .landing-caption {
    position: static !important;
    transform: none !important;
    margin-top: 0 !important;
    padding-top: 1in;
  }

  .hero .title {
    font-size: 3rem;
    -webkit-text-stroke: 1px red;
    margin-top: -1in;
  }

  .hero .subtitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    font-weight: bold;
   }

  .navbar-menu {
    background-color: white !important;
  }

  .navbar-menu .navbar-item,
  .navbar-menu .navbar-link {
    color: black !important;
    font-size: 1.25rem; /* Increase font size here (e.g., 20px) */
  }

  .navbar-menu .navbar-item:hover,
  .navbar-menu .navbar-link:hover {
    background-color: #111 !important;
    color: #ffdddd !important;
  }

  .navbar-burger span {
    background-color: black !important;
  }
}