
        .link-white:link{
            color:white;
            text-decoration:none;
        }
        .link-white:hover {
            color:white;
            text-decoration:underline;
        }
        .link-white:visited {
            color:white;
            text-decoration:none;
        }

.footer-container {
    background-color: #30475E;
    margin: 0px 0px;
    color: white !important;
}

footer p {
    color: white !important;
    padding-bottom:10px;
}

footer  .nav-link{
    color:white !important;
}