@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

@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: #fff !important;
    }
}
    
.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");
}

#tsrv-div-main-banner, #tsrv-div-main-menu{
    background-color: #4f7942;
}

#tsrv-main-menu-1 img{
    padding-top:15px;
    padding-right:20px;
}

#main-navbar a{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px 17px;
    box-shadow: inset 0 3px 0 0 transparent;
    -webkit-transition: box-shadow 500ms ease, color 300ms ease;
    transition: box-shadow 500ms ease, color 300ms ease;
    font-family: 'PT Serif', serif;
    color: #fff;
    font-size: 18px;
    border-top: 4px solid transparent; 
} 

#main-navbar a:hover{
    border-top: 4px solid #82977c !important;
}

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


#tsrv-minicart{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #4f7942;
    margin-right:6px;
}

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

.btn{
    background-color: #4f7942 !important;
    color: #ffffff;
}

.tsrv-btn{
    background-color: #4f7942 !important;
    color: #ffffff;
} 

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

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

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

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

#tsrv-main-footer a:hover{
    color: #d2d7d9 !important;
}

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

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