#welcome {
    background-image: url("../img/34103376_white-grey-paper-texture-background-kraft-paper-horizontal-with-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    /* background: linear-gradient(180deg, #F4D3BD, #D1A7A7, #615F5F); */
}

#welcome .section-color-overlay {
    background-color: #2b1609db;
    mix-blend-mode: multiply;
}

.rsvp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0px;
    border-radius: 30px;
}

.rsvp-form-helper-text {
    font-size: 10pt;
    font-weight: 100;
}

.rsvp-form-input {
    display: inline;
    width: 155px;
}

.rsvp-form-question-text {
    padding-top: 7px;
}

.rsvp-inner-border {
    border-radius: 30px;
    border: 2px solid #E28AA6;
    padding: 10px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.rsvp-inner-border::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 2px solid #2b1609;
    border-radius: 30px;
    pointer-events: none;
}

.rsvp-left-column {
    border-right: 3px double #E28AA6;
    display: flex;
    align-items: center;
}

.rsvp-outer-border {
    border-radius: 30px;
    border: 4px solid #E28AA6;
    padding: 20px;
}

.rsvp-postcard {
    min-height: 800px;
    width: 1300px;
    border-radius: 30px;
    background-color: #fff;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
}

.rsvp-right-column {
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-margin-top: 30px;
}

.rsvp-welcome-body {
    padding-top: 20px;
    font-size: 15pt;
    color: rgb(77, 77, 77);
    font-weight: 200;
    font-family: "Crafty Girls";
}

.rsvp-welcome-footer {
    padding-top: 30px;
    color: rgb(77, 77, 77);
}

.rsvp-welcome-footer-signature {
    font-size: 22pt;
    color: rgb(77, 77, 77);
    font-family: "Homemade Apple";
}

.rsvp-welcome-header {
    font-size: 20pt;
    color: rgb(77, 77, 77);
    margin-top: 20px;
    font-family: "Crafty Girls";
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .rsvp-postcard {
        width: 1100px;
    }

    .rsvp-left-column {
        border-right: none;
    }

    .rsvp-right-column {
        border-top: 3px double #E28AA6;
    }

    .rsvp-welcome-body {
        font-size: 10pt;
    }

    .rsvp-welcome-header {
        font-size: 14pt;
    }

    .rsvp-welcome-footer-signature {
        font-size: 16pt;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .rsvp-postcard {
        min-height: 200px;
        width: 1000px;
    }

    .rsvp-left-column {
        border-right: none;
    }

    .rsvp-right-column {
        border-top: 3px double #E28AA6;
    }

    .rsvp-welcome-body {
        font-size: 10pt;
    }

    .rsvp-welcome-header {
        font-size: 16pt;
    }

    .rsvp-welcome-footer-signature {
        font-size: 22pt;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .rsvp-postcard {
        min-height: 600px;
        width: 1100px;
    }

    .rsvp-welcome-body {
        font-size: 11pt;
    }

    .rsvp-welcome-header {
        font-size: 16pt;
    }

    .rsvp-welcome-footer-signature {
        font-size: 18pt;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .rsvp-left-column {
        border-right: 3px double #E28AA6;
    }

    .rsvp-right-column {
        border-top: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .rsvp-postcard {
        min-height: 600px;
        width: 1100px;
    }

    .rsvp-welcome-body {
        font-size: 13pt;
    }

    .rsvp-welcome-header {
        font-size: 20pt;
    }

    .rsvp-welcome-footer-signature {
        font-size: 22pt;
    }
}

@media only screen and (min-width: 1350px) {
    .rsvp-inner-border {
        min-height: 800px;
    }

    .rsvp-postcard {
        min-height: 800px;
        width: 1300px;
    }

    .rsvp-welcome-body {
        font-size: 15pt;
    }

    .rsvp-welcome-header {
        font-size: 20pt;
    }

    .rsvp-welcome-footer-signature {
        font-size: 22pt;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {}