/* ========================================== */
/* LEGAL PAGES - NEWSPAPER STYLE */
/* ========================================== */

.legal-box {
    background: #ffffff;
    border: 3px solid #000000;
    padding: 40px;
    max-width: 900px;
    width: 100%;
    margin: 40px auto;
}

.legal-box h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #000000;
    border-bottom: 3px solid #000000;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.legal-box h1 i {
    color: #d4c9b8;
}

.legal-box .last-updated {
    font-family: 'Georgia', serif;
    color: #666666;
    font-size: 0.85rem;
    margin-bottom: 25px;
}

.legal-box h5 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.legal-box p,
.legal-box li {
    font-family: 'Georgia', serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #222222;
}

.legal-box ul {
    padding-left: 20px;
}

.legal-box ul li {
    margin-bottom: 6px;
}

.legal-box a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #d4c9b8;
    padding-bottom: 2px;
}

.legal-box a:hover {
    border-bottom: 1px solid #000000;
}

/* ========================================== */
/* CONTACT PAGE SPECIFIC */
/* ========================================== */

.contact-box {
    background: #ffffff;
    border: 3px solid #000000;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    margin: 40px auto;
}

.contact-box h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    border-bottom: 3px solid #000000;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.contact-box h2 i {
    color: #d4c9b8;
}

.contact-box .subtitle {
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    color: #333333;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}

.contact-box .form-group {
    margin-bottom: 18px;
}

.contact-box .form-group label {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 0.95rem;
    font-family: 'Georgia', serif;
    background: #f5f0eb;
    box-sizing: border-box;
}

.contact-box .form-group input:focus,
.contact-box .form-group textarea:focus {
    background: #ece5da;
    border-color: #000000;
    outline: none;
}

.contact-box .form-group textarea {
    height: 140px;
    resize: vertical;
}

.contact-box .btn-submit {
    width: 100%;
    padding: 14px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.contact-box .btn-submit:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.contact-box .success-msg {
    color: #000000;
    background: #d4c9b8;
    padding: 15px;
    border: 2px solid #000000;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
    font-size: 1rem;
}

.contact-box .error-msg {
    color: #000000;
    background: #ffebeb;
    padding: 15px;
    border: 2px solid #000000;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
    font-size: 1rem;
}

.contact-box .contact-info {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #000000;
}

.contact-box .contact-info p {
    font-family: 'Georgia', serif;
    font-size: 0.95rem;
    color: #000000;
    margin-bottom: 6px;
}

.contact-box .contact-info a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #d4c9b8;
    padding-bottom: 2px;
}

.contact-box .contact-info a:hover {
    border-bottom: 1px solid #000000;
}

.contact-box .contact-info i {
    color: #000000;
    margin-right: 6px;
}

/* ========================================== */
/* BACK LINK */
/* ========================================== */

.back-link {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #000000;
    font-family: 'Georgia', serif;
    font-size: 0.9rem;
}

.back-link a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #d4c9b8;
    padding-bottom: 2px;
}

.back-link a:hover {
    border-bottom: 1px solid #000000;
}

/* ========================================== */
/* RESPONSIVE */
/* ========================================== */

@media (max-width: 768px) {
    .legal-box,
    .contact-box {
        padding: 20px;
        margin: 20px auto;
    }

    .legal-box h1,
    .contact-box h2 {
        font-size: 1.6rem;
    }

    .legal-box p,
    .legal-box li,
    .contact-box .form-group label,
    .contact-box .contact-info p {
        font-size: 0.9rem;
    }

    .contact-box .form-group input,
    .contact-box .form-group textarea {
        font-size: 0.9rem;
        padding: 10px 14px;
    }
}