@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..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;
    }
    
    #main-navbar a, #main-navbar2 a{
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    #tsrv-widgets .navbar-nav .nav-item > a.btn{
        margin-bottom: 11px !important;
    }   
    
    #tsrv-main-menu-1 img{
        width: 150px !important;
    }
    
    #main-navbar2 a{
        padding-top: 8px !important;
        padding-bottom:8px !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-menu{
    background-color: #fff;
}

#main-navbar a, #main-navbar2 a{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    text-transform: uppercase;
}

#main-navbar a:hover{
    background-color: #81980d;
    color: #fff;
}

#tsrv-main-menu-1 p, #tsrv-above-main-content-1 p{
    margin-bottom: 0rem;
}

#tsrv-above-main-content{
    width: 100%;
    max-width: 100%;
}

#tsrv-above-main-content-1 {
    position: relative;
    overflow: hidden;
}

#tsrv-above-main-content-1 img {
    display: block;
    width: 100%;
    max-width: 100%;
}

#tsrv-above-main-content-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

#tsrv-main-menu-1 img{
    max-width:100%;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 25px;
}

#tsrv-main-menu-2, #tsrv-main-menu-3, #tsrv-main-menu-4,#tsrv-above-main-content-2, #tsrv-above-main-content-3, #tsrv-above-main-content-4{
    display:none;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    margin-right:15px;
    font-size: 15px;
}

#tsrv-minicart a{
    color: #000 !important;
}

#tsrv-minicart a:hover{
    color: #000 !important;
}

#tsrv-widgets .navbar-nav .nav-item > a.btn {
    margin-bottom: 9px;
    border-color: #000;
}

#tsrv-widgets .navbar-nav .nav-item > a.btn{
    color: #fff;
    border-color: #278118;
}

#tsrv-widgets .navbar-nav .nav-item > a.btn:hover{
    color: #fff;
}

.btn{
    color: #fff;
    background-color: #81980d !important;
}

.tsrv-btn{
    color: #fff;
    background-color: #81980d !important;
}

.btn:hover{
    color: #fff !important;
}

.btn.go-back:hover{
    color: #fff !important;
}

#tsrv-ticketlist-back:hover{
    color: #000 !important;  
}

a.continue{
    color: #fff !important;
}

a.continue:hover{
    color: #fff !important;
}

.go-back{
    border-color: #000 !important;
}

a.btn.go-back:hover {
    color: #000 !important;
}

#tsrv-div-main-footer{
    background-color: #81980d;
}

#tsrv-main-footer{
    background-color: #81980d;
}

#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: #fff !important;
    background-color: #81980d;
}