@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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; 
    }
    
    #main-navbar2 a{
        color: #fff !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");
}

body{
    background-image: url(https://heritagetransport.ticketsrv.co.uk/frontendv2/sites/heritagetransport/img/bg.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#tsrv-main-menu-1{
    background-image: url(https://heritagetransport.ticketsrv.co.uk/frontendv2/sites/heritagetransport/img/logo.png) !important;
    background-size: 300px 130px;
    background-repeat: no-repeat;
    background-position: 88px 20px;
    position: absolute;
    width: 390px;
    height: 170px;
    background-color: transparent;
    z-index: 99;
}

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

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

#navbarSupportedContent .navbar-nav{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

#tsrv-main-banner, #tsrv-div-main-banner{
    background-color: transparent;
    height: 80px;
}

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

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

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

#tsrv-main-banner{
    justify-content: center !important;
}

#tsrv-main-banner-1 img{
    display: block;
    margin: 0 auto;
}

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

#main-navbar a{
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    font-weight: 400;
    font-size: 40px;
    font-family: 'Bebas Neue', Georgia, 'Times New Roman', serif;
    height: 40px;
    line-height: 1;
    padding-left:20px;
    padding-right: 20px;
    color: #fff;
    border-bottom: 5px solid transparent;
    margin-top:30px;
    margin-bottom: 27px;
}

#main-navbar a:hover{
    border-bottom: 5px solid #fff;
    text-transform: uppercase;
}

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

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

.btn{
    background-color: #9d002b !important; 
    color: #fff !important;
}

.tsrv-btn{
    background-color: #9d002b !important;
    color: #fff;
} 

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

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

#tsrv-main-footer{
    background-color: #032013;
}

#tsrv-main-footer a{
    color: #fff;
    font-family: 'Source Sans Pro', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell','Helvetica Neue', sans-serif;
    font-size:14px;
}

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

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

.navbar-toggler{
    border-color: #fff !important;
    background-color: #2d3871;
}