
html, body {
    margin :0px;
    height: 100%;
    background-color: #016a9a;
    background-image: url("../img/sfondo.png");
    background-position: top left;
    background-size: contain;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color : #fff;
}
.container {  height: 100%; }

a:link,
a:visited,
a:active {
    color : #fff;
    font-weight : 600;
}
a:hover {
    text-decoration: none;
    color : #fded8f;
}
.logo {
    overflow: hidden;
    margin: 30px auto 0px;
    width: 100%; height: 400px;
    background-image: url("../img/resortGardaland__Logo_hr.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 210px 85px;
    transition: all 0.5s ease;
    align-items: flex-end;
    display: flex;
}
.prezzemolo {
    overflow: hidden;
    background-image: url("../img/prezzy-manutenzione.png");
    background-repeat: no-repeat;
    height: 100%; width: 80%;
}
#prezzemolo-404 {
    background-image: url("../img/prezzy-manutenzione.png");
    background-position: 95% 40px;
    background-size: auto 95%;
}
#prezzemolo-offline {
    background-image: url("../img/prezzemolo_magia_s.png");
    background-size: contain;
    background-position: center;
    width: 100%;
    height: calc( 100% - 85px);
}
#prezzemolo-coming-soon {
    background-image: url("../img/prezzyy-coming-soon.png");
    background-position: center 90%;
    background-size: auto 70%;
    width: 100%;
}
h2 {
    font-family: "minion-pro",serif;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    white-space: normal;
}
p {
    line-height: 1.6em;
    max-width : 300px;
    margin : 0px auto 0px;
}

.note h2 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    display: block;
    white-space: normal;
    text-decoration: underline;
    margin: 10px 0 0;
}
.note p {
    max-width : unset;
    margin : 0 ;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .flag{
        padding-top: 20px;
    }
}