@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
}
.mobile {
  
}
.mb_parallax_container {
  height: 100vh;
  width: 100vw;
  border-bottom: 1px solid #fff;
  padding-top: 8vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.mb_parallax_container-are-you-bearing {
  height: 100vh;
  width: 100vw;
  padding-top: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.mb_parallax_container-no-vh {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#mb_parallax_one {
  background-image: url(img-parallax/HOME-PAGE-SPLASH.jpg);
}
#mb_parallax_two {
  background-image: url(img-parallax/bkgr-pink-blue-geometric.jpg);
}
#mb_parallax_three {
  background-image: url(img-parallax/KERANI-bkgr.jpg);
 }
#mb_parallax_four {
  background-image: url(img-parallax/LUCID-bkgr.jpg);
}
#mb_parallax_18 {
  background-image: url(img-parallax/abstract-15293_1920.jpg);
}


@media only screen and (max-width:1280px) {
  #mb_parallax_one {
    background-image: url(img-parallax/HOME-PAGE-SPLASH-1280w.jpg);
    background-size: cover;
  }
  
}

@media screen and (min-width:600px) and (max-width:1024px) and (orientation:portrait) {

  #mb_parallax_one {
    background-image: url(img-parallax/HOME-PAGE-SPLASH-1024w-1366h.jpg);
  }
  
  .mb_parallax_container {
    height: 80vh;
    width: 100vw;
    border-bottom: 1px solid #fff;
    padding-top: 10vh;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mb_parallax_container-are-you-bearing {
    height: 100vh;
    width: 100vw;
    padding-top: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  
  #mb_parallax_18 {
    background-image: url(img-parallax/MOON-bkgr-1024wx1366h.jpg);
  }
  .mb_parallax_container-no-vh {
    padding: 0 5% 0 5%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  
}



@media only screen and (max-width:600px) {

.mb_parallax_container {
  padding-top: 5vh;
}

  
  
