/*@font-face {*/
/*  font-family: 'AlegreyaSans';*/
/*  src: URL('/static/fonts/AlegreyaSans-Regular.ttf') format('truetype');*/
/*}*/

body{
    font-family: "Open Sans", sans-serif;
    background-color: #4786b2;
    min-height: 100vh;
}
#main {
    min-height: 100vh;
}
footer {
    position: relative;
    font-size: .8rem;
    left: 0;
    bottom: 0;
    /*min-height: 30px;*/
    width: 100%;
    background-color: rgba(253, 201, 45, 1);
    /*color:  #1c2833;*/
    text-align: center;
    /*line-height: .9rem;*/
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold;
    color: rgb(0, 84, 143)!important;
}
a, a:visited{
    color: rgb(0, 84, 143)!important;
}
a:hover{
    color: #FF0000!important;
}
.testo-bianco {
    color: #ffffff;
}
img.logo{
    width: 480px;
    height: auto;
}
.btn-primary {
    background-color: #00548f;
}
/*input, textarea{*/
/*background-color: #f5f5f5 !important*/
/*}*/
.sfondo-giallo{
    background-color: rgba(253, 201, 45, 0.3);
}
.sfondo-rosso{
    background-color: rgba(255, 0, 0, 0.3);
}
.sfondo-grigio{
    background-color: rgba(243, 243, 243, 1);
}
.rosso {
    color: rgba(255, 0, 0, 1);
}
.verde {
    color: rgba(0, 143, 57, 1);
}
.giallo {
    color: rgba(253, 201, 45, 1);
}
span.badge.rounded-pill {
    font-size: large;
}

@media screen and (max-width: 768px) { /* TABLET */
  img.logo{
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 425px) { /* MOBILE */
  img.logo{
    width: 100%;
    height: auto;
  }
}