/* This code is supposed to make sure that tall images in the carousels
don't mess with the overall height of the carousel. May want to change
it to 350 if the carousel can be widened. 9/18/2020 */
.impress-carousel img {
	max-height: 300px;
}

.main-navigation ul li:hover > a {
    color: green !important;
}