@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&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;
    }
    
    #tsrv-above-banner-1 {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        width: 100%;
    }

    #tsrv-above-banner-1 h2 {
        text-align: center !important;
        margin: 0 auto !important;
        width: 100%;
        padding: 0 10px; 
    }

    #tsrv-above-banner.container {
        justify-content: center !important;
        flex-wrap: wrap;
    }

    #tsrv-above-banner .tsrv-static-container {
        display: block !important;
        width: 100% !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");
}

#main-navbar a{
    font-family: 'Open+Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;                 
    color: #0c0a09;             
    text-decoration: none;
    margin: 10px;
    padding:25px;
}

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

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

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

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

#tsrv-main-menu-2 h3{
    font-family: 'Noto Color Emoji', sans-serif;
    font-size: 2rem;                       
    font-weight: 700;                      
    color: #006633;
    margin-left: 10px; 
    margin: 0;
    padding: 0 0 0 10px;
}

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

#tsrv-div-above-banner{
    background-color: #006633;
    padding-top:10px;
    padding-bottom:5px;
}

#tsrv-above-banner-1 h2{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: white;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #0c0a09 !important;
    border-color: #0c0a09;
}

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

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

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

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

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

#tsrv-main-menu-1 {
	max-width: 292px;
}

#tsrv-div-main-menu {
	padding: 0 20px;
	border-bottom: 40px solid #006633;
}