#navbarSupportedContent li > a {
    font-size: 14px;
    text-transform: uppercase;
}
h1.h1header {
    font-family: 'Archivo Narrow', cursive;
    font-size: 3rem;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
}
h1.h1header a {
    color: inherit;
}
h1.h1header a:hover {
    color: inherit;
    text-decoration: none;
}
#jumbotronhome {
    background-image: url(/static/main/img/home.jpg);
    background-position: center;
    height: 20em;
}
#jumbotroncorrispondenzericerca {
    background-image: url(/static/corrispondenze/img/ricerca.jpg);
    background-position: center;
    height: 20em;
}
#jumbotronfotografiericerca {
    background-image: url(/static/fotografie/img/ricerca.jpg);
    background-position: top;
    height: 20em;
}
#jumbotronarchiviosonoro {
    background-image: url(/static/archiviosonoro/img/jumbotron.jpg);
    background-position: top;
    height: 20em;
}
/*a {
    color: #a41313;
}
a:hover {
    color: #a41313;
}*/
.rosso {
    color: #dc3545;
}

