@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&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;
    }
}


.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, 69, 38, 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: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 28px 10px 28px;  
    color: #000 !important;
    border-bottom: 2px solid transparent;
}

#main-navbar a:hover{
    border-bottom: 2px #602644 solid !important;
    
}

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

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

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

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

#tsrv-div-above-banner h3{
    display:none;
}

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

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

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

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

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

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

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

#tsrv-above-banner-1 p {
	margin-bottom: 0px !important; 
}