
/*-- Standard Rules --*/
*
{
    font-size: 18px;
    font-family: mrs-eaves-xl-serif, serif;
    font-weight: 400;
    font-style: normal;
}

html
{
    margin: 0;
    padding: 0;
}

body
{
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
  min-width: fit-content;
}

p
{
  font-size: 18px;
}

.flower-containerL
{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: -1;
}

.flower-container
{
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: -1;
}

.wedding-font
{
    font-family: cinque-donne-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.wedding-font-bold
{
    font-family: cinque-donne,serif;
    font-weight: 700;
    font-style: normal;
}

.standard-font
{
   
}

.display-none
{
    display: none;
}

.before 
{
    opacity: 0 !important;
}

.after 
{
    opacity: 1 !important;
}

.desktop-version {display:none;}
.mobile-version {display:block;}

.intro-container
{
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;

    -webkit-transition: opacity 0.45s ease-in;
    -moz-transition: opacity 0.45s ease-in;
    -ms-transition: opacity 0.45s ease-in;
    -o-transition: opacity 0.45s ease-in;
    transition: opacity 0.45s ease-in;
}

.inside-intro
{
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inside-intro img
{
    animation: intro 5s forwards ease-in-out;
}

@keyframes intro 
{
    0%
    {
        transform: translateY(1000px);
    }
    10%
    {
        transform: translateY(1000px);
    }
    15%, 70%
    {
        transform: translateY(0px);
    }
    100%
    {
        transform: translateY(2000px);
    }
}

.exit-anim
{
    animation: rsvpexit 1.25s forwards ease-in-out;
}

@keyframes rsvpexit
{
    0%
    {
        transform: rotate(0deg) scale(1.0) translateX(0px);
    }
    100%
    {
        transform: rotate(720deg) scale(0) translateX(1000px);
    }
}

.exit-anim2
{
    animation: rsvpexit2 1.25s forwards ease-in-out;
}

@keyframes rsvpexit2
{
    0%
    {
        transform: translateX(0px) scale(1.0);
    }
    100%
    {
        transform: translateX(2000px) scale(0);;
    }
}

@media only screen and (min-width: 1024px)
{
    .desktop-version {display: block;}
    .mobile-version {display:none;}
}

.heading
{
    color: white;
    font-size: 72px;
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%, 0%);
    text-align: center;
    text-shadow: 2px 2px black;
}

.info-header
{
    text-align: center;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.info-header img
{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -4;
}

.content
{
    position: relative;
    min-height: 700px;
}

.img-container img
{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px auto;
    width: 100%;

    opacity: 0;
	-webkit-transition: opacity 1.25s ease-in;
       -moz-transition: opacity 1.25s ease-in;
        -ms-transition: opacity 1.25s ease-in;
         -o-transition: opacity 1.25s ease-in;
            transition: opacity 1.25s ease-in;
}

.info-header p
{
    font-size: 20px;
    margin: 10px 0;
}

.info-header h1
{
    color: #967bb6;
    font-size: 48px;
    margin: 0px auto;
    text-shadow: 2px 2px black;
    line-height: 125%;
}

.details
{
    margin-top: 25px;
    margin-left:0px;
    width:300px;
    display:flex;
    justify-content:space-around;
    align-items:flex-start;
    flex-direction: column;
}

.info-header-inside
{
    padding: 25px 0px 50px 25px;
    text-align: left;
    width: 30%;
}

.current
{
    color: #967bb6;
}

.nav-bar
{
    display: none;
}

.nav-select
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    border: 1px solid #967bb6;
    background-color: #f9f9f9;
    padding: 5px;
}

.nav-bar a
{
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 2px;
}

.nav-bar a:hover
{
    color: #967bb6;
    letter-spacing: 5px;
    transition: all 0.25s ease-in-out;
}

.banner
{
    
}

.flower
{
    position: relative;
    right: 0px;
    top: 0px;
    width: 256px;
}

.text-container
{
    width: 80%;
    margin: 100px auto;
    
}

.text-container h1
{
    text-align: center;
    font-size: 48px;
}

.text-container p
{
    line-height: 175%;
    font-size: 24px;
    margin: 50px auto;
}

.story-p
{
    text-align: justify;
}

.story-img
{
    float: left;
    margin: 15px;
    width: 325px;
}

.clearfix
{
    clear:both;
}

input
{
    width: 80%;
    margin: 10px 10%;
    height: 40px;
}

.rsvp-btn
{
    width: 80%;
    margin: 10px 10%;
    height: 40px;
    background-color: gold;
    border: 2px solid black;
}

.checkbox-parent
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

input[type='checkbox']
{
    width: 24px;
    margin: 10px 10px 10px 10%;
    border: 2px solid black;
}

.checkbox-label
{
    color: white;
    font-size: 24px;
}

.input-label
{
    margin: 5px 10%;
    color: white;
}

.rsvp-parent
{
    position: relative;
}

.invite-anim
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -4;
}

