.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* separate background from the original element, so the children wont inherit the transparent attr */
.page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/aod.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .container-fluid {
    text-align: left;
    padding: 0% 5%;
  }

  .navLinks .dropdown-menu {
    margin-left: -10px;
    max-width: 100%;
  }

  .dropdown-item {
    padding: 0.25rem 1rem;
  }

  .dropdown-menu.show {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: 0 !important;
}

h2 {
  font-size: 2.5rem;
}
