.parallax1
{ 
    /* The image used */
    background-image: url("../img/scene-1-new.JPG");

    /* Set a specific height */
    height: 900px; 

    /* Create the parallax scrolling effect */
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -20px;
    margin-right: -20px;
}
.parallax2
{ 
    /* The image used */
    background-image: url("../img/scene-2-new-alt.JPG");

    /* Set a specific height */
    height: 700px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -20px;
    margin-right: -20px;
}
.parallax3
{ 
    /* The image used */
    background-image: url("../img/scene-3-new-alt.JPG");

    /* Set a specific height */
    height: 900px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -20px;
    margin-right: -20px;
}
.parallax4
{ 
    /* The image used */
    background-image: url("../img/scene-4-new.JPG");

    /* Set a specific height */
    height: 800px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -20px;
    margin-right: -20px;
}
.prallax5
{
    height: 100px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -20px;
    margin-right: -20px;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .parallax1 {
    	background-image: url("../img/scene-1-new-alt.JPG");
    	height: 500px;
     	width: auto;
        background-attachment: scroll;
    }
    .parallax2 {
     	width: auto;
        background-attachment: scroll;
    }
    .parallax3 {
    	background-image: url("../img/scene-3-new-alt.JPG");
     	width: auto;
     	height: 300px;
        background-attachment: scroll;
    }
    .parallax4 {
        background-image: url("../img/scene-4-new.JPG");
     	width: auto;
     	height: 300px;
        background-attachment: scroll;
    }
    /*.parallax5 {
    	background-image: url("../img/coffee1_alt.jpg");
     	width: auto;
        background-attachment: scroll;
    }
    .parallax6 {
     	
    	background-image: url("../img/coffee3_alt.jpg");
     	width: auto;
        background-attachment: scroll;
    }
    .parallax7 {
     	
    	background-image: url("../img/coffee4_alt.jpg");
     	width: auto;
        background-attachment: scroll;
    }
    .parallax8 {
    	
    	background-image: url("../img/coffee5_alt.jpg");
     	width: auto;
        background-attachment: scroll;
    }
    .parallax9 {
    	
     	background-image: url("../img/coffee6_alt.jpg");
     	width: auto;
        background-attachment: scroll;
    }*/
}