:root {
  --theme-brand-default: #1eaaf1;
  --theme-brand-secondary: #ffde59;
  --theme-brand-tertiary: #fff;
  
  --theme-brand-lighter: var(--evo-brand-accent);
  
  --theme-font-primary: "Open Sans", sans-serif;
}

header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; } /* allows logo widget width to modify image size */
header .header-mobile .header-menu { min-width: 78px; justify-content: left; }
footer.footer p, footer.footer a { color: black !important;  }