@charset "utf-8";
/* CSS Document */

/*.parallax-bg {
position: sticky;
min-height: 30vh;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}*/

.parallax-bg {
position: relative;
opacity: 1;
background-position: center;
background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones
@media only screen and (max-device-width: 1024px) {
  .parallax-bg {
    background-attachment: scroll;
  }
}
*/

.parallax-bg img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}
