body{
    font-family: "Poppins",sans-serif;
    line-height: 1.4em;
    font-size: 0.98rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Roboto",sans-serif;
    color:#286080;
}

img {
    max-width:100%;
}

.navbar{
    background: #286080;
}

.navbar .nav-item .nav-link{
    color:white;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
}


.navbar .nav-item:last-child .nav-link{
    margin-right: 0px;
}

.navbar-toggler{
    color:white;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blocco-grigio{
    background: #E7E7E8;
    border-radius: 20px;
    padding: 20px;
}

.titolo {
    color:#286080;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:15px;
}

.patrocini{
    margin-bottom:40px;
}

.patrocini img {
    max-height:120px;
}

.single-funfact{
    display: flex;
    align-items: center;
}

.bottone{
    border-radius: 10px;
    color: white;
    font-family: "Roboto",sans-serif;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 1.5em;
    letter-spacing: -1px;
}

.verde-bg.bottone,
.verde-bg.bottone:hover{
    color:  #286080;
}
.bottone:hover{
    color:white
}

.bottone span{
    font-weight: 300;
    display: block;
    font-size: 19px;
    margin-bottom: 3px;
}

.bottone strong{
    font-size: 23px;
}

.counter{
    background: url('/images/sfondo-counter.jpg') #AFCB08 center center no-repeat;
    background-size: cover;
}

a.download{
    color:var(--bs-body-color);
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 1.4em;
}

.arancio-bg{
    background:  #E94E25;
}

.azzurro-bg{
    background: #21BBEF;
}

.blu-bg{
    background:  #286080;
}

.rosso-bg{
    background:  #D60E25;
}

.verde-bg{
    background: #AFCB08;
}
