.blue-background-nav {
    background-color: #9C9E9F !important;
}

.btn-primary {
    background-color: #E6352B !important;
    border-color: #E6352B;
}

.btn-primary:hover {
    filter: brightness(75%) !important;
}

.btn-info {
    background-color: #9C9E9F !important;
    border-color: #9C9E9F;
}

.btn-info:hover {
    filter: brightness(75%) !important;
}
