/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: #f8f6f1;
}

body {
    margin: 0;
}

/*
 * The Scoped Header and Footer theme layout hard-codes a grey (#eff0f2) behind both regions,
 * with no Builder property to change it. The [class] and element qualifiers out-rank its
 * two-class rule without !important.
 */
div.community_byo-scoped-header-and-footer__header-content[class] {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e0d3;
}

div.community_byo-scoped-header-and-footer__footer-content[class] {
    background-color: transparent;
}
