/* =====================
   GLOBAL
===================== */

.wp-site-blocks {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remove top margin from main content area */
.wp-block-group[style*="margin-top"],
main.wp-block-group {
    margin-top: 0 !important;
}

/* =====================
   HERO SECTION
===================== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: 
#f2efcc;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wp-block-group.hero-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Hero Logo */
.hero-logo {
    position: relative;
    z-index: 2;
    width: 300px;
    max-width: 50%;
}
