.date
{
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.dynamic-container h1
{
    color: #CC0000;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: left;
}

.dynamic-container h2
{
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.dynamic-container h3
{
    color: #000;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
}

.dynamic-container p
{
    font-family: "Rubik-Regular", sans-serif;
    font-size: .8rem !important;
    color: #000000;
}

.dynamic-container
{
    margin-top: 113px;
    max-width: 745px;
}

.subtext
{
    font-family: "Rubik-Regular", sans-serif;
    font-size: 13px;
    color: #000000;
}



.service-container
{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.service-container img
{
    transition: all 0.2s ease;
    min-width: 100%;
}

.service-container:hover img
{
    transform: scale(1.1);
}

.service-container:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.service-heading
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    height: 100%;
    width: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
    z-index: 9;
    line-height: 1.4rem;
    text-decoration: none;
}

.service-heading:hover, .service-heading:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

div#parallax-el {
    transition: all 0.2s ease;
}


.more-link, .more-link:hover, .more-link:focus {
    text-align: center;
    color: #E60020;
    font-size: 24px;
    font-family: "Rubik-Regular", sans-serif;
    display: inline-block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 40px;
}


@media only screen and (max-width: 767px) {
    .service-container {
        max-height: 261px;
    }

    .service-container {
        margin-bottom: 20px;
    }

    .container-fluid {
       margin-top: 24px; 
    }
}

@media only screen and (min-width: 768px) {

    .col-md-3:not(:last-of-type) {
        padding-right: 0;
    }

    .service-container img {
        min-height: 350px;
        max-height: 350px;
        object-fit: cover;
    }

}

@media only screen and (max-width: 1023px) {

    .dynamic-container {
        margin-top: 56px;
    }

    .dynamic-container h1
    {
        font-family: "BigShouldersDisplay-Bold", sans-serif;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .dynamic-container h2 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .dynamic-container h3 {
        font-size: 1rem;
        line-height: 1.2rem;
    }

}

@media only screen and (min-width: 992px) {

    .first-col {
        padding-right: 0;
    }

}