@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');

@media only screen and (max-width : 510px) {
	#tsrv-main-menu-1 {
    	display: none !important;
	}
}

@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: #1f2531 !important;
    }
    
    #tsrv-above-main-content-1 img{
        display:none;
    }
    
}
    
.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%2831, 30, 23, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

#main-navbar a{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
    font-style: normal;
    color: #1f2531;
    padding-left:15px;
    padding-right:15px;
}

#tsrv-main-menu-1{
    background-color: #1f1e17;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    max-width: fit-content;
    padding: 0 26px;
}

#tsrv-main-menu-1 img{
    max-width: 100%;
    max-width:183px;
    max-height: 102px;
}

#tsrv-main-menu-1 p{
    margin-bottom: 0rem;
    text-align: center !important;
}

#tsrv-main-banner-1 p{
    display:none;
}

#tsrv-div-main-banner{
    background-color: #1f1e17;
    height: 60px;
}

#tsrv-main-menu-1{
    border-top: 100px solid #1f1e17;
    border-bottom: 120px solid #1f1e17;
    text-align: center !important;
}

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

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

#tsrv-above-main-content-1 img{
    margin-top:-120px;
}

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

#main-navbar a:hover{
    color: #929292;
}

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

#tsrv-minicart{
    background-color: #fff !important;
    color: #1f1e17 !important;
    border-color: #1b2266;
    margin-right:6px;
    font-size: 14px;
}

#tsrv-div-main-menu{
    padding-bottom:10px;
}

#tsrv-widgets .navbar-nav .nav-item > a.btn{
    margin-bottom: 11px !important;
}

.btn{
    color: #eece38;
    background-color: #1f1e17 !important;
}

.tsrv-btn{
    color: #eece38;
    background-color: #1f1e17 !important;
} 

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

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

#tsrv-main-footer{
    background-color: #1f1e17;
}

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

#tsrv-main-footer a:hover{
    border-bottom: 1px solid #fff !important;
}

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

.navbar-toggler{
    border-color: #1f1e17 !important;
    background-color: #fff;
}


.bg-primary:hover, .btn:hover {
	color: #eece38 !important;
}

a.continue {
	color: #eece38 !important;
}