/* FONTS */
.quintessential-regular {
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
}
.alex-brush-regular {
    font-family: "Alex Brush", serif;
    font-weight: 400;
    font-style: normal;
  }
.be-vietnam-pro-regular {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 400;
    font-style: normal;
}

/* PAGE */
body {
    animation: fadeInAnimation ease 4s;
    background-color: black;
    /* background-image: url(/media/img/emerald_satin_1440p_02_0.65.jpg), url(/media/img/emerald_satin_216p_02_0.50.jpg);
    background-size:auto; */
    color: white;
    background-repeat: no-repeat, no-repeat;
    /* background-attachment: fixed; */
    margin: 0;
    font-family: garamond, serif;
} 

#bg{
    background-image: url(/media/img/emerald_satin_1440p_02_0.65.jpg), url(/media/img/emerald_satin_216p_02_0.50.jpg);
    background-size:auto;
    background-repeat: no-repeat, no-repeat;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}

#inner-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    min-height: 100vh;
}

.underline{
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

#top-box{
    width: 100%;
    margin-top: 1.5rem;
}

.content {
    margin: 0 5%;
}

.content h2{
    text-align: center;
    font-family: 'French Script MT',garamond, serif;
    font-size: 2.8rem;
    margin-bottom: 5px;
}

.content a{
    color: rgb(228, 76, 81);
    text-decoration: underline;
}

.content a:hover{
    color: #f19696;
}

.content p{
    font-family: 'French Script MT',garamond, serif;
    margin-top: 0;
    margin-bottom: 40px;
    text-indent: unset;
    text-align: center;
    /* text-align: center; */

    /* FRENCH SCRIPT */
    font-size: 2.3rem;
    line-height: 2.9rem;
}

.spacer {
    height: 10vh;
}

.outfit-flexbox{
    display: flex;
    justify-content: center;
    align-content:end
}

.outfit-box {
    width: 33%;
    margin: 0.5%;
    text-align: center;
}

.outfit-box-wide{
    width: 80%;
    text-align: center;
}

.outfit-box-wide img{
    max-width: 100%;
    max-height: 400px;
    margin-top: auto;
}

.ladies p{
    display: block;
    min-height: 80px;
}

.outfit-box img{
    max-width: 100%;
    max-height: 400px;
    margin-top: auto;

}

#menu {
    line-height: 30px;
    text-align: center;
    margin: auto;
    padding: 10vw;
}

#menu p{
    font-size: 1.1rem;
    padding-top: 20px;
}

.rsvp {
    color: rgb(228, 76, 81);
    font-style: italic;
    font-weight: bold;
}

.rsvp a {
    text-decoration: underline;
    color: unset;
}

.rsvp a:hover{
    color: #f19696;
}

.rsvp-button {
    order: 4;
    background: black;
    border: rgb(227, 225, 151) solid 2px;
    border-radius: 25px;
    color: rgb(235, 203, 96);
    display: block;
    font-size: 1.2rem;
    margin: 1% auto;
    margin-bottom: 2.5%;
    max-width: fit-content;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    animation: fadeInAnimation ease 8s;
}


.rsvp-button:hover{
    background: linear-gradient(to bottom, rgb(227, 225, 151), rgb(235, 203, 96));
    color: black;
}

.flexbreak {
    /* flex-basis: 100%;
    height: 0; */
    order: 3;
    width: 100%;
  }

.date{
    text-decoration: underline;
    font-style: italic;
}

span {
    padding: 0;
    margin: 0;
}

.gold_text {
    background: linear-gradient(to bottom, rgb(227, 225, 151), rgb(235, 203, 96));
    -webkit-background-clip: text; /* needed for safari and older browsers */
    background-clip: text;
    color: transparent;
    filter: drop-shadow(5px 5px 6px rgb(44, 35, 10));
}

.title {
    font-family: "Alex Brush", "Brush Script MT", serif;
    font-weight: lighter;
    text-align: center;
}

h1 {
    margin: auto;
    font-size: 5.5vw;
}

h1 a{
    /* animation: .7s ease-out 0s 1 slideUp; */
    font-family: "Be Vietnam Pro", garamond, serif;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 5px;
    transition: all .2s ease;
}
h1 a:hover{
    transition: color .2s ease;
    color: rgb(227, 225, 151);
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0);
    }
}

/* media queries */
@media screen and (max-width: 1250px){

    h1 {
        font-size: 5.5vw;
    }

    #show-more {
        font-size: 2vw;
    }

    #menu p{
        font-size: unset;
    }

    .outfit-flexbox{
        flex-wrap: wrap;
    }

    .outfit-box{
        width: 90%;
        margin: unset;
        margin-bottom: 50px;
    }

    .outfit-box p{
        min-height: unset;
    }
}

@media screen and (max-width: 850px){
    #container {
        min-height: 100vh;
    }
    
    #inner-box {
        display: block;
    }

    #right_half {
        max-width: 85%;
        padding-bottom: 0;
    }

    h1 {
        /* padding-top: 20px; */
        font-size: 3.5rem;
    }

    #left_half {
        max-width: unset;
        /* TEMPORARY */
        padding-top: 0;
        padding-bottom: 40px;
    }

    h1 a{
        font-size: 6.5vw;
    }
    
    #show-more {
        font-size: 4.5vw;
        animation: fadeInAnimation ease 6s;
    }

    #menu {
        line-height: 8vh;
    }

    #menu p{
        font-size: 4vw;
    }

    .rsvp-button{
        margin-bottom: 10vw;
    }
}
