
.home-page {
    border-bottom: solid 4px #D9DADA;
    background-color: #e8eff1 !important;
    color: #3a73c4 !important;
    position: relative !important;
    overflow-x: hidden;
}

.services {
    padding-top: 1.5em;
    padding-bottom: 4.5em;
}

/*---------------- LOGO ----------------------------------*/
.logo-text {
    position: absolute;
    background-repeat: no-repeat;
    height: 150px;
    width: 446px;
    background-image: url(../img/home/logo_text.png);
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -800px;
    z-index: 998;
}

@media screen and (max-width: 1366px) {
    .logo-text {
        background-image: url(../img/home/logo_text_1366.png);
        height: 130px;
        width: 366px;
        top: 50%;
        right: 50%;
        margin-top: -25px;
        margin-right: -540px;
    }
}

@media screen and (max-width: 1024px) {
    .logo-text {
        background-image: url(../img/home/logo_text_768.png);
        height: 105px;
        width: 305px;
        top: 50%;
        right: 50%;
        margin-top: -25px;
        margin-right: -430px;
    }
}

@media screen and (max-width: 920px) {
    .logo-text {
        right: 50%;
        margin-top: -25px;
        margin-right: -250px;
        background-image: none;
    }
}

/*---------------- SKY ----------------------------------*/
.sky_night {
    height: 396px;
    position: relative;
    overflow: hidden;
    background-color: #aeb8ce;
    background-image: url(../img/home/sky-night.png);
}
.stars_bears {
    position: absolute;
    top: 6%;
    left: 10%;
    background-image: url(../img/home/stars-bears.png);
    background-repeat: no-repeat;
    height: 215px;
    width: 300px;
    z-index: 7;
}
.satellite {
    position: absolute;
    top: 10%;
    right: 50%;
    background-image: url(../img/home/satellite.png);
    background-repeat: no-repeat;
    height: 74px;
    width: 95px;
    z-index: 7;
}
.moon {
    position: absolute;
    bottom: 55%;
    right: 15%;
    background-image: url(../img/home/moon.png);
    background-repeat: no-repeat;
    height: 158px;
    width: 146px;
    z-index: 7;
}

/*---------------- MOUNTAINS ----------------------------------*/
.teo {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/home/teo.png);
    background-repeat: no-repeat;
    height: 138px;
    width: 646px;
    z-index: 8;
}
.mount1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/home/mount1.png);
    background-repeat: no-repeat;
    height: 135px;
    width: 1050px;
    z-index: 8;
}
.mount2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/home/mount2.png);
    background-repeat: no-repeat;
    height: 372px;
    width: 1921px;
    z-index: 8;
}
.mount3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/home/mount3.png);
    background-repeat: no-repeat;
    height: 269px;
    width: 2550px;
    z-index: 8;
}
