
/* LEAD DEVT CORP — HEADER NAV FIT FIX
   Keeps all desktop menu items, including Blog, visible with the official logo. */
@media (min-width:861px){
  .site-header .header-inner{
    gap:18px !important;
  }

  .site-header .header-inner > a.brand,
  .site-header .header-inner > a.company-logo-brand{
    width:250px !important;
    min-width:250px !important;
    max-width:25vw !important;
    height:70px !important;
    flex:0 0 auto !important;
  }

  .site-header .desktop-nav{
    min-width:0 !important;
    flex:1 1 auto !important;
    gap:clamp(10px,1.05vw,18px) !important;
    justify-content:center !important;
  }

  .site-header .desktop-nav a{
    font-size:.61rem !important;
    letter-spacing:.05em !important;
    white-space:nowrap !important;
    flex:0 0 auto !important;
  }
}

@media (min-width:861px) and (max-width:1120px){
  .site-header .header-inner > a.brand,
  .site-header .header-inner > a.company-logo-brand{
    width:205px !important;
    min-width:205px !important;
    max-width:23vw !important;
    height:62px !important;
  }

  .site-header .desktop-nav{
    gap:10px !important;
  }

  .site-header .desktop-nav a{
    font-size:.57rem !important;
    letter-spacing:.035em !important;
  }
}
