.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}



/*  fonts start  */
.logo__title {
    font-family: 'Linden Hill', serif;
    font-size: 50px;
    margin-top: 12%;
    color: #5b4c43;
}

.logo__description {
    font-size: 25px;
    font-family: 'Linden Hill', serif;
    color: #5b4c43;
    margin-left: 20px;
}
.wrap__locationsHeader .location p, .wrap__locationsHeader .location p a {
    font-family: 'Linden Hill', serif;
    color: #5b4c43;
}
.slider__title {
    font-family: 'Linden Hill', serif;
}
p, body {
    font-family: 'Linden Hill', serif;
    font-size: 20px;
}
h2 {
    font-family: 'Linden Hill', serif;
    font-size: 36px;
}
h1, h3, h4, h5, h6 {
    font-family: 'Linden Hill', serif;
}
.page__title {
    font-family: 'Linden Hill', serif;
    font-size: 36px;
}

/*  font ends  */


@media (min-width: 768px) {
.logo__link.logo__left .logo__summary, .logo__link.logo__right .logo__summary {
    max-width: 580px;
}
}
.wrap__header--inner {
    background: #dad8d5;
}
.wrap__footer {
    background: #ffffff;
}
.copyright__link {
    color: #5b4c43;
}
body {
    background: none, linear-gradient(rgb(97 117 58 / 48%), rgba(218, 218, 218, 0.5)), url(../img/bg-pattern-body.png) 50% 0;
}
.location {
    margin: 2px auto;
    text-align: center;
    color: #5b4c43;
}

.wrap__form {
    background: #9fb388;
    border: solid #5b4c43;
    border-width: 1px 0;
}