@font-face {
    font-family: "Le";
    src: url("https://wedding.moodie.au/resources/Le Jour Script.ttf") format("truetype");
}

.customfont {
    font-family: "Le";
}

.hero.has-background {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    object-fit: cover;
    object-position: center 100%;
    width: 100%;
    height: 100%;
}

.hero-background.is-transparent {
    opacity: 0.9;
}

.is-darkbg {
    background-color: #9eb89f;
    color: #000;
}

.is-lightbg {
    background-color: #fffbf7;
    color: #000;
}



.faq-heading {
    border-bottom: #777;
    padding: 20px 60px;
}

.faq-container {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.hr-line {
    width: 100%;
    margin: auto;
}

/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    /* color: #bdd6be; */
    cursor: pointer;
    padding: 30px 20px;
    /* width: 60%; */
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;

}

.faq-body {
    margin: auto;
    /* text-align: center; */
    width: 90%;
    padding: auto;

}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-page:hover {
    background-color: #9eb89f;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    /* background-color: white; */
    display: none;
    overflow: hidden;
}

.faq-page:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 20px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    /* Unicode character for ^ */
}

#countdown {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
}


.pswp-gallery {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 5px;
    -moz-column-count: 3;
    -moz-column-gap: 5px;
    column-count: 3;
    column-gap: 5px;
    margin-top: 2rem;
}

.pswp-gallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
}


/* @media (max-width: 1200px) {
    .pswp-gallery {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
} */

@media (max-width: 1000px) {
    .pswp-gallery {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    .pswp-gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    .pswp-gallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.divider {
    display: flex;
    flex-direction: column;
    margin: 0px 25px;
    width: 1px !important;
    background-color: black;
  }

.leftCell {
    vertical-align: middle;
    border-right: 1px solid black;
}

.rightCell {
    vertical-align: middle;
}