
.biggest-dif {
    margin-top: 50px;
    width: 100%;
}

@font-face {
    font-family: 'Playfair_bold';
    src: url('/static/CSS/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    }

@font-face {
    font-family: 'Playfair';
    src: url('static/CSS/Playfair_Display/static/PlayfairDisplay-Medium.ttf') format('truetype');
    }


.header-text {
    position: absolute;
    margin-top: 80px;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: calc(3vw + 16px);
    font-family: 'Playfair_bold';
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
    text-align: center;
}

.header-image {
    width: 100%; /* Make sure the image covers the full width of the viewport */
    height: 65vh;
    overflow: hidden;
    object-fit: cover;
    position: relative; /* Establish a positioning context for the z-index property */
    z-index: 0; /* Set a lower z-index value for the header image */
}

 .main-text-title {
    color: black;
    font-size: calc(1.3vw + 10px);
    font-weight: bold;
    font-family: 'Playfair';
    margin-top: 30px;
    text-align: center;
    text-decoration: underline;
 }

.general_text {
    color: black;
    font-size: calc(1vw + 5px);
    font-weight: none;
    font-family: 'Playfair';
    margin-top: 20px;
    margin-bottom: 50xp;
    text-align: center;
}

.rsvp_form_text {
    color: black;
    font-size: calc(1vw + 5px);
    font-weight: none;
    font-family: 'Playfair';
    background-color: #f9f9f9;
    margin: 0 auto; /* Center horizontally */
    margin-top: 2cm; /* Adjust top margin as needed */
    width: fit-content; /* Adjust width as needed */
    padding: 20px;
}

.form-group {
            margin-bottom: 2px;
            padding: 2px;
            border-radius: 5px;
            width: 400px;
            height: 200px;
        }

label {
    display: block;
    font-weight: none;
}

    input[type="text"],
    select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        margin-top: 5px;
    }

    input[type="submit"] {
        padding: 10px 20px;
        background-color: #D8C0FF;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    input[type="submit"]:hover {
    background-color: #8a63a2; /* Change to darker color */
    }

.huwelijks_cadeau {
    color: black;
    font-size: calc(1vw + 5px);
    font-weight: none;
    font-family: 'Playfair';
    position: relative;
    text-align: center;
    margin-top: 2cm; /* Add 2 centimeters of margin space above the text element */
}

.countdown {
    display: flex;
    justify-content: center; /* Align items horizontally at the center */
    align-items: center; /* Align items vertically at the center */
}

.countdown-item {
    margin: 0 10px; /* Adjust the margin to reduce space between items */
    text-align: center; /* Center text inside items */
}

.countdown-value {
    font-size: 24px;
    font-weight: bold;
}

.countdown-description {
    font-size: 14px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}

.image-row {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.image-container {
    position: relative
    margin: 30px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    width: 100%
}

.inbetween-cards {
    width: 3vw;
}

.image-container img {
    width: 100%; /* Ensure the image takes the full width of its container */
    border-radius: 15px; /* Add rounded corners to the image */
    height: 40vh;
    overflow: hidden;
    object-fit: cover;
}

.image-text {
    font-weight: none;
    color: black;
    text-align: center;
    font-size: calc(0.8vw + 5px);
    font-family: 'Playfair';
}

.image-container a {
    text-decoration-color: black;
}

.image-text:hover {
    color: #8a63a2;
    text-decoration-color: #8a63a2;
}

.hr {
    border: none;
    border-top: 3px solid #222;
    margin: 10px 0;
}

#copyright {
    font-size: 14px;
    color: #888; /* Adjust color as needed */
    text-align: center;
    padding: 10px 0; /* Add padding for spacing */
}

h1 {
      text-align: center;
    }

.centered-image {
      display: block;
      margin: 0 auto;
      width: 100%;
      display: block;

    }
