/* Background + spacing for the new section */
.kidsnight{
    background:#f7fafc;   /* light‑blue/gray – matches your spec */
    padding:4em 0;        /* same vertical spacing as other sections */
}

/* Optional: make the “lead” paragraph look like the rest of the site */
.kidsnight .lead{
    margin-bottom:1.5rem;
}
.kidsnight{
    background:#f7fafc;   /* light‑blue/gray – change if desired */
}
.kidsnight{
    /* Pick whatever hex/RGB/gradient you want */
    background:#ffd1dc;          /* light pinkish‑orange, for example   */
    padding:4em 0;               /* keeps the same vertical spacing   */
}