.page-heading {
    color: white!important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 6rem;
    text-shadow: 7px 9px 0 #54BBBA;
}

.page-heading-offset {
    bottom: 0;
}

.article-wrapper, .article-wrapper *, .synopsis-wrapper, .synopsis-wrapper * {
    background-color: #595959!important;
    color: white!important;
}

.article-wrapper hr {
    border-top: 1px solid #fff;
}

@media (max-width: 767px) {
    .page-heading {
        font-size: 3rem;
        text-shadow: 4px 6px 0 #54BBBA;
    }
    .page-heading-offset {
        bottom: 10px;
    }

    .page-subheading {
        font-size: 1.25rem;
    }

    .title-heading {
        font-size: 1.75rem;
    }

    #testimonials-accordion .bg-aqua h5 {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .page-heading {
        font-size: 2rem;
        text-shadow: 2px 4px 0 #54BBBA;
    }
    .page-heading-offset {
        bottom: 20px;
    }
}

* {
    font-weight: 300;
}
.font-weight-bold {
    font-weight: 500!important;
}

@media (min-width: 1200px) {
    .col-xl-10per {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
}

