header#enheader2 {
  --text-color: #000000;
  --font1: 'Karla', sans-serif;

  /* Header height */
  --height: 211px;
  --top-bar-height: 33px;
  --center-bar-height: 133px;
  --bottom-bar-height: 45px;

  /* Header background */
  --top-bar-background: url(../../pics/body_bg.png) repeat;
  --bottom-bar-background: url(../../pics/header_bg.png) repeat-x center top #000;

  /* Marquee */
  --marquee-font: 400 clamp(15px, 1.46vw, 16px) var(--font1);
  --marquee-letter-spacing: normal;
  --marquee-background: var(--top-bar-background);
  --marquee-color: #000000;
  --marquee-popup-font: inherit;
  --marquee-popup-letter-spacing: 0px;
  --marquee-popup-background: #720c24;
  --marquee-popup-color: #fff;
  --marquee-popup-button-color: #000000;
  --marquee-popup-button-background: #ffcb08;
  --marquee-popup-button-border: 1px solid var(--text-color);
  --marquee-popup-active-button-color: var(--text-color);
  --marquee-popup-active-button-background: #fff;

  /* Search translate styles */
  --column-gap: 14px;
  --search-translate-font: 400 clamp(14px, 1.3636vw, 15px) var(--font1);
  --search-translate-color: var(--text-color);

  /* Header logo */
  --header-logo-width: min(8.1636vw, 90px);
  --header-name-width: min(32.3636vw, 361px);

  /* Menu styles */
  --menu-font: 700 clamp(14px, 1.54vw, 17px) 'Roboto Slab', serif;
  --menu-letter-spacing: 0.5px;
  --menu-background: #a91b11;
  --menu-color: #ffffff;
  --menu-hover-background: #a81b10;
  --menu-hover-color: #ffd200;
}
@media only screen and (max-width: 768px) {
  header#enheader2.enh1 {
    --header-background: var(--bottom-bar-background);

    --mobnav-button-color: #fff;
    --mobnav-button-background: #ffcb08;
    --mobnav-button-hover-color: #ffffff;
    --mobnav-button-hover-background: #1d1e1c;

    --menu-color: #ffffff;
    --menu-hover-background: #f0f0f0;
  }
}