
.parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 50px
}
.parallax-layer {
  width: 100%;
  min-height: 500px;
  position: fixed;
  left: 0;
  top: 0;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto;
}

.nonparallax {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: top ;
  z-index: 80;
  background-image: url("../images/mobile_ailu.png");
  height: 500px;
  width: 100%;
}

@media (max-width: 700px) {
  .parallax-layer {
    display: none;
  }
  .nonparallax {
    display: block;
  }
}



  .layer-0 {
    top: 3%;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    z-index: 5;
    background-image: url("../images/AiluReindeer.png") ;
    height: 500px;
  }
  /* .layer-1 {
    top: 0px;
    z-index: 10;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/fog1.png");
  } */
  /* .layer-2 {
    top: 0px;
    z-index: 15;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/fog2.png");
  } */
  .layer-3 {
    top: 10%;
    z-index: 16;
    background: url("../images/RSE_LOGO.png") no-repeat top 15% center;
    background-size: auto 250px;
  }
    /* .layer-4 {
    top: 10px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    background-image: url("../images/fog3.png");
  }
  .layer-5 {
    top: 0px;
    z-index: 30;
    opacity: 0.3;
    background-image: url("../images/fog4.png");
  } */





/* // .content {
//   position: absolute;
//   top: 600px;
//   background: #415a6c;
//   width: 100%;
//   min-height: 1500px;
// }
//   .content h1 {
//     color: #fff;
//     font-size: 2em;
//     text-transform: uppercase;
//     text-align: center;
//   } */
