/* Ensure home hero sits flush to header */
header.primary-background-color {
    z-index: 40;
    position: relative;
    margin-bottom: 0;
}

/* Pull hero up to touch the header (even with nodes between) */
header ~ #home-hero { margin-top: -4px !important; }
#home-hero { margin-top: -1px; line-height: 0; }

body.home-page {
    background-color: #000;
}
