
body{
    margin: 0;
}
.logo {
    text-align: center;
    margin: 2% 0 60px;
}

@media all and (max-width: 479px) {
    .logo {
        padding: 0 4%;

    }
    .logo img{
        width: 100%;
    }

    .loghi img {
        width: 70%;
    }

    .comingsoon{
        width: 100%;
    }
}



.loghi {
    text-align: center;
    margin-bottom: 60px;
}

.loghi img {
    margin: 0 4%;
}

.comingsoon {
    text-align: center;
    background: #8ec7cc;
    padding: 20px 0 5px;
    font-size: 90px;
    line-height: 110px;
    font-family: carlmarx,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    background-image: url(img/baia-del-forte-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;

}

.partner {
    text-align: center;
    font-size: 32px;
    font-family: carlmarx,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.partner img {
    margin: 0 4% 20px;
}
