body {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbdfd0;/*#FFF5EE;*/
    margin: 0;
    font-family: "IM Fell Great Primer", serif;
    font-weight:100;
    font-style: normal;
    box-sizing: border-box;
    overflow:hidden;
    transform-style: preserve-3d;
    border: 0;
    transition: transform var( --transitioning);
    
}
.orderTaker{
    display:flex;
    position:fixed;
    bottom:calc(-15vh - 2vw);
    height:10vh;
    background: #D58884;
    width:100%;
    justify-content: center;
    align-items: center;
    z-index:11;
    transition: transform calc(var( --transitioning)*5);
    opacity:0.8;
    border: 2vw solid transparent;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    
}
.orderTaker #h01 {
    color:black;
    opacity:1.0;

}
.orderTaker a {
    padding:2%;
    background-color: #e4ebe7;
    border-radius:5%;
    opacity:1.0;
    font-size: calc(var(--fontsizer)*1.8);
    border: none;
    
}
#bubbles{
    visibility:hidden; 
 }
 
input#flap {
    display: none;
}

.envelope-container {
    position: relative;

}
:root {
    --viewport-height: 40vw;
    --transitioning: 1s;
    --fontsizer: 2vw;
    --icon: calc(var(--fontsizer)*1.7);
}

@media (min-aspect-ratio: 120/100) {
    :root {
    --viewport-height: 20vw;

        }
}

.flip-card {
    background-color: transparent;
    width: calc(var(--viewport-height) * 1.6);
    height: calc(var(--viewport-height));
    backface-visibility: hidden;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform var( --transitioning);
    transform-style: preserve-3d;
    
}


.flip-card-front, .flip-card-back {
    position: absolute;
    width: calc(var(--viewport-height)*1.0*1.6);
    height: calc(var(--viewport-height)*1.0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
    color: black;
}

.flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
}


.envelope-back {
    position: relative;
    width: calc(var(--viewport-height) * 1.6);
    height: calc(var(--viewport-height));
    background-color: white;/*#FFC0CB;*/
    display: flex;
    visibility:visible;
}

.fliip-card:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.07);
    width: calc(var(--viewport-height) * 1.6);
    height: calc(var(--viewport-height)*0.05);
    border-radius: 50%;
    top: calc(var(--viewport-height) * 1.1);
}

.card {
    position: absolute;
    width: calc(var(--viewport-height)*1.0*1.6);
    height: calc(var(--viewport-height)*1.0);
    /* background-color: #D58884; /*#F2D2BD */
    background-image: url("pink_drop.JPG");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: var(--fontsizer);
    transition: all var(--transitioning) ease;
    transform-style: preserve-3d;
    z-index: 1;
    cursor: pointer;
    color: black;
    margin: 0 0 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*outline: 2px solid #D58884;
    outline-offset: calc(var(--viewport-height) * -0.05);*/
    
}
.word_contain {
    background-color: #e4ebe7; /*#F2D2BD */
    position: relative;
    margin: calc(var(--viewport-height) * 0.05);
    width: 100%;
    height: calc(100% - 2*var(--viewport-height) * 0.05);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    border-radius: 5%;
    background-image: url("BabyGirlBunny.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*
.envelope-container #img {
    position: absolute;
    bottom: 1%;
    left: 10%;
    right: 10%;

}
*/
.envelope-container #img1 {
    position: absolute;
    top: 0%;
    width: calc(var(--viewport-height)*0.9*1.67);
    height: calc(var(--viewport-height)*0.9*1.67*0.327);
    z-index: 8;
}

.word_contain h1, h2, h3, h4, h5, h6, h7, h8,h9,h11,h12 {
    margin: 0 0 0vh 0;
    font-size: calc(var(--fontsizer));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: black;
    z-index: 9;
    
}
.word_contain h7,h6, h6p1 ,h8,h9 {
    font-weight: bold;
    font-size: calc(var(--fontsizer)*1.0);
    font-family: 'Dancing Script', cursive;
}
#writting {
    display: none;
    flex-direction: column;
    padding-bottom:5vh;
}
.word_contain h4 {
    font-size: calc(var(--fontsizer)*0.8);
}
.word_contain h1 {
    margin: 0vh 0 0vh 0;
}
.word_contain h6 {
    font-weight: bold;
    margin: 0vh 0 5vh 0;
    font-size: calc(var(--fontsizer)*1.2);
}
.word_contain h9 {
    margin: 0vh 0 5vh 0
}
.word_contain h12 {
    margin: 0vh 0 5vh 0;
    color:black;
    font-family: "Sacramento", cursive;
    font-weight: bold;
    font-style: normal;
    
    font-size: calc(var(--fontsizer)*0.8);
}
.word_contain h11 {
    margin: 0vh 0 5vh 0;
}
.h5 {
    font-size: calc(var(--fontsizer)*2.5);
    font-family: "Sacramento", cursive;
    font-weight: bold;
    font-style: normal;
    margin: 0vh 0 5vh 0;
    color:#f1a6a5;
    text-shadow: 0.2vw 0.2vw 0px white;
}
.h3 {

    text-shadow: 0.2vw 0.2vw 0px #c3ae80,0.4vw 0.4vw 0px #f1a6a5, 0.6vw 0.6vw 0px #fad5c1,0.8vw 0.8vw 0px #ebf0de;

    color: white;
    font-size: calc(var(--fontsizer)*3.5);
    font-family: "Sacramento", cursive;
    font-weight: bolder;
    font-style: normal;
}

