@import url('https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%2C600%2C700%2C500%7CRoboto%3A400&subset=latin&ver=5.9');

@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://royalnavy.ticketsrv.co.uk/frontendv2/sites/royalnavy/img/background.jpg') !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}

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

#tsrv-div-main-banner{
    background: rgba(255,255,255,0.7) !important;
}

#tsrv-main-menu-1{
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 !important;
}

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

#tsrv-div-main-banner{
    height: 90px;
}

#tsrv-main-menu-1 img{
    width: 100px !important;
    max-width: 100px !important;
    height: auto !important;
    display: block;
    background: #fff;
    border: 5px solid #fff;
    box-sizing: content-box;
    margin-top: -90px !important;
}

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

#main-navbar a{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-transform: unset;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 3px;
} 

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

#tsrv-minicart{
    background-color: #fff !important;
    color: #31211a !important;
    border-color: #31211a;
    margin-right:6px;
    font-size: 13px;
}

#tsrv-widgets ul.nav-right-content li.nav-item:hover > a.btn.bg-primary{
    color: #fff !important;
    text-decoration: none !important;
}

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

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

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

.nav-right-content .btn.bg-primary{
  border: 2px solid #fff !important;
}

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

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

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

#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: #001731;
}