<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* custom styles for blue magma corp */

:root {
    --menu-background-color-hover: var(--primary-hover);
    --footer-bottom-bg-alt: #2C2A77;
    --footer-community-logo-desktop-width: 290px;
    --footer-community-logo-mobile-width: 250px;
}

/* homepage */
.hp-intro .hero-text-container .hero-btn-wrapper {
    display: flex;
    flex-direction: column;
}

.hp-intro .hero-text-container .hero-btn {
    max-width: 400px;
    width: 100%;
}

@media only screen and (max-width: 540px) {
    .hp-intro .hero-text-container .hero-btn-wrapper {
        flex-direction: column;
    }
}


/* specials page */
.specials-page #main_content {
    background: url("/gridmedia/img/__blue-magma/specials-bg.jpg");
    background-size: 70%;
}

.specials-page .insidepage .page-header {
    color: var(--secondary-base-alt);
}

.specials-page .footer {
    margin-top: 0;
}

/* footer */
.footer .footer-bottom {
    padding-top: 35px;
    background: url("/gridmedia/img/__blue-magma/blue-magma-footer.jpg");
    background-position: 50% 65%;
    background-size: cover;
}

.footer .footer-bottom .footer-svg-accent {
    display: none;
}

.footer .footer-web-accessibility-statement {
    background: transparent;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
}




</pre></body></html>