.ctaButton:hover {
    background-color: rgb(237, 28, 9, 0.85)!important;
}
article img {
    width: 100%;
}
p a {
    text-decoration: underline;
}
p a:hover {
    color: #0bbfe8;
}
/*Main content images*/
#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%;
    }
}

@media screen and (max-width: 991px) {
    .ctaButton {
        position: relative!important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 70vw !important;
        height: 6rem !important;
        font-size: 2rem !important;
        margin-top: 64px !important;
        margin-bottom: 64px !important;
        text-align: center;
    }
}