@media screen and (max-width: 767px) {
    h1 {
        margin-top: 0;
    }

    .home-parallax-content-section {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    div#header-top-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
    }

    #header-flex-items-lhs-ul {
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        margin: 0 0 0 0;
        text-align: right;
        padding: 0 0 0 0;
    }

    .wrap > .container {
        padding: 175px 15px 20px;
    }

    .carousel-home-slide {
        width: 100%;
        height: calc(100vh - 52px);
    }

    #home-carousel-1 {
        background: url('/images/home/carousel/carousel-01.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-2 {
        background: url('/images/home/carousel/carousel-02.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-3 {
        background: url('/images/home/carousel/carousel-03.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-4 {
        background: url('/images/home/carousel/carousel-04.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-5 {
        background: url('/images/home/carousel/carousel-05.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-6 {
        background: url('/images/home/carousel/carousel-06.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-7 {
        background: url('/images/home/carousel/carousel-07.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home-carousel-caption {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        height: calc(100vh - 52px);
    }

    .home-carousel-caption > div {
        padding: 30px 30px;
        background: rgba(49, 135, 200, 0.70);
    }

    #home-parallax-flex h3 {
        font-size: 34px;
    }

    #home-parallax-flex p {
        font-size: 24px;
    }

    #home-parallax-flex {
        background: url('/images/home/parallax/parallax-01.jpg') center center scroll no-repeat;
    }

    nav#primary-nav.navbar-inverse {
        padding: 0 0;
    }

    #home-main-points-flex-div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-self: center;
    }

    #home-main-points-flex-div > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #home-main-points-flex-div i {
        font-size: 50px;
    }

    #header-top-bar-img-logo {
        width: 180px;
    }
}