@charset "utf-8";

/* CSS Document */

#page1 {
    height: 100%;
    width: 100%;
    background: #1d1d1d;
    background-image: url('../img/general/bg1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page2 {
    height: 2500px;
    width: 100%;
    background: #000;
    /* background-image: url('../img/general/bg2.jpg'); */
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page3 {
    height: 2500px;
    width: 100%;
    background: #000000;
    background-image: url('../img/general/page3bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page4 {
    height: 2500px;
    width: 100%;
    background: #000000;
    background-image: url('../img/general/page4bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page5 {
    height: 2500px;
    width: 100%;
    background: #000000;
    background-image: url('../img/general/page5bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page6 {
    height: 2500px;
    width: 100%;
    background: #000000;
    background-image: url('../img/general/page6bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page7 {
    height: 2500px;
    width: 100%;
    background: #000000;
    padding-top: 0px;
    padding-bottom: 125px;
}
#page8 {
    height: 2500px;
    width: 100%;
    background: #000000;
    background-image: url('../img/general/page8bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 125px;
}

/* MOBILE SCREENS ____________________________________________________________________________________ */

@media screen and (max-width: 39.9375em) {

    #page1 {
        height: 100%;
        width: 100%;
        background: #1d1d1d;
        background-image: url('../img/general/mobbg1.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-bottom: 125px;
    }
    #page2 {
        height: 2500px;
        width: 100%;
        background: #000;
        /* background-image: url('../img/general/mobbg2.jpg'); */
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-bottom: 125px;
    }
    #page3 {
        height: 2500px;
        width: 100%;
        background: #000000;
        background-image: url('../img/general/page3bg.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-bottom: 125px;
    }
}
