.ehp-header__item:is(a) {
    color: #000000;
    transition: all .3s;
}

h3.ehp-flex-hero__subheading {
    color: #ffffff;
}

footer {
	color: white;
    background-color: #000000;
}
a.ehp-footer__menu-item.elementor-animation-grow {
    color: #ffffff;
}
p.ehp-footer__description {
    color: #ffffff;
}
p.ehp-footer__copyright {
    color: #ffffff;
}

.ehp-footer__social-icons {
    display: flex;
    flex-direction: row;
    color: #ffffff;
}

.is-type-button.ehp-header__button--primary {
    background-color: #ff0000;
}