@import url('https://fonts.googleapis.com/css2?family=Noto+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;
    }
    
    .navbar-toggler{
        justify-content: center;
    }
    
    #tsrv-main-banner{
        display: flex;
        justify-content: center !important;
    }
    
    .navbar-nav .nav-item {
        margin: 10px 10px;
        padding: 0;
    }
}


.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%28118, 0, 76, 40%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-item {
    margin: 10px 10px;
    padding: 0;
}

#main-navbar a{
    display: block;
    background-color: #5c4f7f;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 40px;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 6px;
    border: 1px solid #8d82a8;
    transition: background-color 0.3s ease;
    text-align: center;
}

nav#main-navbar a:hover {
    background-color: #1d1b27;
    color: #ffffff;
}

#tsrv-div-main-banner{
    background-color: #77004d;
}

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

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

#tsrv-main-banner-1 img{
    max-width:200px;
    max-height: 200px;
    padding-top:20px;
    width:100%;
}

#tsrv-div-above-banner{
    background-color: #602644;
}

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

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

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

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

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

#tsrv-main-footer{
    background-color: #201d2b !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: #77004d !important;
    background-color: #fff;
}