.home-introduction {
    background-color: #ffffff;
}
.home-masonary-grid {
    background-color: #ffffff;
}
figure.image {
    text-align: center;
}
.page-builder-articles h1 {
    font: normal normal 32px var(--font-josefin-sans);
    font-weight: 700;
    color: #e937db;
    text-align: center;
}
#backtoTopbutton {
    background-color: #f360e5;
}
.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 0 !important;
}
.diy-page-introduction .introduction_title {
    font-size: 32px;
    text-align: center;
    font-family: 'Josefin Sans'!important;
    color: #e937db;
}
.faq-page-builder .selectors a.active {
    background: #e937db !important;
    color: #ffffff;
}
.question {
    background-color: #2864f4 !important;
}
.question h3 {
    font-family: 'josefin sans';
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.question p {
     color: white !important;
}
.page-title {
    color: #e937db !important;
}
.contact-enquire-form h2 {
    color: #e937db !important;
    text-align: left;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: none !important;
}
.navigation-block .nav-main a, #navbarNavMobile a {
    font-weight: 400;
    font-family: 'Josefin Sans';
}
.container-fluid.pageHeader h1 {
    display: none;
}
.introduction-text {
    margin-bottom: 70px;
}
h2 {
    font-size: 32px !important;
    color: #e937db;
    font-weight: 700;
}
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: calc(2*(desired-item-height + 20px));
    overflow: hidden;
}
footer.container-fluid {
    background: #e937db;
}
.copyright.text-left p {
    font-size: 13px;
    color: white !important;
    line-height: 40px;
}
.sectionTitle {
    color: #e15ed6;
}
h1.about_title {
    color: #e15ed6;
}
.footer-titles {
    color: #ffffff !important;
    font-size: 22px !important;
}

.swap-fonts, footer a, .website-design-by *, copyright * {
    color: #ffffff;
}
.articleWrap .article .info {
    padding-top: 20px !important;
}
.contact-info-top {
    background-color: #2b6bff;
}
[class*=contact] a {
    color: #ffffff;
}
.contact-info-top h4.title {
    color: #ffffff;
}
h4 {
    font-weight: 400;
}
b, strong {
    font-weight: bolder;
    font-weight: 600;
}
.question {
    margin-top: 0 !important;
}
.intro-article p {
    font-size: 17px;
    font-weight: 300;
    line-height: 34px;
}
img.bottom-banner {
    margin-top: 70px;
}
@media (max-width: 768px) {
    h2 {
        font-size: 25px !important;
        line-height: 23px !important;
    }
    main {
        margin-top: 0;
    }
    .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
        margin-top: 60px !important;
    }
    .intro-article p {
        font-size: 15px;
        font-weight: 300;
        line-height: 25px;
    }
    .photo-gallery {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        max-height: calc(2*(desired-item-height + 20px));
        overflow: hidden;
    }
}