body {
    background: url("../../../Background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 100%;
}

.footer-contact {
    color: #fff;
}


.footer-contact a {
    color: #fff;
}

.footer-contact a:hover {
    color: #fff;
    text-decoration: none;
}