body {
    color: #141845;
    font-family: Open Sans,Helvetica,sans-serif;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1760px;
}
.bg-primary {
    background-color: #141845!important;
}
.text-white {
    color: #fff!important;
}
.text-white a {
    color: #fff;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 0.0625rem solid transparent;
    transition: background-color .3s ease-in-out;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
}


body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.banner {
    position: relative;
    background-image: url('/img/banner1.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;

}
.logo {
    position: relative;
    max-width: 325px;
}
.navbar-brand {
    max-width: 80%;
}

@media (max-width: 768px){
    .logo-box{
        order: 4;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .logo {
        max-width: 245px;
    }
    .navbar-brand {
        max-width: none;
    }
}

@media (min-width: 768px){
    .img-fluid{
        margin-top: 20px !important;
        width: 100%;
    }
    .header {
        overflow-y: visible;
        max-height: none;
        background-color: transparent;
    }
    .banner {
        height: 10.9375rem !important;
    }
    
}

@media (min-width: 1410px){
    .logo {
        max-width: 465px !important;
    }   
}
    

    
    


