p {
    font-size: 17px;
}
.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 0 !important;
}
.brand-logos, .home-masonary-grid {
    background-color: #ffffff;
}
html, body {
    margin-top: 0 !important;
}
#backtoTopbutton {
    background-color: #840a0a;
}

footer.container-fluid {
    background: #ffffff;
}
.website-design-by.text-right a {
    color: black;
}
.copyright.text-left p {
    color: black;
}
.home-introduction {
    background-color: #ffffff;
}
.swap-fonts, footer a, .website-design-by *, copyright * {
    color: #787575 !important;
}
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: calc(2*(desired-item-height + 20px));
    overflow: hidden;
}
.intro-article p {
    font-size: 17px;
}
main {
    margin-top: 0;
}
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: calc(2*(desired-item-height + 20px));
    overflow: hidden;
}
@media only screen and (max-width: 992px) {
    
    .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
        margin-top: 50px !important;
    }
    .photo-gallery {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        max-height: calc(2*(desired-item-height + 20px));
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px) {
    .home-introduction {
        padding-top: 0;
    }
    h1.about_title {
        font-size: 25px;
        text-align: center !important;
        font-family: 'Josefin Sans';
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .navbar {
        padding: 0;
    }
    div.sticky-header {
        background-color: white !important;
    }
    .contact .section__theme .text p {
        margin-bottom: 0 !important;
    }
    [class*=contact] a {
        line-height: 35px;
        font-size: 16px !important;
    }
    .col-12.col-lg-12.contact-address-information-multi.pb-5 {
            padding-bottom: 20px !important;
        }
    .contact .section__theme .text {
        padding-top: 0 !important;
    }
    .contact-enquire-form h2 {
        margin-top: 0 !important;
    }
    h1.page-title {
        margin-top: 0 !important;
        font-size: 25px;
        margin-bottom: 0  !important;
    }
    section.row article.container {
        margin-top: 0 !important;
    }
    .diy-page-introduction .articles span {
        height: 100%;
    }
    .diy-page-introduction .introduction_title {
        font-family: 'Josefin Sans' !important;
    }
    .section_title {
        margin-top: 0 !important;
    }
    h1.section_title {
        font-family: 'Josefin Sans';
        margin-bottom: 0 !important;
    }
    p {
        font-size: 15px !important;
    }
    .diy-page-articles .image .articleSlide img {
        margin-bottom: 20px !important;
    }
    .diy-page-articles {
        margin-top: 0px !important;
    }
    .diy-page-articles h1.about_title {
        margin: 0 !important;
    }
    .article-info {
        padding-top: 0;
    }
    .sectionTitle h1 {
        margin-top: 0;
    }
    button.grid-images-load-more.btn.see-more-btn.smlBtn {
        display: none;
    }
    .copyright.text-left p {
        line-height: 27px;
    }
    .articles span {
        height: 140px;
    }
    .nav-link span {
        width: 80%;
        display: block;
        line-height: 20px;
    }
    .navigation-block .nav-main a, #navbarNavMobile a {
        white-space: normal !important;
    }
    .img-navicon.nav-close {
        margin: 24px;
        margin-top: 0 !important;
    }
    .intro-article p {
        font-size: 15px !important;
        line-height: 27px;
    }
}