/*Main content images*/
article img {
    width: 100%;
}
#servicesImage {
    background-color: rgb(0,153,48, 0.16);
}
#aboutLisaImage {
    background-color: rgb(224,209,0,0.16);
}

/*Sub headers*/
#servicesH {
    background-color: rgb(0,153,48, 0.16);
}
#aboutLisaH {
    background-color: rgb(224,209,0,0.16);
}

/*---------------Medium Viewport---------------*/
@media screen and (min-width: 992px) {
    article img {
        width: 50%;
    }
}