html, body {
    background: white !important;
}
footer {
    background: black;
    height: auto;
    width: 100%;
    padding: 35px 50px;
    position: relative;
    margin-top: 0px;
    padding-bottom:100px;
}
.footer-container {
    padding:15px 0;
}
.container-fluid {
    background:white !important;
}