@font-face {
    font-family: 'Casta';
    src: url('../fonts/Casta-Thin.eot');
    src: url('../fonts/Casta-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Casta-Thin.woff2') format('woff2'),
        url('../fonts/Casta-Thin.woff') format('woff'),
        url('../fonts/Casta-Thin.ttf') format('truetype'),
        url('../fonts/Casta-Thin.svg#Casta-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Book.eot');
    src: url('../fonts/Mont-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Book.woff2') format('woff2'),
        url('../fonts/Mont-Book.woff') format('woff'),
        url('../fonts/Mont-Book.ttf') format('truetype'),
        url('../fonts/Mont-Book.svg#Mont-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Light.eot');
    src: url('../fonts/Mont-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Light.woff2') format('woff2'),
        url('../fonts/Mont-Light.woff') format('woff'),
        url('../fonts/Mont-Light.ttf') format('truetype'),
        url('../fonts/Mont-Light.svg#Mont-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-SemiBold.eot');
    src: url('../fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype'),
        url('../fonts/Mont-SemiBold.svg#Mont-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --background-color-1: #F0EDE8;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Mont';
    color: #1E1E1E;
    font-size: 0.94vw;
    font-weight: 500;
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Casta';
    font-weight: 100;
    line-height: normal;
}

a {
    text-decoration: none;
}

.casta {
    font-family: 'Casta';
}

.mont {
    font-family: 'Mont';
}

.button {
    display: inline-flex;
    border: 1px solid #1E1E1E;
    background: rgba(194, 128, 36, 0.28);
    color: #1E1E1E;
    font-size: 1.46vw;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    max-width: 9.43vw;
    height: 2.45vw;
    align-items: center;
    justify-content: center;
}

.button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1E1E1E;
}

.header-sec {
    background-color: var(--background-color-1);
    padding-top: 3.802%;
    padding-bottom: 2.813%;
}

.nav-wrapper a {
    text-transform: uppercase;
    font-size: 1.04vw;
    color: #000;
}

.header-sec .container {
    border-bottom: solid 1px #000000;
    padding-bottom: 1%;
}

.banner-sec {
    background-color: var(--background-color-1);
    padding-bottom: 3.073%;
}

.banner-sec h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10.42vw;
    word-spacing: 1.82vw;
    margin-bottom: -3%;
    color: #000;
}

.banner-sec .img-group {
    margin-bottom: 5%;
}

.banner-sec .img-wrap-col-1,
.banner-sec .img-wrap-col-3 {
    max-width: 14.22vw;
    margin-top: -5%;
}

.banner-sec .img-wrap-col-2 {
    max-width: 24.79vw;
}

.join-us {
    background-color: var(--background-color-1);
    padding-top: 3.229%;
    padding-bottom: 3.594%;
}

.join-us .col-6 {
    padding: 0;
}

.join-us .join-us-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    background: #E5E1D8;
    box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.33) inset, -3px -3px 13px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 5%;
}

.join-us .col-6:last-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.join-us .col-6 .img-wrap img {
    display: block;
    width: 100%;
    opacity: 0;
}

.join-us-content .join-us-heading {
    width: 100%;
    /* max-width: 19.17vw; */
    margin-bottom: 5%;
    /* text-align: left; */
}

.join-us-content .join-us-heading h2 {
    /* font-size: 6.25vw; */
    font-size: 4vw;
    /* margin-bottom: -8%; */
}

.join-us-content .join-us-heading h3 {
    text-align: right;
    font-size: 1.82vw;
    margin-bottom: 0;
}

.join-us .join-us-content p {
    max-width: 24.32vw;
}

.date-sec {
    background-color: var(--background-color-1);
    padding-bottom: 3.438%;
}

.date-sec h2 {
    font-size: 2.6vw;
    margin-bottom: 5%;
}

#clockdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 30.05vw;
    margin: 0 auto;
}

#clockdiv>div {
    width: 25%;
    position: relative;
}

#clockdiv span {
    font-size: 1.82vw;
    font-weight: 600;
    display: block;
}

#clockdiv .smalltext {
    font-size: 1.04vw;
}

#clockdiv>div:not(:last-child):after {
    content: ':';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 1.82vw;
    font-weight: 600;
    margin-top: -15%;
}

.venue-sec {
    padding-top: 4.896%;
    padding-bottom: 4.479%;
}

.venue-sec .subheadline {
    margin-bottom: 5%;
}

.venue-sec .row {
    margin: 0 -8px 5%;
}

.venue-sec .venue-details-1 {
    margin-bottom: 5%;
}

.venue-sec .venue-details-1 p,
.venue-sec .venue-details-2 p {
    margin: 0;
    color: #5B3909;
    font-size: 0.94vw;
}

.venue-sec .row .col-3 {
    padding: 0 8px;
}

.venue-sec .venue-details-2 {
    display: flex;
    align-items: center;
}

.venue-sec .venue-details-2 .button {
    margin-left: 50px;
    text-transform: uppercase;
    font-size: 0.94vw;
}

.dresscode-sec {
    padding-top: 2.865%;
    padding-bottom: 6.25%;
    background-color: var(--background-color-1);
}

