html body {
    height: 100%;
    margin: 0;
    padding: 85px 0px 0px 0px;
}

.container-fluid-fullsize {
    padding: 0;
}

.bg-custom {
    background-color: #f8f9fa;
}

.container-map {
    height: 425px;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.no-bullet {
    list-style-type: none;
}

#vg-carousel {
    margin: 0 0 0 0;
}

.mainpagedidofont {
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    color: #000000;
    text-align: left;
    line-height: 40px;
}

.mainpagedidoheadingfont {
    color: #000000;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1.2rem;
    letter-spacing: .2rem;
}

.didofont {
    color: #000000;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1.2rem;
}

.didofontbold {
    color: #000000;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1.2rem;
    font-weight: bold;
}

.didofont-footer {
    color: #000000;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1.0rem;
}

.didoheading {
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1rem;
    margin-top: 1.2rem;
}

.navbar-nav a:hover span {
    border-bottom: thin solid #6d8e78;
}
.navbar-nav .current-menu-item a span {
    border-bottom: thin solid #6d8e78;
}

.container-center-choice {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 200px;
}

@media (max-width: 768px) {
    html body {
        height: 100%;
        margin: 0;
        padding: 85px 0px 0px 0px;
    }

    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-item:hover .nav-link,
    .navbar-light .navbar-nav .nav-link {
        color: #000000;
        font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
        font-size: 1rem;
        margin-top: 0;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

}

.left {
    float: left;
    padding: 0 10px 0 10px;
}

.contact-link-box {
    margin: 0;
    padding: 0;
}

.contact-link-box-color {
    background-color: #6d8e78;
    margin: 0;
    padding: 10px 0px 10px 0px;
}

a.contact-link:link,
a.contact-link:visited,
a.contact-link:active,
a.contact-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.main-hr {
    border: 1px solid #6d8e78;
    width: 75px;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .align-pics-lu {
        position: relative;
        transform: translate(-15px, -15px);
    }

    .align-pics-r {
        position: relative;
        transform: translateX(15px);
    }

    .align-pics-ru {
        position: relative;
        transform: translate(15px, -30px);
    }

    .menu-left-margin {
        margin-left: 25px;
    }

    .menu-right-margin {
        margin-right: 25px;
    }
}

html.sr .load-hidden {
    visibility: hidden;
}

.container-farms {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
}

.container-green {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
}

.btn-outline-secondary:hover {
    background-color: #6d8e78;
}
.x-button:hover {
    color: #6d8e78;
}

@media (min-width: 576px) {
    .vertical-center-reservations {
        position: relative;
        top: 50%;
        transform: translateY(20%);
    }
    .bottom-margin-reservations{
        margin-bottom: 110px;
    }
}

@media (max-width: 576px) {
    .margin-bottom-110 {
        margin-bottom: 110px;
    }
}

.footer-box {
    margin: 0;
    padding: 0;
}


/* unvisited link */
.modal a:link {
    color: #6d8e78;
}

/* visited link */
.modal a:visited {
    color: #6d8e78;
}

/* mouse over link */
.modal a:hover {
    color: #6d8e78;
}

/* selected link */
.modal a:active {
    color: #6d8e78;
}