.footer{

    display:block;
    width:100%;
    background-color:#99cc99;
   
}
.footer .nav-link {
    text-decoration: none;
}

.footer .nav-link:hover {
    color: white !important;
}
.footer .no-hover:hover{
    color: black!important;
}
