/**
 * Homepage header layout
 *
 * This file is enqueued separately so Divi cannot pin these rules to the
 * parent theme version when it re-registers the child theme's style.css.
 */
body.home {
    --homepage-header-offset: 5.875rem;
}

body.home #page-container {
    padding-top: var(--homepage-header-offset) !important;
}

body.home #main-header {
    background-color: var(--dgcm-dark, #bc3e30) !important;
}

body.home #et-main-area {
    margin-top: 0 !important;
}
