/* Keep the oversized brand mark anchored outside the header's left edge. */
.nav-wrap {
  position: relative;
}

.nav-wrap .brand {
  left: -55px;
}

@media (max-width: 900px) {
  .nav-wrap .brand {
    left: -10px;
  }
}

@media (max-width: 600px) {
  .nav-wrap .brand {
    left: 6px;
  }
}
