/* It's not clear that parallax images are accessible,  */
/* to be safe, I've made this a regular centered background image */
div.parallax-parkinfo {
    margin-top: 30px;
    margin-bottom: 10px;

    background-image: url(/wp-content/uploads/2018/12/parkinfo.jpg);
    height: 100px; 
    background-position: center center;
}

div.parkinfo-ad {
    color: #292929;
    font-size: 16px;
}


div.case-study {
    margin-bottom: 3em;
}

.case-study-heading {
    font-weight: 700;
    font-size: 22px;
}
.case-study-heading.cpad {
    color: #284912;
}
.case-study-heading.cced {
    color: #A84B1D;
}
.case-study-heading .case-study-pill {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    margin-left: 5px;
    color: white;
    position: relative;
    bottom: 2px;
}

.case-study-heading.cpad .case-study-pill {
    background-color: #284912;
}

.case-study-heading.cced .case-study-pill {
    background-color: #A84B1D;
}

div.case-study p {
    font-size: 16px;
}