.dresscode-sec .subheadline {
    margin-bottom: 5.521%;
}

.dresscode-sec .subheadline.text-center {
    margin-bottom: 0;
}

.color-pallete-wrap {
    justify-content: space-evenly;
    max-width: 44.58vw;
    margin: 0 auto 5%;
}

.color-pallete-wrap .color-item {
    width: 7.08vw;
    height: 7.08vw;
    display: block;
    background-color: #D9D9D9;
    border-radius: 100%;
    border: solid 1px #000000;
}

.color-pallete-wrap .color-item-1 {
    background-color: #282828;
}

.color-pallete-wrap .color-item-2 {
    background-color: #AA8A73;
}

.color-pallete-wrap .color-item-3 {
    background-color: #9C8F7E;
}

.color-pallete-wrap .color-item-4 {
    background-color: #DDD9CE;
}

.color-pallete-wrap .color-item-5 {
    background-color: #F5F1E8;
}

.rsvp-sec {
    padding-top: 4.375%;
    padding-bottom: 6.667%;
}

.rsvp-sec h2 {
    font-size: 6.25vw;
}

.rsvp-sec .img-wrap {
    display: block;
    max-width: 45.52vw;
    margin: 10% auto 0;
}

.rsvp-sec p {
    font-size: 1.04vw;
}

.rsvp-sec .rsvp-details {
    margin-top: 5%;
}

.contact-sec {
    background-color: var(--background-color-1);
    padding-top: 4.427%;
    padding-bottom: 4.427%;
}

.contact-sec h2 {
    font-size: 5.21vw;
    margin-bottom: 0;
}

.subheadline {
    font-size: 1.56vw;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Mont';
}

.contact-sec p {
    font-size: 1.09vw;
}

/* # will apply this css starting 1024px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
    .fluid-section .container {
        width: 85%;
        max-width: 100%;
    }

    .fluid-row .container {
        width: 75%;
        max-width: 63.13vw;
    }
}

@media only screen and (max-width: 1024px) {}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1023px) {
    br {
        display: none;
    }
}

@media only screen and (max-width:960px) {
    .container {
        max-width: 628px;
    }

    .nav-wrapper a {
        font-size: 10px;
    }

    .header-sec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-sec .img-wrap-col-1,
    .banner-sec .img-wrap-col-3 {
        max-width: 141px;
    }

    .banner-sec .img-wrap-col-2 {
        max-width: 246px;
    }

    .banner-sec h1 {
        font-size: 103px;
    }

    .button,
    .venue-sec .venue-details-2 .button {
        font-size: 14px;
        height: 24px;
        max-width: 93px;
    }

    .join-us-content .join-us-heading h2 {
        font-size: 62px;
    }

    .join-us-content .join-us-heading {
        max-width: 190px;
    }

    .join-us-content .join-us-heading h3 {
        font-size: 18px;
    }

    body {
        font-size: 9.34px;
    }

    .join-us .join-us-content p {
        max-width: 242px;
    }

    .date-sec h2 {
        font-size: 25px;
    }

    #clockdiv span {
        font-size: 18px;
    }

    #clockdiv>div:not(:last-child):after {
        font-size: 18px;
    }

    #clockdiv .smalltext {
        font-size: 10px;
    }

    #clockdiv {
        max-width: 300px;
    }

    .subheadline {
        font-size: 15px;
    }

    .venue-sec .venue-details-1 p,
    .venue-sec .venue-details-2 p {
        font-size: 9.34px;
    }

    .venue-sec .venue-details-2 p br {
        display: block;
    }

    .rsvp-sec h2 {
        font-size: 62px;
    }

    .rsvp-sec p {
        font-size: 10px;
    }

    .contact-sec h2 {
        font-size: 51px;
    }

    .contact-sec p {
        font-size: 10px;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:767px) {
    .banner-sec .img-wrap-col-2 {
        padding: 0 24px;
    }

    .banner-sec h1 {
        font-size: 52px;
    }

    .venue-sec .venue-details-2 .button {
        font-size: 14px;
        margin-left: 30px;
    }

    .join-us-content .join-us-heading h2 {
        font-size: 50px;
    }

    .color-pallete-wrap .color-item {
        width: 35px;
        height: 35px;
    }

    .color-pallete-wrap {
        max-width: 223px;
    }

    .rsvp-sec h2 {
        font-size: 31px;
    }

    .contact-sec h2 {
        font-size: 26px;
    }

    .header-sec {
        padding: 20px;
    }

    .banner-sec {
        padding-bottom: 30px;
    }

    .join-us {
        padding: 0 20px 20px;
    }

    .date-sec {
        padding-bottom: 20px;
    }

    .venue-sec {
        padding: 25px 0;
    }

    .venue-sec .row {
        margin: 0 -4px 15px;
    }

    .venue-sec .row .col-3 {
        padding: 0 4px;
    }

    .dresscode-sec {
        padding: 20px 0;
    }

    .rsvp-sec {
        padding: 25px 0 30px;
    }

    .contact-sec {
        padding: 20px 0;
    }
}

@media only screen and (max-width:568px) {}