.footer-links {
    text-decoration: none;
    color: #ffffff;
}

.footer-links:hover {
    color: #e6c86f !important;
    text-decoration: none;
}

/* WEBSITE BACKGROUND */

body.single-post::before,
body.page::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("https://blancbleuhotels.com/images/Blanc-and-Bleu-logo-blue-600px.webp") center / 500px no-repeat;
    opacity: 0.04;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 768px) {
    body.single-post::before,
    body.page::before {
        background-size: 300px;
    }
}