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



/*cover bootstrap*/
@media (min-width: 768px) {
  .parallax {
      background-image: url(../images/parallax-img.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


}



@media (max-width: 768px) {


.parallax {
    background-image: url(../images/parallax-img-xs.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

}