.top-bar{
    background-color: #9b473b;
    padding: 9px 0px;  
}

*{font-family: 'Titillium Web', sans-serif;}

.top-bar a{
    color: #FFFFFF !important;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
    text-decoration: none;
    text-align: left;
}
header{
    background-color: #0066CC;
    padding: 20px 0px;
}
header .logo{
    max-height: 4.75rem
}
.left-section {
    justify-content: right;
    display: flex;
    align-items: center;
}
.left-section img {
    height: 25px;
}
span.img-container {
    height: 35px;
    width: 35px;
    display: inline-flex;
    background-color: #FFFF;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    color: #0066cc;
}
.search-box {
    justify-content: flex-end;
    display: flex;
    margin-top: 14px;
}
.search-box input,.search-box input:focus {
    padding: 5px;
    font-size: 16px;
    border: 0px;
    outline:none;
}
.search-box button {
    height: 36px;
    font-size: 18px;
    width: 36px;
    background: #FFF;
    border: 0px;
}
footer{
    background-color: #30373D;
}
footer .logo,footer .logo2 {
    width: 100%;
    height: auto;
}
/* Logo e testo header posizionato al centro per dispositivi mobili fino a 768px - no barra ricerca */
@media only screen and (max-width: 768px) {
    footer .logo,footer .logo2 {
        max-width:150px;
        margin-bottom:20px;
    }
    header .logo {
        width: 150px;
        height: auto;
        display: block;
        margin: auto;
    }
    .heading {
        text-align: center;
    }

    .search-box button {
        height: 30px;
        font-size: 18px;
        width: 20px;
        background: #FFF;
        border: 0px;
    }
}

@media only screen and (min-width: 992px) {
    header .logo {
        max-height: 4.75rem
        height: auto;
    }



    
 }
