/* Seahorse Beach Resort - Hybrid Design Overrides */
#main-content { min-height: 50vh; }
h1 {
    color: #945834 !important;
    font-size: 2em !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
}

#main-header {
    position: relative !important;
    line-height: 23px !important;
    font-weight: 500 !important;
    top: 0 !important;
}

/* Prevent Divi fixed-header padding injection from creating top gaps. */
#page-container {
    padding-top: 0 !important;
}

body.et_fixed_nav #page-container {
    padding-top: 0 !important;
}

#main-header.et-fixed-header {
    position: relative !important;
    top: 0 !important;
}

#et-main-area {
    overflow: clip;
}

#main-content {
    margin-top: 40px;
}