body {
  background-image: linear-gradient(
    rgba(254, 237, 209, 255) 10%,
    rgba(254, 237, 209, 255)
  );
}
.bg-footer {
  background-image: linear-gradient(
    rgba(254, 237, 209, 255) 10%,
    rgba(254, 237, 209, 255)
  );
}

@media screen and (max-width: 1024px) {
  footer {
    background-image: linear-gradient(
      rgba(254, 237, 209, 255) 10%,
      rgba(254, 237, 209, 255)
    );
  }
}

.page-hero {
  background: url("../../images/big_logo.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 80% 30%;
  background-attachment: fixed;
}

.subpage-background2 {
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 20px;
  }

  .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;
  }
}

.page-hero {
  height: 600px;
  position: absolute;
  z-index: -1;
}

@media print {
  .page-hero {
    display: none;
  }
}
.section-container {
  padding: 0px;
}
.subpage-background5 {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: 0 !important;
}
.whitebackground {
  background-color: #ffffff !important;
}
