/* ==================================================
   COCKTAILS FOR CRITTERS — LIGHT BACKGROUND
================================================== */

.section__content.bg-main-bright {
    background-color: #fffaf2 !important;

    /* Desktop crop (widescreen, 2560x1440-ish) */
    background-image:
        url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/cfc-colours-scaled.png") !important;

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Tablet crop — TODO: replace with tablet-aspect image URL */
@media screen and (max-width: 900px) {
    .section__content.bg-main-bright {
        background-image:
            url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/cfc-colours-scaled.png") !important;
    }
}

/* Mobile crop — TODO: replace with mobile-aspect image URL */
@media screen and (max-width: 560px) {
    .section__content.bg-main-bright {
        background-image:
            url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/colourful-background-landing-page-23.webp") !important;
            
    }
}

/* Remove theme background from inner content */

.section__content.bg-main-bright.row-content,
.section__content.bg-main-bright .row-content {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

p {

    color: black !important;
}
