/* a {
    color: #333 !important;
    text-decoration: none !important;
} */
a:hover, a:focus {
    color: #333 !important;
    text-decoration: underline;
}

.nav-link {
    color: #fff;
}

.main-menu a:hover, .main-menu a:focus {
    color: #003c3c !important;
}

.main-menu .nav-link.active {
    color: #003c3c !important;
    font-weight: bold;
}

.main-footer a {
    color: #ddd !important;
}

.card-body a:hover, .card-body a:focus {
    color: #fff !important;
}
