/* Tablet */
@media (max-width: 768px) {
    html {
        font-size: 65%;
    }
    .decoration_top img {
        position: absolute;
        top: 0;
        left: 25%;
        width: 50%;
        z-index: 2;
    }
    .decoration_top {
        position: relative;
    }

    .decoration_bottom {
        position: relative;
    }

    .decoration_bottom .left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        z-index: 2;
    }
    .decoration_bottom .right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        z-index: 2;
    }

    .wrapNav {
        width: 100%;
        position: fixed !important;
        bottom: 0;
        z-index: 999;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .wrapNav nav {
        border-radius: 0px;
        /* background: yellow !important; */
    }

    .invitation,
    .bride,
    .date,
    .gallery,
    .maps,
    .story,
    .greeting,
    .live {
        min-height: 100vh !important;
        /* background-color: green !important; */
    }

    .bride .bride-opening-image {
        width: 60%;
        margin-bottom: 20px !important;
    }
    .bride .char-man {
        width: 100%;
    }
    .bride .char-women {
        width: 100%;
    }
    .bride .bride-image-love {
        width: 100%;
    }

    .galleryContainer {
        border: 1px solid var(--lightColor);
        border-radius: 10px;
        padding: 20px !important;
        height: 400px !important;
        overflow-y: scroll !important;
    }

    .gallery h6 {
        font-family: "Great Vibes", cursive;
        font-size: 3rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }
    .gallery img {
        margin: 2px 5px 5px 2px !important;
        border-radius: 10px;
    }

    .mapsText {
        text-align: center !important;
    }

    .story h1 {
        font-family: "Great Vibes", cursive;
        font-size: 1.2rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 20px !important;
    }

    .cardGreeting h4 {
        font-size: 1.2rem;
        font-weight: 600;
        /* text-shadow: 0 2px 2px rgb(0 0 0 / 0.5); */
        margin-bottom: 10px !important;
    }
}
