@media only screen and (max-width: 768px) {
    p {
        font-size: 12px;
    }

    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
        scroll-margin-top: 90px;
    }

    .text-indent {
        text-indent: 50px;
    }

    .social-icon-widget {
        display: none;
    }

    footer {
        padding-bottom: 45px;
    }

    .mobile-bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile-bottom-bar>.bottom-bar {
        width: calc(50% + 1px);
        display: inline-block;
        text-align: center;
        height: 100%;
        margin: -2px;
        padding: 0.75rem 0;
    }

    #HeaderMenu .container {
        width: 95%;
    }

    #HeaderMenu > div.container {
        padding: 0.5rem 0;
    }

    #carouselHeaderSlideshowIndicators .carousel-item .carousel-caption {
        width: 60%;
    }

    section#what-we-do {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url('../../media/about-bg.jpg');
    }

    div.header-divider, 
    div.header-divider-2, 
    div.header-divider-3 {
        height: 5px;
        width: 30%;
        background-image: linear-gradient(to right, transparent 0%, var(--color-main) 50%, transparent 100%);
    }

    section#board {
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url('../../media/board-bg.webp');
        background-size: 100% 100%, cover;
        background-position: center top,center;
        background-attachment: scroll, fixed;
    }

    section#board .board-card img {
        margin-bottom: 0.75rem;
    }

    section.copyright {
        margin-bottom: 45px;
    }
}