.fullscreen {
    position:absolute;
    display:flex;
    width: 100vw;
    height: 100vh;
    background-color: #F2D2BD;
    transition: all var(--transitioning) ease;
    transform-style: preserve-3d;
    z-index: 8;
    cursor: pointer;
    color: black;
    top: 0px;
    left:0;
    right:0;
    bottom:0;
}

.card-front {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: calc(var(--viewport-height)*0.5) solid white;
    border-left: calc(var(--viewport-height)*0.8) solid transparent;
    border-right: calc(var(--viewport-height)*0.8) solid transparent;
    top: calc(var(--viewport-height)*0.5);
    left: 0;
    z-index: 3;
}

    .card-front:before, .card-front:after {
        content: "";
        position: absolute;
        border-bottom: calc(var(--viewport-height)*0.5) solid transparent;
        border-top: calc(var(--viewport-height)*0.5) solid transparent;
        height: 0;
        width: 0;
    }

    .card-front:before {
        border-left: calc(var(--viewport-height)*0.805) solid transparent;
        border-right: calc(var(--viewport-height)*0.805) solid white; /* #fbdace */
    top: calc(var(--viewport-height)*-0.5);
    left: calc(var(--viewport-height)*-0.81);
}

    .card-front:after {
        border-right: calc(var(--viewport-height)*0.805) solid transparent;
        border-left: calc(var(--viewport-height)*0.805) solid white;
        top: calc(var(--viewport-height)*-0.5);
        left: calc(var(--viewport-height)*-0.8);
    }

.flap {
    position: absolute;
    width: 0;
    height: 0;
    border-top: calc(var(--viewport-height)*0.55) solid #f1a4a3;
    border-left: calc(var(--viewport-height)*0.8) solid transparent;
    border-right: calc(var(--viewport-height)*0.8) solid transparent;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: calc(var(--transitioning)*0.2);
    transform-origin: top;
    z-index: 4;
}

#flap:checked + .flap {
    transform: rotateX(180deg);
}

#flap:checked ~ .card-front {
    z-index: 7;
}

#flap:checked ~ .card {
    z-index: 4;
    transform: translateY(calc(var(--viewport-height)*-0.3));
}
path {
    fill: transparent;
}

text {
    fill: #FF9800;
}
/* Animation property */
.flip-card {
    animation-name: wiggle;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: calc(var(--transitioning));
    animation-play-state: paused
}


/* Keyframes */
@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}

.wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index:10;
}

    .wrapper h1 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        font-family: sans-serif;
        letter-spacing: 1px;
        word-spacing: 2px;
        color: #fff;
        font-size: 40px;
        font-weight: 888;
        text-transform: uppercase;
    }

    .wrapper div {
        height: 60px;
        width: 60px;
        border: 2px solid rgba(239, 210, 207 0.7);
        border-radius: 50px;
        position: absolute;
        top: 10%;
        left: 10%;
        animation: 4s linear infinite;
    }

div .dot {
    height: 3vw;
    width: 3vw;
    border-radius: 15vw;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20%;
    right: 20%;
}

.wrapper div:nth-child(1) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}

.wrapper div:nth-child(2) {
    top: 60%;
    left: 80%;
    animation: animate 10s linear infinite;
}

.wrapper div:nth-child(3) {
    top: 40%;
    left: 40%;
    animation: animate 3s linear infinite;
}

.wrapper div:nth-child(4) {
    top: 66%;
    left: 30%;
    animation: animate 7s linear infinite;
}

.wrapper div:nth-child(5) {
    top: 90%;
    left: 10%;
    animation: animate 9s linear infinite;
}

.wrapper div:nth-child(6) {
    top: 30%;
    left: 60%;
    animation: animate 5s linear infinite;
}

.wrapper div:nth-child(7) {
    top: 70%;
    left: 20%;
    animation: animate 8s linear infinite;
}

.wrapper div:nth-child(8) {
    top: 75%;
    left: 60%;
    animation: animate 10s linear infinite;
}

