.cta__link {
    color: white !important;
}


/* Change color of lettering on the banner section */
.component__subtitle {
    color: white !important;
}


/* Change background color or buttons on homepage */ 
.section--light .cta__button.component__button--1:after {
    background-color: #766f7a;
}


/* Change background color of main contact form */
.section--light .contactform--a .contactform__input input:not([type=radio]):not([type=checkbox]),
.section--light .contactform--a .contactform__input select,
.section--light .contactform--a .contactform__input textarea {
    background-color: #766f7a !important;
    
}


.banner__title {
    color: #c0defa !important;    
}



li.navigation__item a:hover {
    color: aquamarine !important;
}

.staff-member__img {
    display: none !important;
}




