@font-face{
  font-family: 'Baskerville URW';
  src: url('../fonts/BaskervilleURW-RegIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

    .container.tsrv-inner{
        justify-content: center;
    }

    .navbar-toggler{
        margin-top:20px;
        margin-bottom:20px;
    }
    
    .navbar-toggler{
        justify-content: center;
    }
    
    #tsrv-main-banner{
        display: flex;
        justify-content: center !important;
    }

    #tsrv-main-banner-1{
        width: 100%;
        text-align: center;
    }

    #tsrv-main-banner-1 img{
        display: block;
        margin: 12px auto 0;
        width: auto;
        max-width: 200px;
        height: auto;
        padding-bottom:10px;
    }
}


.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%281, 59, 71, 40%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar a{
    font-family: 'Baskerville URW', Baskerville, serif !important;
    font-style: italic;
    font-size: 25px;
    font-weight: 400;
    padding: 20px 28px 20px 28px;  
    color: #00333d !important;
}

#tsrv-main-menu-2, #tsrv-main-menu-3, #tsrv-main-menu-4{
    display:none;
}

.navbar-nav.ms-auto.nav-right-content{
    justify-content: center;
}

#tsrv-main-banner-1 img{
    max-width:200px;
    max-height: 200px;
    padding-top:20px;
    width:100%;
}

#tsrv-div-above-banner{
    background-color: #602644;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #3b4728 !important;
    border-color: #3b4728;
    margin-right:10px !important; 
}

.navbar-nav.ms-auto.nav-right-content{
    margin-top:-11px;
}

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

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

#tsrv-div-main-footer{
    background-color: #00333d !important;
}

#tsrv-main-footer{
    background-color: #00333d !important;
}

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

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

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

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

#tsrv-div-main-banner, #tsrv-div-main-menu {
	background-color: #E5E3DB !important;
}