/* CSS Document */
.parallax-window {
  min-height: 600px;
  padding-top: 400px;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .parallax-window {
    /* CSS specific to iOS devices */
    background-attachment: unset;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
  }
}
.parallax-window .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.parallax-window .parallax-title {
  position: relative;
  z-index: 10;
}
.parallax-window .parallax-title .h2 {
  color: #fff;
}

.parallax-legend {
  padding-right: 20%;
  margin-top: 0.5rem;
}
@media screen and (max-width: 40em) {
  .parallax-legend {
    padding-right: 0;
  }
}
.parallax-legend p {
  font-size: 0.65rem;
  line-height: 0.8rem;
  color: #888;
}
/*# sourceMappingURL=dce_parallax.css.map */
