.logo {
    width: 20rem;
}

#contactForm li {
    text-align: left;
    color: red;
}

.feedback-status {
  margin-top: 1rem;
  font-weight: 600;
}

.feedback-status-success {
  color: #237a3b;
}

.feedback-status-error {
  color: #b42318;
}

@media screen and (max-width: 768px) {
  #fh5co-home .flexslider .slides > li {
    background-image: var(--mobile-slide) !important;
  }
}

.pin a {
    padding: 10px;
    background: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0px 1px 5px #d4d4d4;
}

.pin {
    width: 33%;
    height: 25rem;
    padding: 1rem;
}

.pin a span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}


@media (min-width: 1200px) {
    .pin {
        height: 25rem;
    }
}

@media (max-width: 600px)  {

    .pin {
        width: 100%;
        height: 25rem;
        padding: 1rem 0;
    }
}

#fh5co-about {
    gap: 0;
    overflow: hidden;
    background: #130d08 url(images/wood_1.png) repeat;
}

#fh5co-about .fh5co-2col {
    min-width: 0;
    margin: 0;
    border: 0;
}

#fh5co-about .fh5co-about-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #130d08;
}

#fh5co-about .fh5co-about-media video {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    object-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.gallery-card {
    display: grid;
    grid-template-rows: auto 64px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(19, 13, 8, 0.12);
}

.gallery-card .gallery-item {
    aspect-ratio: 6 / 5;
    border-radius: 0;
    box-shadow: none;
    background: #f2eee9;
}

.gallery-card .gallery-item img {
    padding: 0;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.3s ease, transform 0.35s ease;
}

.gallery-card .gallery-item:hover img {
    transform: scale(1.025);
}

.gallery-caption {
    display: flex;
    height: 64px;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    color: #333333;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    background: #ffffff;
}

.feedback-section {
    padding: 76px 0 88px;
    background: #ffffff;
    color: #111111;
}

.feedback-panel {
    max-width: 960px;
    margin: 0 auto;
}

.feedback-panel h2 {
    max-width: 900px;
    margin: 0 0 52px;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.feedback-form {
    font-family: Arial, Helvetica, sans-serif;
}

.feedback-fieldset {
    min-width: 0;
    margin: 0 0 38px;
    padding: 0;
    border: 0;
}

.feedback-fieldset legend,
.feedback-field > label {
    display: block;
    width: 100%;
    margin: 0 0 11px;
    color: #111111;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.required-mark {
    color: #d9362b;
}

.feedback-name-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.feedback-control {
    display: flex;
    flex-direction: column;
}

.feedback-control label {
    order: 2;
    margin-top: 8px;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
}

.feedback-form input[type="text"],
.feedback-form input[type="email"],
.feedback-form textarea {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    background: #ffffff;
    color: #222222;
    font-size: 18px;
    line-height: 1.4;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.feedback-form input[type="text"],
.feedback-form input[type="email"] {
    height: 56px;
    padding: 10px 13px;
}

.feedback-form textarea {
    min-height: 220px;
    padding: 12px 13px;
    resize: vertical;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
    border-color: #d68b42;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(214, 139, 66, 0.18);
}

.feedback-field {
    margin-bottom: 38px;
}

.feedback-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.feedback-submit {
    min-width: 144px;
    padding: 15px 28px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background: #efefef;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.feedback-submit:hover,
.feedback-submit:focus {
    border-color: #c2c2c2;
    background: #e2e2e2;
}

@media screen and (max-width: 1200px) {
    #fh5co-about .fh5co-about-media {
        width: 100%;
        min-height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .js-sticky {
        display: block;
        height: auto !important;
    }

    .fh5co-main-nav {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
    }

    .fh5co-main-nav .container-fluid {
        display: flex;
        flex-wrap: wrap;
        padding: 4px 10px 10px;
    }

    .fh5co-main-nav .fh5co-menu-1,
    .fh5co-main-nav .fh5co-menu-2 {
        display: grid;
        float: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        order: 2;
        width: 100%;
        text-align: center;
    }

    .fh5co-main-nav .fh5co-menu-2 {
        order: 3;
    }

    .fh5co-main-nav .fh5co-menu-1 a,
    .fh5co-main-nav .fh5co-menu-2 a {
        padding: 7px 4px;
        font-size: 13px;
        line-height: 18px;
    }

    .fh5co-main-nav .fh5co-logo {
        float: none;
        min-height: 52px;
        order: 1;
        width: 100%;
    }

    .fh5co-main-nav .fh5co-logo a {
        top: 0;
        padding: 8px 10px;
    }

    .fh5co-main-nav .fh5co-logo img {
        width: 120px;
    }

    .fh5co-nav-toggle {
        top: 8px;
    }

    #fh5co-about .fh5co-about-media {
        min-height: 300px;
    }

    .gallery-caption {
        height: 58px;
        min-height: 0;
        font-size: 15px;
    }

    .feedback-section {
        padding: 58px 0 68px;
    }

    .feedback-panel h2 {
        margin-bottom: 38px;
        font-size: 25px;
        letter-spacing: 3px;
    }

    .feedback-fieldset legend,
    .feedback-field > label {
        font-size: 20px;
    }

    .feedback-name-row {
        gap: 16px;
    }

    .feedback-form textarea {
        min-height: 190px;
    }
}

@media screen and (max-width: 480px) {
    .feedback-name-row {
        gap: 12px;
    }

    .feedback-panel h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .feedback-fieldset legend,
    .feedback-field > label {
        font-size: 16px;
    }

    .feedback-control label {
        font-size: 15px;
    }

    .feedback-form input[type="text"],
    .feedback-form input[type="email"] {
        height: 48px;
    }

    .feedback-form textarea {
        min-height: 180px;
    }

    .feedback-submit {
        min-width: 118px;
        padding: 13px 22px;
        font-size: 17px;
    }
}
