a {
  color: inherit;
}

body:before {
  content: '';
  z-index: 10000;
  position: fixed;
  opacity: 80%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://uploads-ssl.webflow.com/61f56f86f784e70b89ea7637/61f583d545c6ae6e9513ec76_noise-transparent.png');
  animation: 0.3s infinite noise;
  pointer-events: none;
}

@keyframes noise {
  0%,
  100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0% 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}

.letter-bg {
  pointer-events: none;
}

::selection {
  color: #bde7be;
  background: #57867d;
}

html.has-scroll-smooth {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.has-scroll-smooth body {
  overflow: hidden !important;
}

.has-scroll-smooth .js-locomotive {
  min-height: 100vh !important;
  width: 100% !important;
}

.scroller {
  width: 100%;
  position: fixed;
}

.c-scrollbar {
  display: none;
}

.word {
  opacity: 1;
  visibility: visible;
}

.hero-link {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .storyline-subheader {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .scroller {
    position: static;
  }
}

/* Target iPad Portrait Mode */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .column-img__block {
    min-width: 250px;
  }
  .category-hero {
    min-height: 100vh;
    justify-content: center;
    padding-top: 0px;
  }
  .timeline-blip__wrapper {
    min-height: 35px;
  }
  .timeline-blip {
    width: 35px;
    height: 35px;
  }
}

/* Target iPad Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}
