body {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

a:link {
    color: #656e27;
}

a:visited {
    color: #978e72;
}

a:hover {
    color: #efe393;
}

.travel-button {
    background-color: white;
    border: 2px solid black;
    border-radius: 0.375rem;
    color: black;
    cursor: pointer;
    font-size: 1rem;
    float: right;
    margin-left: auto;
    transition: background-color 0.3s ease;
    padding: 0.5rem 1rem;
    margin: 1rem;
}
.travel-button:hover {
    background-color: black;
    color: white;
}

.back-button {
    background-color: inherit;
    color: black;
    border-radius: 0.375rem;
    border: 0;
    margin: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.back-button:hover {
    background-color: lightgray;
}

.save-the-date-text {
    font-variant: all-small-caps;
    font-size: 1.2rem;
}

.invitation-text {
    font-size: 2.5rem;
    margin: 2rem 0;
    font-family: math, serif;
}

.date-text{
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.location-text{
    font-size: 1.3rem;
    margin: 0.5rem 0;
}

.date-and-location{
    margin-bottom: 2rem;
}

.small-caps{
    font-variant-caps: small-caps;
}

section {
    padding:2rem;
    padding-top: 0;
    margin-top: 1.5rem;
    max-width: 42rem;
    margin-inline: auto;
    background-color: white;
    border-radius: 0.75rem;
    text-align: center;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

strong {
    color: oklch(51.1% 0.262 276.966)
}

ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0; 
}

li {
    margin-left: 0;
}

li p {
    margin-top: 0; /* Ensure no extra margin above the description paragraph */
    margin-bottom: 1rem; /* Add space below the description */
}

.title {
    min-width: 50px;
    font-size: 24px;
    font-weight: bold;
}


.content-container {
    margin-inline: auto;
    /*width: 80%;*/
}

.body-image-right {
    /* Overrides the existing 'float: right;' on small screens */
    float: none;
    /* Ensures the image takes up its own line */
    display: block;
    /* Centers the image horizontally on the small screen */
    margin-left: auto;
    margin-right: auto;
    max-width: 80%
}

@media (min-width: 480px) {
    .body-image-right {
        float: right;
        margin-left: 1.5rem;
        margin-bottom: 1rem;
        border-radius: .75rem;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        border-width: 4px;
        border-color: oklch(92.8% 0.006 264.531);
        max-width: 150px;
    }
}

.section-top-image {
    margin: 2rem 0;
    border-radius: .75rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-width: 4px;
    border-color: oklch(92.8% 0.006 264.531);
    width:100%;
    max-width: 42rem;
    width: 100%;
}

.note-from-us-header {
    text-align: center;
}
.note-from-us {
    text-align: center;

}

.couple-pic {
    border-radius: .75rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-width: 4px;
    border-color: oklch(92.8% 0.006 264.531);
        max-width: 100%;
}


@media (min-width: 768px) {
        
    .note-from-us-header {
        text-align: center
    }

    .couple-pic {
        float: right;
        margin-left: 1.5rem;
        margin-bottom: 1rem;
        max-width: 40%;

    }
}

.menu-toggle {
    cursor: pointer;
}

.separator {
    height: 1px;
    background-color: #DDDAD1;
    max-width: 52rem;
    margin-inline: auto;
    box-shadow: 0 0 2px 0 #DDDAD1;
}

.top-separator {
    height: 1px;
    background-color: #DDDAD1;
    max-width: 52rem;
    margin-inline: auto;
}

.welcome-dinner-text {
    margin: 2rem 0;
    font-size: 1.5rem;
}

.clear-both {
    clear: both;
}

.section-title {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: normal;
    font-family: serif;
}

h3 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: serif;
}

.location-name {
    font-size: 1.3rem;
}

.location-description {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.key-locations li {
    margin-top: 2rem;
}

.key-locations {
    max-width: 40rem;
}

.button-container {
    margin-inline: auto;
    max-width: 46rem;
}

.freeze-top-index {
    position: sticky;
    top: 0;
    background-color: white;
}

.freeze-top-travel {
    position: sticky;
    top: 0;
    background-color: #EEECE8;
}


.thank-you-image {
    /* Overrides the existing 'float: right;' on small screens */
    float: none;
    /* Ensures the image takes up its own line */
    display: block;
    /* Centers the image horizontally on the small screen */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.thank-you {
    display: block;
}

@media (min-width: 768px) {
    .thank-you-image {
        float: left;
        margin-right: 1.5rem;
        margin-bottom: 1rem;
        border-radius: .75rem;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        border-width: 4px;
        border-color: oklch(92.8% 0.006 264.531);
        max-width: 400px;
    }
    .thank-you {
        align-items: center;
        display: flex;
    }
}


