/* Keep the brand mark legible against the dark footer. */
footer .footer-brand{height:70px;width:70px;background:#fff;border-radius:50%;display:grid;place-items:center;overflow:hidden}
footer .footer-brand img{width:65px;height:65px;object-fit:contain;filter:none;opacity:1}
@media(max-width:760px){footer .footer-brand{height:55px;width:55px}footer .footer-brand img{width:55px;height:55px}}
