header#enheader2 {
  --height: min(25vw, 190px);
  --top-bar-height: min(5.4vw, 45px);
  --bottom-bar-height: min(14.6vw, 145px);
  --column-gap: min(2vw, 22px);
  --top-bar-background: #d4b038;
  --center-bar-background: #050505;
  --bottom-bar-background: #050505;
  --website-name-font-family: "alfabet";
  --website-name-font-size: clamp(45px, 5.8vw, 68px);
  --website-name-font-weight: 800;
  --website-name-color: #fff;
  --website-name-line-height: 1.2;
  --website-name-visibility: visible;
  --website-name-line-break-display: none;
  --marquee-font-family: "Inter", sans-serif;
  --marquee-font-size: min(4.8vw, 16px);
  --marquee-background: #d4b038;
  --marquee-color: #191c2f;
  --search-translate-font-size: min(1.3636vw, 13px);

  /* Top Navigation params */
  --topnav-font-family: "alfabet";
  --topnav-font-size: min(2.1vw, 18px);
  --topnav-color: #fff;
  --topnav-hover-color: #fff;
  --menu-font-family: "alfabet";
  --menu-font-size: min(4.8vw, 18px);
  --menu-background: #6c6d71;
  --menu-color: #fff;
  --menu-hover-color: #050505;
  background-color: #050505;
}

/* STYLING FOR MOBILE */
@media only screen and (max-width: 991px) {
  header#enheader2.enh1 {
    --header-height: clamp(90px, 14.04vw, 135px);
    --header-background: #050505;
    --website-name-font-size: clamp(44px, 6.8vw, 68px);
    --website-name-color: #fff;
    --website-name-font-weight: normal;
    --website-name-line-break-display: inline-block;
    --website-motto-font-size: 0.6em;
    --marquee-color: #fff;
    --mobnav-button-background: var(--header-background);
    --mobnav-button-hover-color: var(--header-background);
    --menu-font-family: "alfabet";
    --menu-font-size: clamp(19px, 2.5vw, 23px);
    --menu-background: #6c6d71;
    --menu-color: #000;
    --menu-hover-background: #d4b038;
    --menu-hover-color: #000;
  }
}

@media only screen and (min-width: 370px) and (max-width: 991px) {
  header#enheader2.enh1 {
    --website-name-font-size: clamp(47px, 6.8vw, 68px);
  }
  header.enh1.enh1 div.enh1-website-name-motto {
    line-height: clamp(34px, 4.8vw, 68px);
  }
  .enh1-website-name span {
    font-size: clamp(17px, 2.5vw, 25.52px);
  }
}
