.carousel,
.carousel-inner,
.carousel-item {
    height: 600px;
}

.h1 {
    color: #0b437b;
    font-size: 26px;
}

.h1bold {
    color: #0b437b;
    font-size: 26px;
    font-weight: bold;
}

.jumbotron_custom {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #fafaf8;
    border-radius: .8rem;
    border: 2px solid rgb(235,96,43);
}

.boldred {
    color: #FF0004;
    font-weight: bold;
}

.testocentrato {
    text-align: center;
}

.testocentrato_blu {
    text-align: center;
    color: #0b437b;
}

.testocentrato_blu_bold {
    text-align: center;
    color: #0b437b;
    font-weight: bold;
}

.arrow {
    color: #FF0004;
    font-weight: bold;
    font-size: 30px;
}

.arrow_celeste {
    color: #00a9ff;
    font-size: 35px;
}

.testo_negativo_bold {
    color: #FFFFFF;
    font-weight: bold;
}

.testo_biblio {
    font-size: 11px;
}

.link_footer {
    color: #FFFFFF;
    font-size: 12px;
}

.container-footer {
    width: 100%;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #fafaf8;
    font-size: 12px;
}

.img-fluid_custom {
    max-width: 90%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.h3 {
    color: #0b437b;
    font-size: 18px;
}

.biblio {
    color: #cd0e2c;
    font-size: 22px;
}

.container_custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.h7 {
    font-size: 20px;
}

.didascalia {
    border-top: 1px solid grey;
    font-size: 0.8em;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .container_custom {
        max-width: 540px;
    }

    .img-fluid_custom {
        max-width: 70%;
    }
}

@media (min-width: 768px) {
    .container_custom {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container_custom {
        max-width: 960px;
    }
}