.invite-anim h1
{
    font-size: 32px;
}

.rsvp-container
{
    width: 550px;
    height: 800px;
    margin: 50px auto;
    position: relative;

    -webkit-transition: opacity 0.45s ease-in;
    -moz-transition: opacity 0.45s ease-in;
    -ms-transition: opacity 0.45s ease-in;
    -o-transition: opacity 0.45s ease-in;
    transition: opacity 0.45s ease-in;
}

.inside-rsvp-bkg
{
    opacity: 0.75;
    background-color: grey;
    width: 400px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -4;
}

.inside-rsvp
{
    padding: 75px;
}

.inside-rsvp h1
{
    text-align: center;
    font-size: 32px;
    color: white;
    margin: 0;
}

.inside-rsvp p
{
    line-height: 125%;
    font-size: 18px;
    color: white;
}

.bkg-rsvp
{
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
}

.video-container
{
    width: 100%;
    text-align: center;
}

.video-container iframe
{
    width: 100%;
    min-height: 400px;
    margin: 0px auto;
    display: block;
    border: 0;
}

@media only screen and (min-width: 1024px)
{
    .flower
    {
        width: 400px;
    }

    .info-header
    {
        margin: 0px auto;
    }

    .info-header h1
    {
        font-size: 72px;
    }

    .details
    {
        margin-top: 25px;
        margin-left:25px;
        width:500px;
        flex-direction: row;
    }

    .content
    {
        min-height: 800px;
    }

    .banner
    {
        width: 100%;
    }

    .nav-bar
    {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        margin: 25px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-select
    {
        display: none;
    }

    .info-header-inside
    {
        width: 50%;
        padding: 25px 25px 50px 50px;
    }

    .rsvp-container
    {
        width: 700px;
        height: 1000px;
        margin: 100px auto;
    }

    .inside-rsvp-bkg
    {
        width: 600px;
        height: 900px;
    }

    .inside-rsvp h1
    {
        font-size: 60px;
    }

    .inside-rsvp p
    {
        font-size: 22px;
    }

    .invite-anim h1
    {
        font-size: 48px;
    }

    .video-container iframe
    {
        min-height: 500px;
    }

}

@media only screen and (min-width: 1400px)
{
    .info-header
    {
        margin: 0px auto;
    }

    .info-header h1
    {
        font-size: 100px;
        line-height: 100%;
        margin-top: 50px;
    }

    .details
    {
        margin-top: 25px;
        margin-left:50px;
        width:500px;
        flex-direction: row;
    }

    .flower
    {
        width: 512px;
    }

    .content
    {
        min-height: 800px;
    }

    .banner
    {
        width: 100%;
    }

    .nav-bar
    {
        width: 60%;
        margin: 25px 0px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-select
    {
        display: none;
    }

    .info-header-inside
    {
        width: 50%;
        padding: 25px 25px 50px 50px;
    }

    .video-container iframe
    {
        min-height: 800px;
    }

}

.picture-grid
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pic-column
{
    width: 100%;
    margin: 0 5px;
}

.pic-column img
{
    display: block;
    margin: 5px;
}

.lower-banners
{
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display:block;
}

.lower-banners img
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer
{
    height: 0px;
    position: relative;
}

footer p
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0.5;
    margin: 0;
    color: white;
}

@media only screen and (min-width: 1200px)
{
    .picture-grid
    {
        flex-wrap: nowrap;
    }

    .pic-column
    {
        width: 50%;
    }
}
