@font-face {
    font-family: 'Bon Vivant';
    font-style: normal;
    src: url("../fonts/BonVivant-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Jemina';
    font-style: normal;
    src: url("../fonts/Jemina-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Cormorant';
    font-style: normal;
    src: url("../fonts/Cormorant.ttf") format("opentype");
}

@font-face {
    font-family: 'Cormorant Unicase';
    font-style: normal;
    src: url("../fonts/CormorantUnicase-Regular.ttf") format("opentype");
}

* {
    font-family: 'Jemina';
    font-size: 18px;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

span {
    font-size: inherit;
}

.hero {
    background-image: url('../images/A&D-229.jpg');
    min-height: 90vh;
    position: relative;
    color: #fff;
    border-radius: 30px;
    /* background-position-y: 200px; */

    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 80%;
    background-size: cover;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.hero * {
    position: relative;
    z-index: 99;
}

.menu {
    display: inline-flex;
    position: relative;
    top: 40%;
}

.menu li {
    margin: 0 25px;
    color: #000000;
}

#timerFont span{  
    font-family: 'Cormorant Unicase';
    font-size: 3em;
}

.hero-content {
    margin-top: 5%;
}
  
.our-wedding {
    font-size: 3em;
    margin-bottom: -0.54em;
    font-family: 'Cormorant';
}

.title {
    font-size: 6em;
}

.about {
    font-family: 'Cormorant Unicase';
    font-size: 1.3em;
    margin-bottom: 120px;
}

.event-wrapper {
    /* position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.event-title {
    font-family: 'Bon Vivant';
    margin-top: 50px;
}

.event-day {
    font-family: 'Jemina';
    font-size: 1.5em;
}

#ceremonia {
    position: relative;
    padding: 50px 0 112px;
    background-color: white;
}

.symbols {
    position: absolute;
    /* top: 20%; */
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    /* height: auto; */
}

.symbols img {
    width: 24px;
    height: auto;
}

.fathers-list li {
    font-family: 'Cormorant Unicase';
    font-size: 1.3em;
}

.divider {
    display: block;
    height: 2px;
    width: 65%;
    margin: 0 auto;

    background-color: #205D0E;
}

#recepcion {
    position: relative;
    padding: 48px 0 80px;
    /* background-size: cover;
    background-position: center; */
    background-color: #FBFBFB;
}

#regalos {
    background-color: #ffffff;
}


.location-title {
    font-family: 'Bon Vivant';
}

.date small{
    font-family: 'Cormorant Unicase';
}

.map {
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 300px;
}

#recepcion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#recepcion * {
    z-index: 99;
}

.gifts {
    padding: 148px 0;
}

.gifts-options {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1.5em;
}

.gifts-options li {
    margin: 25px;
}

.gifts-options li {
    font-size: 1.54em;
}

.gifts-options li a {
    font-size: 1em;
    color: #0075ff;
}

.gifts-options li.divider {
    width: 1px;
    height: 70px;
    background-color: #000000;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.underline {
    text-decoration: underline;
}

.disclosure {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    text-align: center;
}

.disclosure li {
    padding: 10px 0;
}

.confirm-btn {
    margin: 50px 50px;
    font-size: 1.5em;
    background: #ffffff;
    color: #000000;
    background-color: #ffffff;
    padding: 10px 30px;
    border: solid #d6d6d6 1px;
}

.gallery {
    max-width: 1200px;
    margin: 0 auto;
    column-count: 3;
    margin-bottom: 50px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
}

.gallery-item figure {
    margin: 0;
    position: relative;
}

.gallery-item figcaption {
    font-style: italic;
    padding: 8px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    bottom: 3px;
    color: #fff;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-item img {
    width: 100%;
}

.gallery-item p {
    margin: 0;
    padding: 8px;
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 501px) and (max-width: 700px) {
    .gallery {
        column-count: 2;
    }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
    .gallery {
        column-count: 3;
    }
}

@media screen and (max-width: 480px) {

    /* .menu {
        display: inline-flex;
        position: relative;
        top: 40%;
    } */

    .menu li {
        margin: 0 10px;
        color: #000000;
    }

    .menu li a {
        font-size: .6em;
    }

    .hero {
        background-image: url('../images/A&D-53.jpg');
        background-position-x: 15%;
    }

    .hero-content {
        margin-top: 50% !important;
    }

    #timerFont span{  
        font-size: 1em;
    }

    .about {
        font-size: 1em;
    }

    .our-wedding {
        margin-bottom: 0;
        font-size: 1.54em;
    }

    .title {
        font-size: 3em;
    }

    .event-day {
        font-size: 1.54em;
    }

    #ceremonia {
        padding: 100px 0 100px;
    }

    .symbols {
        top: 25px;
    }

    .disclosure {
        flex-flow: column;
    }
    
    .gifts-options {
        flex-flow: column;
    }
    
    .divider { 
        display: none;
    }

    .map {
        height: 150px;
        width: 150px;
        object-fit: cover;
        border-radius: 150px;
    }

    .confirm-btn {
        margin: 25px 15px;
        font-size: 1em;
    }
}