@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');

@media only screen and (max-width : 1200px) {
    #tsrv-menus .tsrv-inner{
        padding-top: 15px !important;
        padding-bottom:15px;
    }

    .navbar-toggler{
        margin-top:20px;
        margin-bottom:20px;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }
    
    #main-navbar2 a{
        color: #0d4a8b !important;
    }
    
    #tsrv-main-banner-1 img {
        max-width: 223px;
        max-height: 124px;
    }
}
    
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28162, 149, 105, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body{
    background-color: #0d4a8b;
}

#tsrv-main-banner{
    background-color: #fff;
}

#tsrv-main-banner {
    justify-content: center !important;
}

#tsrv-main-banner-1 p{
    margin-bottom: 0rem;
}

#tsrv-main-banner-2, #tsrv-main-banner-3, #tsrv-main-banner-4 {
    display: none !important;
}

#tsrv-main-menu{
    background-color: #fff;
}

#tsrv-main-banner-1 img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom:8px;
}

#tsrv-above-main-content-1 p{
    margin-bottom: 0rem;
}

#tsrv-above-main-content-1 img{
    width:100%;
}

#main-navbar a{
    font-family: 'Alegreya Sans';
    font-size: 14px;
    font-weight: 400;
    color: #0d4a8b !important;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left:15px;
    padding-right: 15px;
}

#tsrv-main-menu.justify-content-between{
    justify-content: flex-start !important;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000;
    margin-right:6px;
    font-size: 14px;
}

.btn{
    background-color: #a29569 !important;
    color: #fff;
}

.tsrv-btn{
    background-color: #a29569 !important;
    color: #fff;
} 

.go-back{
    border-color: #000 !important;
}

#tsrv-div-main-footer{
    background-color: transparent;
}

#tsrv-main-footer{
    background-color: #101144;
}

#tsrv-main-footer a{
    color: #fff;
    font-family: Arial;
    font-size:14px;
}

#tsrv-main-footer a:hover{
    border-bottom: 1px solid #fff !important;
}

#tsrv-main-footer-1 h3{
    display:none;
}

.navbar-toggler{
    border-color: #a29569 !important;
    background-color: #fff;
}