#parallax1 {

    background-image: url("../images/uvodnafoto.jpg");

    height: 100vh;

    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallax2 {
    
    background-image: url("../images/eiffelovka.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax3 {
    
    background-image: url("../images/brandenburska_brana.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax4 {
    
    background-image: url("../images/bigben.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax5 {
    
    background-image: url("../images/afrika.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax6 {
    
    background-image: url("../images/dubaj.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax7 {
    
    background-image: url("../images/machu-pichu.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxSK1 {
    
    background-image: url("../images/Slovensko/tatry.jpg");

    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallaxSK2 {
    
    background-image: url("../images/Slovensko/spissky-hrad.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallaxSK3 {
    
    background-image: url("../images/Slovensko/bratislava.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallaxSK4 {
    
    background-image: url("../images/Slovensko/dom-sv-alzbety.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallaxSK5 {
    
    background-image: url("../images/Slovensko/vysoketatry.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#parallaxEU1 {
    
    background-image: url("../images/Europa/europa.jpg");

    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxEU2 {
    
    background-image: url("../images/Europa/karneval.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxDP1 {
    
    background-image: url("../images/Doprava/lietadlo.jpg");

    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxDP2 {
    
    background-image: url("../images/Doprava/cesta.jpg");

    width: 100%;
    height: 60vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxDP3 {
    
    background-image: url("../images/Doprava/balon.jpg");

    width: 100%;
    height: 60vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxSV1 {
    
    background-image: url("../images/Svet/pyramidy.jpg");

    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallaxSV2 {
    
    background-image: url("../images/Svet/sfinga.jpg");

    width: 100%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#parallaxAU {
    
    background-image: url("../images/Autor/uvod.jpg");

    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}