.wrapper div:nth-child(9) {
    top: 50%;
    left: 50%;
    animation: animate 6s linear infinite;
}

.wrapper div:nth-child(10) {
    top: 45%;
    left: 20%;
    animation: animate 10s linear infinite;
}

.wrapper div:nth-child(11) {
    top: 10%;
    left: 90%;
    animation: animate 9s linear infinite;
}

.wrapper div:nth-child(12) {
    top: 20%;
    left: 70%;
    animation: animate 7s linear infinite;
}

.wrapper div:nth-child(13) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}

.wrapper div:nth-child(14) {
    top: 60%;
    left: 5%;
    animation: animate 6s linear infinite;
}

.wrapper div:nth-child(15) {
    top: 90%;
    left: 80%;
    animation: animate 9s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }

    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}

/*RSVP Button*/
.word_contain #link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    z-index: 11;
}

.word_contain #a {
    padding: 2vw;
    background: #D58884;
    color: white;
    border-radius: 2vw;
    font-family: "Sacramento", cursive;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    margin: 0vh 0 0vh 0
}

.word_contain a{

    text-decoration: none;
}

.word_contain a:link, a:visited {
    color: black;
    text-decoration: none;
}
#h10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom-width: 0.1vh;
}
.word_contain #h10:hover {

    border-bottom-color:white;

}

/*Registry*/


    *:focus,
    *:active {
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
    }

.wrapperr {
    display: inline-flex;
    list-style: none;
    z-index:11;
    margin:0;
    padding:0;
    justify-content:center;
}

.wrapperr a{

    text-decoration: none;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}

    .wrapperr .icon {
        position: relative;
        background: #ffffff;
        border-radius: 50%;
        padding: calc(var(--icon)*0.3);
        margin: calc(var(--icon)*0.2)  calc(var(--icon)*1.5)  calc(var(--icon)*0.2) calc(var(--icon)*1.5);
        width: calc(var(--icon));
        height: calc(var(--icon));
        font-size: calc(var(--icon)*0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 calc(var(--icon)*0.2) calc(var(--icon)*0.2) rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapperr .tooltip {
        position: absolute;
        top: 0;
        font-size: calc(var(--icon)*0.4);
        background: #ffffff;
        color: #ffffff;
        padding: calc(var(--icon)*0.1) calc(var(--icon)*0.16);
        border-radius: calc(var(--icon)*0.10);
        box-shadow: 0 calc(var(--icon)*0.2) calc(var(--icon)*0.2) rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        width: max-content;
    }

        .wrapperr .tooltip::before {
            position: absolute;
            content: "";
            height: calc(var(--icon)*0.16);
            width: calc(var(--icon)*0.16);
            background: #ffffff;
            bottom: calc(var(--icon)*-0.06);
            left: 50%;
            transform: translate(-50%) rotate(45deg);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

    .wrapperr  .tooltip {
        top: calc(var(--icon)*-0.9);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        width:max-content;
    }

    .wrapperr  span,
    .wrapperr  .tooltip {
        text-shadow: 0px calc(var(--icon)*-0.02) 0px rgba(0, 0, 0, 0.1);
    }
    .wrapperr .twitter {
        color: #CC0000;
    }
    .wrapperr .facebook,
    .wrapperr .facebook .tooltip,
    .wrapperr .facebook .tooltip::before {
        background: #293667;
        color: #ffffff;
    }

    .wrapperr .twitter,
    .wrapperr .twitter .tooltip,
    .wrapperr .twitter .tooltip::before {
        background: #CC0000;
        color: white;
    }
    .wrapperr .facebook:hover,
    .wrapperr .facebook:hover .tooltip,
    .wrapperr .facebook:hover .tooltip::before {
    color:#f1a6a5;
    }

    .wrapperr .twitter:hover,
    .wrapperr .twitter:hover .tooltip,
    .wrapperr .twitter:hover .tooltip::before {
    color:#f1a6a5;
    }
/*    .wrapperr .icon:hover .tooltip {
        top: calc(var(--icon)*-0.9);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        width:max-content;
    }

    .wrapperr .icon:hover span,
    .wrapperr .icon:hover .tooltip {
        text-shadow: 0px calc(var(--icon)*-0.02) 0px rgba(0, 0, 0, 0.1);
    }
    .wrapperr .twitter {
        color: #CC0000;
    }
    .wrapperr .facebook:hover,
    .wrapperr .facebook:hover .tooltip,
    .wrapperr .facebook:hover .tooltip::before {
        background: #293667;
        color: #ffffff;
    }

    .wrapperr .twitter:hover,
    .wrapperr .twitter:hover .tooltip,
    .wrapperr .twitter:hover .tooltip::before {
        background: #CC0000;
        color: white;
    }*/