/* unvisited link */
.contact-footer{
    a:link, a:visited, a:hover, a:active {
        color: #ffffff;
    }
}

.contact{
    a:link, a:visited, a:hover, a:active {
        color: #000000;
        text-decoration: underline;
    }
}