body {
    padding: 0;
    margin: 0;
    font-family: 'Georgia', 'Times New Roman', serif !important;
}

* {
    font-family: 'Georgia', 'Times New Roman', serif !important;
}

a {
    color: white !important;
    text-underline-offset: 5px;
}

html {
    scroll-behavior: smooth;
}

p {
    font-weight: 300 !important;
    font-size: 1.25rem !important;
}

.bg-japandi {
    background-color: #b9a799 !important;
    color: #ffffff;
}

.btn-rsvp {
    border: 2px solid white;
    background-color: transparent;
    color: white;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-rsvp:hover {
    background-color: white;
    color: black !important;
}

/* Hero Section - 100dvh */
.hero-container {
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
    display: flex;
}

.hero-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-content {
    z-index: 3;
}

/* Achtergrond kleuren */
.bg-beige {
    background-color: #f5f0e8;
    color: #000000;
}

/* Accordion Styling */
.accordion {
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.accordion-item {
    border: none;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: transparent;
}

.accordion-button {
    border-radius: 0 !important;
}

.accordion-custom {
    background-color: #0066cc;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    padding: 1rem;
    border: none;
}

.accordion-custom:not(.collapsed) {
    background-color: #0066cc;
    color: white;
    box-shadow: none;
}

.accordion-custom:focus {
    box-shadow: none;
    border: none;
}

.accordion-custom::after {
    display: none;
}

.accordion-body {
    padding: 2rem;
    background-color: white;
    color: #000000;
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}