html {
    background-color: #e78b92;
}
body {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.webp body {
    background-image: url("../img/FL23_image.6d171f4bd672.webp");
}
.no-webp body {
    background-image: url("../img/FL23_image.d61c448fb80d.png");
}
#main-albero {
    padding-top: calc(100vw * 0.44);
}
#main-albero-index {
    padding-top: calc(100vw * 0.38);
}
#landing-top {
    position: absolute;
    top: 10px;
    left: 0px;
}
#landing-top-index {
    position: absolute;
    top: 80px;
    left: 0px;
}
#landing-top-img {
    height: 120px;
}
#landing-top-img-index {
    height: 100px;
}
#landing-top h1 {
    margin-top: 10px;
}
h1 {
    color: white;
    line-height: 30px;
}
@media only screen and (min-width:1201px) and (max-width:10000px) {
}
@media only screen and (min-width:220px) and (max-width:1279px) {
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    body {
        background-size: 140% auto;
    }
    #main-albero {
        padding-top: calc(100vw * 0.6);
    }
    #main-albero-index {
        padding-top: calc(100vw * 0.5);
    }
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
}
/* Tablet Portrait */
@media only screen and (min-width:768px) and (max-width:1023px) {
    body {
        background-size: 180% auto;
    }
    #main-albero {
        padding-top: calc(100vw * 0.8);
    }
    #main-albero-index {
        padding-top: calc(100vw * 0.7);
    }
    #landing-top h1 {
        margin-top: 10px;
    }
}
/* Cellulari */
@media only screen and (min-width:220px) and (max-width:767px) {
    body {
        background-size: 230% auto;
    }
    #main-albero {
        padding-top: calc(100vw * 1.05);
    }
    #main-albero-index {
        padding-top: calc(100vw * 0.90);
    }
    #landing-top-img-index {
        display:none;
    }
    #landing-top-img {
        height: 80px;
    }
    #landing-top h1 {
        margin-top: 10px;
    }
    .font_35 {
        font-size: 25px;
    }
    .font_25 {
        font-size: 15px;
    }
    h1 {
        line-height: 15px;
    }
}
