html, body {
  height: 100%;
  margin: 0;
}

/* NAVBAR
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 100px;
}
*/

/* **** Parallax Scrolling **** */
/* //////// */
.parallax_header {
  /* The image used*/
  background-image: url("https://images.unsplash.com/photo-1502489597346-dad15683d4c2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=5f29821f5879298e610bc036a9a77ae8&auto=format&fit=crop&w=1934&q=80");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_block1 {
  /* The image used
  background-image: url("https://images.unsplash.com/photo-1511344555883-8408cf6c318d?auto=format&fit=crop&w=998&q=80");*/

  background: linear-gradient(180deg, #a3a2b2, #fde7dc);

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_block2 {
  /* The image used
  background-image: url("https://images.unsplash.com/photo-1483058712412-4245e9b90334?auto=format&fit=crop&w=1050&q=80");*/

  background: linear-gradient(-180deg, #ebe1e2, #f0d2c8);

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_block3 {
  /* The image used
  background-image: url("https://images.unsplash.com/19/desktop.JPG?auto=format&fit=crop&w=1050&q=80");*/

  background: linear-gradient(-180deg, #f0d2c8, #fde7dc);
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_block4 {
  /* The image used
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1052&q=80");*/

  background: linear-gradient(-180deg, #fde7dc, #a3a2b2);
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_block5 {
  /* The image used
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1052&q=80");*/

  background: linear-gradient(-180deg, #a3a2b2, #607c94);
  /* Full height */
  height: 100%;


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .parallax_header,
    .parallax_block1,
    .parallax_block2,
    .parallax_block3,
    .parallax_block4,
    .parallax_block5 {
        /*background-attachment: scroll;*/
    }
}

.footer_bg{
  background: linear-gradient(-180deg, #607c94, #cedae8);
}

.boxs_header {
  width: 100%;
  height: auto;
  border-radius: 21px 21px 0 0;
  box-shadow: 0 -8px 6px -6px #607c94;
  background-image: url("https://images.unsplash.com/photo-1502489597346-dad15683d4c2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=5f29821f5879298e610bc036a9a77ae8&auto=format&fit=crop&w=1934&q=80");
}
.boxs_block1 {
  width: 100%;
  height: auto;
  border-radius: 21px 21px 0 0;
  box-shadow: 0 -8px 6px -6px #607c94;
}
@media (max-width: 575.99px) {

}

@media (max-width: 767.99px) {

}

@media (max-width: 991.99px) {

}

@media (max-width: 1199.99px) {

}
