#home-inside {
    height: 100vh;
    width: 100vw;
    background-image: url("../images/homepage/home.png");
    background-repeat: no-repeat;
    background-size: auto 85%;
    background-position: right top;
}

.section {
    overflow: hidden;
}

#contatti, #lavori {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

#home-title {
    position: fixed;
    bottom: 5%;
}

#home {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mapouter {
    height: 40vh;
    width: 60vw;
    background: none !important;
    margin: auto;
}

.white {
    color: rgb(255, 255, 255);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#slogan-container {
    padding-left: 100px;
    text-align: center;
}

#home-address {
    text-align: left;
    padding-left: 80px;
    margin-top: 10px;
}

#lavori-container, #address-container {
    margin-bottom: 80px;
}

.footer {
    position: absolute !important;
    bottom: 50px !important;
}

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

    #lavori-container, #address-container {
        margin-bottom: 150px;
    }

    #slogan-container {
        padding-left: 15px;
        text-align: center;
    }

    #slogan {
        font-size: 17px;
    }

    #home-address {
        padding-left: unset;
        margin-top: unset;
    }

    .home-address {
        font-size: 15px;
        text-align: center;
    }

    h1 {
        font-size: 25px;
    }

    .mapouter {
        height: 25vh;
        width: 90vw;
    }

    #home-title {
        left: -3%;
        bottom: 10%;
    }

    #home-inside {
        background-size: contain;
        background-position: center top;
    }
}