.navbar .nav-link.active{
  color: #0d6efd !important;
  font-weight: 600;
}

/* Footer */

footer {
    background: #212529;
}

.footer-link {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s;
}

.footer-link:hover {
    color: #0d6efd;
    padding-left: 5px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 12px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #0d6efd;
}