body.homepage {
main#page:after {
content: "";
background-image: url(https://images.squarespace-cdn.com/content/v1/68e76308aed1a71b949019ad/39927631-efdc-416d-94de-46b0b9c49dba/wordmark+centered.png?format=1500w);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
display: block;
width: 100%;
height: 300px;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 99;
}
footer.sections {
z-index: 99999999999 !important;
position: relative;
}}