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

	#main-navbar ul.navbar-nav li.nav-item {
    	background-color: #fff;
	}

	#main-navbar ul.navbar-nav li.nav-item a { 
    	color: #014520 !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%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: 'Cinzel', 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 500;
    color: #0c121c !important;
    text-transform: uppercase;
    padding: 35px 45px 35px 45px;  
    color: #fff !important;
}

#main-navbar a:hover{
    color: #b3c7bd !important;
}

#tsrv-div-main-menu{
   background-color: #014520; 
}

#tsrv-above-banner-1 p{
    line-height: 0;
    margin: 0;   
}

#tsrv-above-banner { 
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#tsrv-above-banner, #tsrv-above-banner-1 img{
    max-width:100%;
    width:100%;
    display: block;
    height: auto;
}

#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% !important;
    padding-left:30px !important;
    max-width: 178px;
    max-height: 178px;
    height: auto;
}

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

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

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

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

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

.btn{
    background-color: #fdc300 !important;
    color: #004420 !important;
}

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

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

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