/* KEEP MEGA-MENU ITEMS FROM BEING CAPITALIZED */
.sp-megamenu-parent .sp-mega-group>li>a {
    text-transform: none !important ;
}

/* KEEP MEGA-MENU HOVER ITEMS in BROWN */
.sp-megamenu-parent .sp-mega-group>li>a:hover {
    color: #B95600 !important ;
}

/* Frontpage Image Carousel keep proportions */
.sppb-carousel-extended-item img {
  object-fit: cover;
}

/* Mobile Header size to 80px */
@media only screen and (max-width: 767px) {
#sp-header {
   height: 80px !important;}
}
