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

/****** PARALLAX*******/

section.module.parallax {
   
    height: 1080px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

section.module.parallax h1{
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    line-height: 400px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
section.module.parallax-1{
	background-image: url(../images/parallax1.jpg);
}

section.module.parallax-2{
    background-image: url(../images/parallax2.jpg);
}

section.module.parallax-3{
    background-image: url(../images/parallax3.jpg);
}
section.module.parallax-4{
    background-image: url(../images/parallax4.jpg);
}
section.module.parallax-5{
    background-image: url(../images/parallax5.jpg);
}
section.module.parallax-6{
    background-image: url(../images/parallax6.jpg);
	height: 780px !important;
    width: 100% !important;
	background-size: cover !important;
	background-position: 50% 10%;
}

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

 section.module.parallax-6{
	height: 550px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}
section.module.parallax-1{
	height: 550px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}

section.module.parallax-2{
   height: 550px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}

section.module.parallax-3{
   height: 550px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}
}
@media only screen and (max-width: 980px) {

 section.module.parallax-6{
	height: 450px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}
section.module.parallax-1{
	height: 400px !important;
    width: 100% !important;
	background-size: contain  !important;
	background-position: 50% 10%;
}

section.module.parallax-2{
   height: 400px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}

section.module.parallax-3{
   height: 400px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}
}
@media only screen and (max-width: 800px) {
 
section.module.parallax-6 {
	height: 400px !important;
	min-width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
	}
	section.module.parallax-1{
	height: 350px !important;
    width: 100% !important;
	background-size: contain  !important;
	background-position: 50% 10%;
}

section.module.parallax-2{
   height: 350px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}

section.module.parallax-3{
   height: 350px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}
}
@media only screen and (max-width: 768px) {
 
section.module.parallax-6 {
	height: 350px !important;
	min-width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
	}
		section.module.parallax-1{
	height: 300px !important;
    width: 100% !important;
	background-size: contain  !important;
	background-position: 50% 10%;
}

section.module.parallax-2{
   height: 300px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}

section.module.parallax-3{
   height: 300px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 10%;
}
	
}
@media only screen and (max-width: 360px) {
 
section.module.parallax-6 {
	height: 210px !important;
	min-width: 100% !important;
	background-size: contain !important;
	background-position: 50% 20%;
	}
		section.module.parallax-1{
	height: 210px !important;
    width: 100% !important;
	background-size: contain  !important;
	background-position: 50% 20%;
}

section.module.parallax-2{
   height: 210px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 20%;
}

section.module.parallax-3{
   height: 210px !important;
    width: 100% !important;
	background-size: contain !important;
	background-position: 50% 20%;
}
}
