/* CSS Document */
body {
    background: #fff url(../img/sfondo.png) repeat-y fixed;
    background-size: 100%;
    font-family: 'Roboto';
}

div.header {height:80%}

h3 {color:#1159A7;font-weight: bold; font-size: 18px;}
strong.reair {color:#93C25B; font-weight:bold;}
strong.reair i {color:#53B8D3; font-style: normal; font-weight:bold;}

h5 {
    font-size: 1.1rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
    font-weight: bold;
}


.sfondoazzurro {color:#fff;background-color:#1159A7;}
.sfondoazzurro .testo {padding:30px; font-size:1.1rem;}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.removemargin {margin-bottom: -5px;padding:0!important;}

@media only screen and (max-width: 600px) { .row.valign-wrapper { display: inherit; } }