.GeA-section-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.GeA-next-section {
    width: 100%;
    position: fixed;
    bottom: 0;
    opacity: 0.3;
    cursor: pointer;
}

.GeA-invitation-container {
    background-color: #b6e8e3;
    color: #163e3a;
    width: 100%;
    /* height: 100%; */
    margin:auto;
    text-align: center;
    display: flex; 
    flex-direction: column;
    font-family: 'Trebuchet MS';
}

/* .GeA-front-container {
    height: 85%;
} */

.GA-directions-container {
    font-size: larger;
    margin: auto;
}

.GA-directions-container p{
    padding-bottom: 20px;
    margin: auto;
}

.GA-directions-container #GeA-map-tip {
    font-size: small;
    padding: 5px;
}

.GeA-image-container {
    height: 100%;
}

.GeA-main-image {
    height: 100%;
    width: 100%;
}

.GeA-header-container p {
    font-size: 18px;
}

.GeA-names {
    font-size: 26px;
}

.GeA-map-image {
    height: 70%;
    width: 99%; 
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}

.GeA-map-image img {
    object-fit: cover;
    width: 100%;
}

.GeA-framed-container {
    height: 85%;
    width: 30%;
    background-image: url("/Images/frame.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.GeA-time-table-container ul {
    font-size: larger;
    width: 100%;
    text-align: left;
    line-height: 3;
}

#GeA-night-schedule {
    display: none;
}

.GeA-RSVP-conainer {
    background-color: #82c0bf;
    margin: auto;
    width: 40%;
    font-size: larger;
    margin: auto;
}

.GeA-form-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 20px;
}

.GeA-form-container form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
    width: fit-content;
}

.GeA-form-2elem-container {
    display: flex;
    flex-direction: row;
}

.GeA-form-2elem-container .GeA-form-element{
    flex: 50%;
    width: 100%;
}

.GeA-form-element {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.GeA-big-input {
    width: 100%;
    min-height: 150px;
}

.GeA-thanks-text {
    width: 50%;
    font-size: large;
}

@media (min-width: 641px) {
    .GeA-front-container{
        height: 85%;
    }

    .GA-directions-container {
        height: 100%;
    }
}

/* MOBILE */
@media (max-width: 640px) {
    .GeA-framed-container {
        height: 75%;
        width: 99%;
    }

    .GA-directions-container {
        height: 60%;
    }

    .GA-directions-container p{
        padding: 20px;
    }

    .GeA-map-image {
        height: 35%;
    }

    .GeA-time-table-container ul {
        font-size: small;
    }

    .GeA-time-table-container #GeA-no-rice {
        font-size: small;
    }

    .GeA-RSVP-conainer {
        font-size: small;
        width: 90%;
    }

    .GeA-form-2elem-container {
        flex-direction: column;
    }

    .GeA-form-container form {
        gap: 5px;
        width: 90%;
    }

    .GeA-thanks-text {
        font-size: medium;
    }

    .GeA-thanks-text h1{
        font-size: 1.6em;
    }

    .GeA-thanks-text .GeA-card-data {
        font-size: small;
    }
}