@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 450px) {
    #header {
        padding-top: 20%;
        background: url(../images/header-inecosistemi.jpg) no-repeat top right;
        background-size: cover;
    }

    #header img {
        width: 110px !important;
    }

    section.construction h1 {
        font-size: 40px;
        line-height: 45px;
    }

    section.construction h2 {
        font-size: 30px;
        line-height: 35px;
    }

    section.construction p {
        text-align: center !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    
    section.cnt-aree h2 {
        font-size: 42px;
        line-height: 45px;
    }
    
    section.cnt-aree h3 {
        margin-top: 25px;
        font-size: 28px;
    }
    footer p {
        font-size: 20px;
        line-height: 25px;
    }
}
