.bg-primary {
    background-color: #006494 !important;
}
a {
    color: #006494;
    text-decoration: none;
    background-color: transparent;
}

.card.forumlist .card-body .forum-icon {
    width: 50px;
    height: 45px;
    line-height: 49px;
    text-align: center;
    color: #006494;
}

.btn-primary {
    background-color: #006494!important;
}
 
.user-help {
    font-size: small !important;  
} 

ul {
    font-size: small!important;
    list-style:square;
}

.logo img {
    max-height: 70px;
    width: 100%;
}

@media (max-width: 768px) {
    .navbar-nav {
        display: flex;
        flex-direction: initial;
        padding-left: 0;
        margin-left: 1rem!important;
        list-style: none;
    }
    .my-2 {
        margin-right: 1rem;
    }
}