/* =========================================
BANNER
========================================= */

.village-banner {

    text-align: center;

    padding: 25px 20px;

    margin-bottom: 25px;

    background:
        rgba(255,255,255,.85);

    border-top: 3px solid #8b7355;
    border-bottom: 3px solid #8b7355;
}

.village-banner-top {

    font-size: .9rem;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #777;
}

.village-banner-title {

    font-family: Georgia, serif;

    font-size: 2.4rem;

    margin: 8px 0;

    color: #2f3b2f;
}

.village-banner-subtitle {

    font-style: italic;

    color: #666;
}

/* =========================================
BACKGROUND IMAGE
========================================= */

body.section-legal {

    background-image:
        url('/assets/images/background/1320HOSBG00009.jpg');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/* =============================
    LEGAL PAGE
============================= */

.legal-page {
    max-width: 800px;
    margin: 0 auto;
}

.notice-back {
    margin-bottom: 15px;
}

.notice-btn {
    text-decoration: none;
    font-weight: bold;
    color: #c9a227;
}

.notice-section {
    margin-top: 25px;
}

.notice-section h2 {
    color: #c9a227;
    margin-bottom: 5px;
}

.legal-intro {
    text-align: center;
    margin-bottom: 20px;
}

@media print {

    body {
        background: #fff !important;
        color: #000 !important;
    }

    .notice-back,
    .legal-actions,
    .sidebar,
    .top-nav,
    .banner {
        display: none !important;
    }

    .content-section {
        max-width: 100%;
        padding: 0;
    }

    .section-divider {
        background: #000;
    }

    a {
        color: #000;
        text-decoration: none;
    }

}

/* =========================
   LEGAL BAR (SINGLE ROW)
========================= */

.legal-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 2rem;
}

/* Left */
.legal-left {
    justify-self: start;
}

/* Center */
.legal-center {
    justify-self: center;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: var(--color-muted);
}

/* Right */
.legal-right {
    justify-self: end;
}

/* Keep buttons consistent */
.notice-btn {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}