body {
    font-family: 'Source Sans 3', sans-serif;
    background-color: #faf9f6;
}

.masthead {
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

.masthead-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 2.5rem;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -1px;
}

.masthead-brand:hover {
    color: #1a1a1a;
}

.masthead-date {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-section {
    border-top: 3px solid #1a1a1a;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

.nav-section .nav-link {
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 1rem 1.25rem;
    border-right: 1px solid #dee2e6;
}

.nav-section .nav-link:first-child {
    border-left: 1px solid #dee2e6;
}

.nav-section .nav-link:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.nav-section .nav-link.active {
    background-color: #1a1a1a;
    color: #fff;
}

main {
    padding: 2rem 0;
}

article {
    text-align: justify;
}

/* Apply wide margins only on larger screens */
@media (min-width: 992px) {
    article {
        padding-left: 16em;
        padding-right: 16em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    article {
        padding-left: 4em;
        padding-right: 4em;
    }
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.map-container {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map-container iframe {
    width: 100%;
    height: 70vh;
    border: none;
    display: block;
}

footer {
    background-color: #fff;
}

blockquote {
    border-left: 4px solid #1a1a1a;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background-color: #f5f4f1;
    font-style: italic;
    color: #4a4a4a;
}

.preamble {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 1.5rem;
}
