h1 {
    font-size: 2.5em;
}

footer {
    display: block;
    background: #d1d1d1;
    width: 100%;
    z-index: 0;
    color: #7d7d7d;
}

    footer h5 {
        font-weight: bold;
    }

.social a,
.footer-links__bottom a {
    color: #7d7d7d;
    text-decoration: none;
    font-size: 1.4em;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-links__bottom a {
    font-size: 1em;
}

.bg-verona,
body {
    background-color: #002f6c !important;
}

.btn-primary {
    background-color: #FFF;
    border-color: #002f6c;
    font-weight: bold;
    text-transform: uppercase;
    color: #002f6c;
}

.sponsor-box {
    margin: 30px 0;
}

    .sponsor-box img {
        margin-bottom: 10px;
        border: 1px solid #002f6c;
        border-radius: 20px;
        width: 100%;
    }

    .sponsor-box h3 {
        margin-bottom: 15px;
        color: #FFF;
    }

.cover-event {
    background-image: url(../img/montresor-hotel-tower.jpg);
    height: 550px;
    background-size: cover;
    background-position: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2em;
}


@media (max-width: 767.98px) {
    h1, .cover-event {
        font-size: 1.3em;
    }

    .cover-event {
        height: 220px;
    }
}
