/* IRONScale v183 — header emblem vertical alignment.
   Keep the logo geometrically centered horizontally, but lower it slightly so the gauge/emblem is not pressed against the top edge. */
@media (min-width:981px){
  .topbar .brand{top:calc(50% + 8px)!important;}
}
