/* Site-wide layout: hero, sections, navbar */

/* Hero */
.parallax {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  background-attachment: scroll !important;
}

.parallax .hero-row {
  width: 100%;
  padding: 3rem 0 4rem;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hero-content-col {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-inner {
  width: 100%;
  color: #fff;
  padding: 1rem 1.25rem;
  text-align: center;
}

.hero-inner .display-3,
.hero-inner h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-tags {
  font-size: 0.85rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.95;
  margin: 0 0 1rem !important;
}

.hero-inner .btn-light {
  margin: 0.5rem 0.75rem !important;
}

.hero-lcp-image {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(50%);
}

/* Page intro band below hero */
.page-intro {
  padding: 2.5rem 1rem 1.5rem !important;
  margin-top: 0 !important;
  background: #fff;
  width: 100%;
  text-align: center;
}

.page-intro h1,
.page-intro .display-5 {
  margin-bottom: 0.75rem;
}

.home-intro .intro-logo {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

.home-intro .intro-logo img {
  background: #fff;
  border-radius: 10px;
  padding: 7px;
}

/* Content sections */
main .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

main .container.py-4,
main .container.py-xl-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* Center content blocks site-wide */
.text-center,
.hero-inner,
.page-intro {
  text-align: center !important;
}

main .text-end,
main .col-md-6.text-end,
main .col-md-12.text-end,
main .col-lg-12.text-end,
main .col-auto.text-end {
  text-align: center !important;
  justify-content: center !important;
}

main .text-md-start {
  text-align: center !important;
}

main .justify-content-md-start {
  justify-content: center !important;
}

.col-md-6.text-center,
.col-md-6 .text-center {
  text-align: center !important;
}

/* Navbar */
.navbar .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar .nav-link {
  color: #fff !important;
}

.navbar .nav-link.active {
  color: #faf3d6 !important;
  font-weight: 600;
}

.navbar .btn {
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .navbar .btn {
    display: inline-block;
    margin: 0.75rem auto 0;
  }
}

/* Remove empty spacer divs */
.p-xl-5.m-xl-5:empty {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
