/* The supplied logo includes its own black background and mint car illustration. */
.site-header{height:128px;background:#101312;border-color:#303730}
.brand{width:250px;height:110px}
.brand img{width:100%;height:100%;object-fit:contain}
.main-nav{color:#fff}
.nav-call{background:#9fffd2;color:#101312}
footer{background:#101312;color:#dce6df}
footer .brand{width:190px;height:92px}
@media(max-width:800px){
  .site-header{height:94px}
  .brand{width:168px;height:78px}
  .menu-button span:not(.sr-only){background:#fff}
  .main-nav{top:93px;background:#101312;border-color:#303730}
}
