header#enheader2 {
  --text-color: #5c637e;
  --font1: 'Karla', sans-serif;

  /* Header height */
  --height: 140px;
  --top-bar-height: 35px;
  --bottom-bar-height: 105px;

  /* Header background */
  --top-bar-background: #fff;
  --bottom-bar-background: #fff;

  /* Marquee */
  --marquee-font: 400 clamp(15px, 1.46vw, 16px) var(--font1);
  --marquee-letter-spacing: normal;
  --marquee-background: var(--top-bar-background);
  --marquee-color: #191c2f;
  --marquee-popup-font: inherit;
  --marquee-popup-letter-spacing: 0px;
  --marquee-popup-background: #ec5b50;
  --marquee-popup-color: #ffffff;
  --marquee-popup-button-color: #ffffff;
  --marquee-popup-button-background: #36499b;
  --marquee-popup-button-border: 1px solid var(--text-color);
  --marquee-popup-active-button-color: #36499b;
  --marquee-popup-active-button-background: #fff;
}
@media only screen and (max-width: 768px) {
  header#enheader2.enh1 {
    --header-background: var(--bottom-bar-background);

    --mobnav-button-color: #fff;
    --mobnav-button-background: #36499b;
    --mobnav-button-hover-color: #ffffff;
    --mobnav-button-hover-background: #1d1e1c;

    --menu-color: #ffffff;
    --menu-background: #36499b;
    --menu-hover-background: #f0f0f0;
  }
}
