.links {
    /*padding-left: 60px;*/
    padding-top: 20px;
}
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: calc(2*(desired-item-height + 20px));
    overflow: hidden;
    padding-left: 25px;
}
a.nav-link.active {
    color: #7b904b !important;
}
#backtoTopbutton {
    background-color: #7b904b !important;
}
.navigation-block .links a {
    font-size: 16px !important;
}

h1.text-center {
    font-family: 'Cinzel' !important;
    color: rgb(102 102 102) !important;
    text-transform: uppercase;
}

.feature-text {
    margin-top: 0px !important;
}

.sectionTitle {
    margin-top: 15px !important;
}

h1.about_title {
    font-family: 'Cinzel' !important;
    color: rgb(102 102 102) !important;
    text-transform: uppercase;
}

h1 {
    font-weight: normal !important;
}

.intro-article p {
    /*color: #ffffff !important;*/
}

.middle-nav .desktop-logo, .mobile-logo {
    padding-top: 14px;
}

.contact-enquire-form form .form-control {
    background-color: #fbfbfb !important;
}

li {
    /*color: rgb(102 102 102 / 90%) !important;*/
    font-family: 'Lato' !important;
    color: #6d6d6d !important;
    /*text-transform: lowercase !important;*/
    font-size: 18px !important;
}

.navigation-block .nav-main {
    min-height: 17vh !important;
}

.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 0px !important;
}

h2.footer-titles {
    color: #4e601e !important;
    font-family: 'Cinzel' !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

h2 {
    font-family: 'Cinzel' !important;
    font-size: 32px;
    color: rgb(102 102 102) !important;
    text-transform: uppercase;
    font-weight: 500;
}

.breadCrumb {
    display: none;
}

.page-builder-intro p {
    color: #000000 !important;
}

.copyright.text-left p {
    font-family: 'Lato' !important;
    font-size: 13px !important;
    color: #757575 !important;
}

.home-articles.articleWrap .article {
    margin-bottom: 30px !important;
    margin-left: 0;
}

.page-banner-slider-empty {
    margin-top: 0px !important;
}

h1.page-title {
    font-family: 'Cinzel' !important;
    text-transform: uppercase;
    color: rgb(102 102 102) !important;
    font-size: 32px !important;
}

.contact-enquire-form form button[type=submit] {
    background-color: #7b904b !important;
    font-family: 'Cinzel' !important;
    text-transform: uppercase;
    font-size: 18px !important;
}

.contact-enquire-form h2 {
    font-size: 27px !important;
}

.row.intro-article.articles p {
    font-family: 'Lato' !important;
    color: #6d6d6d !important;
    /*text-transform: lowercase !important;*/
    font-size: 18px !important;
}

.article-info.intro-article.articles p {
    font-family: 'Lato' !important;
    color: #6d6d6d !important;
    /*text-transform: lowercase !important;*/
    font-size: 18px !important;
}

.article p {
    font-family: 'Lato' !important;
    color: #6d6d6d !important;
    /*text-transform: lowercase !important;*/
    font-size: 18px !important;
}

p.article-info {
    font-family: 'Lato' !important;
    color: #6d6d6d !important;
    /*text-transform: lowercase !important;*/
    font-size: 18px !important;
}

form label {
    font-family: 'Lato' !important;
    color: #6d6d6d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

a, a:active, a:hover, a:focus {
    font-family: 'Lato' !important;
    font-weight: 100 !important;
}

.list-unstyled {
    font-weight: 300 !important;
    font-family: 'Montserrat' !important;
}

.navigation-block .nav-main a {
    font-weight: normal !important;
    font-family: 'Nunito Sans' !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.articleWrap .article {
    background-color: rgb(142 139 139 / 10%) !important;
    border-radius: 10px;
}

.home-articles.articleWrap .article:nth-of-type(even) .text {
    padding: 0px 40px 0px 60px !important;
    margin: auto;
}

.contact-info-top h4.title {
    font-family: 'Cinzel' !important;
    color: #fff !important;
    text-transform: uppercase;
}

.home-articles.articleWrap .article:nth-of-type(odd) .text {
    padding: 0px 60px 0px 40px !important;

}

[class*=contact] a {
    font-family: 'Lato' !important;
    color: #fff !important;
}

.contact-info-top {
    background-color: #4e601e !important;
}

.articleWrap .article .info {
    padding: 110px 50px 110px 50px !important;
}

.article h3 {
    font-family: 'Cinzel' !important;
    font-size: 27px !important;
    color: rgb(102 102 102) !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.article p {
    color: rgb(102 102 102 / 90%) !important;
}

footer.container-fluid {
    background: rgb(78 96 30 / 10%) !important;
}

@media (max-width: 576px) {
    .row.page-builder.article:nth-of-type(odd) {
        margin-top: 0px !important;
    }
    .contact .section__theme .text {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .btn {
        background-color: #7b904b !important;
    }
    .readmore-btn {
        color: #4e601e !important;
    }
    a.readmore-btn:hover {
        color: #7e9e12 !important;
    }

    .articleWrap .article .info {
    padding: 40px 50px 60px 50px !important;
    }
    
    .intro-article p {
        line-height: 28px !important;
    }
}

@media only screen and (max-width: 992px) {
    .copyright.text-left p {
        color: #9d9d9d !important;
    }
    .photo-gallery {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        max-height: calc(2*(desired-item-height + 20px));
        overflow: hidden;
        padding-left: 0px;
    }
}

@media (max-width: 1600px) {
    .middle-nav {
        margin-bottom: 65px;
    }
    .navigation-block .nav-block a {
        padding-left: 25px !important;
    }
    .links {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
   }
   .articleWrap .article .info {
    padding: 36px 50px 110px 50px !important;
    }
    .middle-nav .desktop-logo, .mobile-logo {
        max-width: 90% !important;
    }
}

