/*your custom css goes here*/
/* Force footer text color to white and background to #5C4033 for all screen sizes */
footer,
.footer,
.footer * {
    color: #fff !important;
}

footer,
.footer {
    background-color: #442600 !important;
}