.full-bleed-parallax {
  height: 80vh;
  position: relative;
}

.full-bleed-parallax nav {
  z-index: 1;
}

.full-bleed-parallax-background,
.full-bleed-parallax-mask,
.full-bleed-parallax-mask img {
  /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; */
}

.full-bleed-parallax-mask img {
  /* -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-name: heroScale;
    animation-name: heroScale;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%; */
}

.full-bleed-parallax-btns {
  z-index: 1;
}

nav.full-bleed-parallax-bottom-nav ul {
  margin-bottom: 0;
}

@keyframes heroScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.full-bleed-parallax-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* Apply the transform and animation */
  -webkit-transform: scale(1);
  transform: scale(1);

  -webkit-animation-name: heroScale;
  animation-name: heroScale;

  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.full-bleed-title,
.full-bleed-parallax-btn-group {
  z-index: 1;
}

.full-bleed-parallax-banner {
  height: 100%;
  width: 100%;
}

.on-page-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: 0 !important;
  scrollbar-color: #fff #aa8b2e;
  background-color: white;
  margin: 0 !important;
  text-align: center;

  .pinNav & {
    position: fixed;
    top: 0;
    bottom: auto;

    .admin-bar & {
      @media (min-width: 600px) {
        top: 46px;
      }

      @media (min-width: 783px) {
        top: 32px;
      }
    }
  }
}

.on-page-nav::-webkit-scrollbar {
  block-size: 0.75rem;
}

.on-page-nav::-webkit-scrollbar-track {
  background-color: #dedede;
}

.on-page-nav::-webkit-scrollbar-thumb {
  background-color: #dedede;
  background-image: linear-gradient(
    #dedede 0,
    #dedede 0.15rem,
    #393939 0.15rem,
    #393939 0.6rem,
    #dedede 0.6rem
  );
}

.on-page-nav .on-page-nav__list {
  display: inline-flex;
  height: 100%;
  margin: 0;
}

.on-page-nav__item {
  display: flex;
  list-style: none;
}

.on-page-nav__link {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #7f7f7f;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;

  .on-page-nav__item.active & {
    color: black;
    border-color: #aa8b2e;
  }
}

/* .on-page-nav > * {
  flex: 0 0 auto;
}

.on-page-nav > img {
  block-size: 100%;
  flex-basis: auto;
  width: auto;
}

.on-page-nav > * + * {
  margin-inline-start: 1rem;
}

.on-page-nav.overflowing {
  padding-block-end: 1rem;
} */

@media (max-width: 640px) {
  .full-bleed-parallax-background {
    height: 100%;
  }
}

@media (min-width: 64em) {
  .full-bleed-parallax {
    /* height: calc(100vh - 60px); */
  }
}
