.footer-link.w--current:hover,
.footer-link:hover {
    text-decoration: underline;
}
:root {
    --medium-sea-green: #23a455;
    --white: white;
    --dark-slate-grey: #393939;
    --saddle-brown: #754c24;
}
body {
    color: #333;
    font-family:
        Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.menu-item.w--current,
.menu-item:focus,
.menu-item:hover,
a {
    color: var(--medium-sea-green);
    text-decoration: underline;
}
.main-content {
    border: 1px none var(--medium-sea-green);
    padding-left: 40px;
}
.text-span-2 {
    color: var(--medium-sea-green);
    font-weight: 700;
}
.centered-container {
    text-align: center;
    flex: 1;
}
.gallery-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
.gallery-wrapper {
    column-count: 4;
    column-gap: 5px;
}
.text-block-8 {
    color: #fff;
    text-align: center;
    display: block;
}
.footer-section {
    background-color: #414141;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 26px 10px;
}
.button-2,
.gallery-button {
    background-color: var(--medium-sea-green);
}
.footer-link {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.footer-link.w--current {
    color: #fff;
    text-decoration: none;
    display: block;
}
.utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: -270px;
    padding-bottom: 0;
    display: flex;
}
.footer-contain,
.utility-page-content {
    flex-direction: column;
    display: flex;
}
.utility-page-content {
    text-align: center;
    align-items: center;
    margin-top: -216px;
}
.paragraph,
.paragraph-2,
.paragraph-3 {
    color: #535353;
    font-weight: 700;
}
.heading-2 {
    color: var(--medium-sea-green);
}
.button-2 {
    width: 300px;
}
.hero-section {
    height: 90vh;
    max-height: 500px;
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hero.jpg');
    background-position:
        0 0,
        50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}
.facebook-feed-div {
    width: auto;
    min-width: 300px;
    text-align: center;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.image-2 {
    max-height: 60px;
    max-width: none;
}
.brand-2 {
    max-height: none;
}
.navbar {
    background-color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
}
.menu-item {
    color: #393939;
}
.gallery-section {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}
.contact-section {
    padding: 40px 10px;
}
.contact-container {
    text-align: center;
}
.contact-form {
    width: 100%;
    max-width: 650px;
    height: 900px;
    border: 0;
}
.main-content-contain {
    flex-direction: row;
    display: flex;
}
.main-content-section {
    margin-bottom: 47px;
    padding-left: 10px;
    padding-right: 10px;
}
.container {
    max-width: 1100px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.div-block-3 {
    align-items: center;
    display: flex;
}
.text-block-9 {
    color: var(--dark-slate-grey);
    margin-right: 28px;
    font-size: 24px;
}
.link,
.text-block-10 {
    color: var(--white);
}
.button-3 {
    background-color: var(--medium-sea-green);
    font-size: 21px;
    font-weight: 700;
}
.text-block-10 {
    margin-bottom: 10px;
}
.div-block-5 {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    display: flex;
}
@media screen and (max-width: 991px) {
    .menu-button.w--open,
    .nav-menu {
        background-color: var(--white);
    }
    .main-content {
        padding-left: 0;
    }
    .hero-section {
        max-height: 400px;
    }
    .menu-item {
        text-align: center;
    }
    .container {
        max-width: 600px;
        flex-direction: column;
    }
    .div-block-3 {
        justify-content: space-between;
    }
    .div-block-4 {
        margin-left: 0;
        margin-right: 0;
    }
    .icon {
        color: var(--dark-slate-grey);
    }
    .nav-menu {
        min-height: 180px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 36px;
        display: block;
    }
    .div-block-6 {
        align-self: auto;
    }
    .div-block-7 {
        margin-top: 63px;
    }
}
@media screen and (max-width: 767px) {
    .main-content {
        padding-left: 0;
    }
    .hero-section {
        max-height: 300px;
        padding: 40px 20px;
    }
    .main-content-contain {
        max-width: 100%;
        flex-direction: column-reverse;
    }
    .main-content-section {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    .container {
        max-width: 400px;
        flex-direction: column;
    }
    .div-block-3 {
        justify-content: center;
    }
    .div-block-4 {
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }
}
@media screen and (max-width: 479px) {
    .container,
    .gallery-wrapper {
        flex-direction: column;
    }
    .footer-section,
    .utility-page-content {
        margin-left: 14px;
        margin-right: 14px;
    }
    .menu-button.w--open,
    .menu-item {
        background-color: var(--white);
    }
    .icon,
    .menu-item {
        color: var(--dark-slate-grey);
    }
    .main-content {
        text-align: center;
        margin-top: 0;
        padding-left: 0;
    }
    .centered-container {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .gallery-wrapper {
        display: flex;
    }
    .utility-page-wrap {
        margin-bottom: -408px;
        display: flex;
    }
    .utility-page-content {
        margin-top: -413px;
        padding-left: 0;
        padding-right: 0;
    }
    .hero-section {
        height: 50vh;
        text-align: left;
        object-fit: fill;
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu-button,
    .menu-item {
        text-align: center;
    }
    .facebook-feed-div {
        min-width: 0;
    }
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-button.w--open {
        text-align: left;
    }
    .gallery-section {
        flex-direction: row;
    }
    .main-content-contain {
        flex-direction: column-reverse;
    }
    .main-content-section {
        max-width: none;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .div-block-3 {
        flex-direction: column;
        justify-content: flex-start;
    }
    .text-block-9 {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .div-block-4 {
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-content-div {
        margin-bottom: 33px;
    }
    .div-block-7 {
        margin-top: 30px;
    }
}
