@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;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }
    
    #tsrv-main-menu-1 img {
        width: 250px !important;
        height: auto !important;
        max-width: none !important;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.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;
}

#tsrv-main-menu{
    background-color: #2b353e !important;
}

#main-navbar a{
    padding-top:10px;
    color: #c0c3c5 !important;
    font-size: 14px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 86px;
    margin-left:8px;
    margin-right:8px;
    padding-bottom: 12px;
}

#tsrv-main-banner-2 h3{
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
}

#tsrv-main-banner-2 h2 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
    margin-top: 0.5rem;
}

#tsrv-main-banner-2 h1 {
    color: #222222;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

#main-navbar a:hover{
    background-color: #e92f43;
}

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

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

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

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

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

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

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

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

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

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

#tsrv-main-footer{
    background-color: #2b353e !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: #000 !important;
    background-color: #2b353e;
}

#tsrv-main-banner-1 img {
	max-height: 120px;
}