.bwadc-header {
    background-image: url("/images/header-bg.png");
    background-size: cover;
    background-position: center;
    /* height: 150px; */
    box-shadow: 0px 2px 20px 2px #bcb9b9;
}

/* Top bar */
.top-bar {
    background: rgba(0, 0, 0, 0.2);
}

/* Logo */
.logo {
    max-height: 70px;
}

/* Main nav */
.main-nav {
    background: rgba(0, 0, 0, 0.35);
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #cce6ff !important;
}

/* Dropdown */
.dropdown-menu {
    text-align: right;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f0f8ff;
}
.NavLogoText{

    color: white;
        font-family: "NAR", Sans-serif;
        font-size: 32px;
        font-weight: 500;
}

.contactSection{
        background: rgba(0, 0, 0, 0.1);
    padding: 4px 16px 8px;
    border-radius: 50px;
}

.authNavSection{
    background: #2872b0;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}
.flexAuth a{
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
    text-decoration: none;
}

.bottomNavbar li{
font-weight: 600;
font-size: 16px;
}