a, .nav-link a {
    color: #fb9a3c !important;
}

a:hover, .nav-link a:hover {
    color: #0b5ed7 !important;
}

h1 {
    font-weight: bold;
    text-align: center;
}

h2 {
    color: #3a367b;
}

.header-title-logo-img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
}
.nav-links a {
    color: #fb9a3c;
}

.dropdown-item:active {
    background-color: #e9ecef;
}

.nav-btn-link {
    background:#fb9a3c;
    border:none;
    color:white !important
}

.nav-btn-link:hover {
    color:white !important
}

.dropdown-item.active, .dropdown-item:active, .nav-link.active,
 .nav-link:active, .dropdown-item.active, .dropdown-item:active {
    color: #0b5ed7 !important;
    text-decoration: none;
    background-color: white !important;
}

a.active {
    color: #0b5ed7 !important;
}

.nav-btn-link.active {
    background-color: #0b5ed7 !important;
    color: white !important;
}

.navbar-brand {
    cursor: pointer !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }