@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&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-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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;            
    text-transform: uppercase;  
    letter-spacing: 1px;        
    color: #301d10;             
    background: transparent;
    padding: 0px 35px;         
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 3px solid transparent;
    margin: 10px;
    box-sizing: border-box;
}

#main-navbar a:hover{
    border: 2px solid #301d10;
}

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

#tsrv-main-banner, #tsrv-main-banner-1 img{
    width:100%;
    max-width:100%;
}

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

#tsrv-minicart{
    background-color: #fff !important;
    color:#301d10 !important;
    border-color: #301d10;
}

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

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

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

#tsrv-div-main-footer{
    background-color: #301d10 !important;
}

#tsrv-main-footer{
    background-color: #301d10 !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: #301d10 !important;
    background-color: #301d10;
}