/* Site footer remove background image and set background color to white */
.site-footer {
    background-image: None !important;
    background-color: white;
}
/* Set the text and icons in the footer to be black and fade slightly when hovered over */
.site-footer .footer-copyright,
.site-footer .formatted-string,
.site-footer .formatted-string a,
.site-footer .formatted-string ul>li>a {
        color: black;
        transition: opacity .25s;
}
