body{
    /* background-color: #1b4e9b !important; */
}
.navbar-light .navbar-brand img {
    max-width: 300px;
}
.banner-section{
    background-image: url('/assets/img/Header-BG.jpg');
    background-size: cover;			
    min-height: 846px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section > .container {
    width: 940px;
    border: 2px solid rgb(96 139 168);
    border-radius: 5px;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    padding-top: 20px;
    padding-bottom: 20px;		  
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00000033;
    --display: flex;
}
.banner-section .card-title{
    padding-top: 20px;
    padding-bottom: 40px;
}
.banner-section .auth-btn-field .auth-btn {
    width: 160px;
}


/*legacy content */
.section.tourSection.tourImgSection,
.section.aboutSection.tourImgSection,
.section.tourSection.tourImgSection{
    display: none;
}

.main-footer{
    display: none;
}



/* top menu changes */
.navbar.navbar-light.bg-light,
.navigation-row {
    background: #1b4e9b !important;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
}


@media (max-width: 1100px) {
    #navbarText .nav-link{
        font-size: 11px;
    }
    #navbarText .auth-btn.orange-btn{
        padding: 8px 8px;
    }
}


@media (max-width: 991px) {
    .navbar.navigation .auth-btn-field{
        display: none;
    }
}


@media (max-width: 767px) {
    .banner-section .auth-btn-field .auth-btn{
        width: 60%;
        margin-bottom: 16px;
    }
    .banner-section{
        min-height: auto;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .menu-toggle {
        right: 16px;
    }
    .auth-btn-field {
        justify-content: center;
        margin-bottom: 0;
        position: relative;
        right:auto;
        top: auto;
    }
}