.page-template-template-cover main#site-content {
    background-color: unset;
}

body .cover-header-inner {
    padding-top: 1em;
}

body .cover-header-inner-wrapper.screen-height {
    justify-content: unset;
    min-height: 420px;
}

body.home.custom-background {
    background-position: center;
}

body .section-bg-overlay h1,
body .section-bg-overlay h2,
body .section-bg-overlay h3,
body .section-bg-overlay h4,
body .section-bg-overlay h5,
body .section-bg-overlay h6 {
    color: #fff;
}

body .cover-header .entry-header * {
    width: 100%;
}

body #site-header,
body .overlay-header #site-header {
    background: unset;
}

@media (max-width: 768px) {
    body .cover-header-inner-wrapper.screen-height {
        min-height: 255px;
    }
}

@media (max-width: 786px) {
    body.home.custom-background {
        background-position-y: -180px;
        background-size: contain;
    }

}
