.topbar .brand {
  background: transparent;
  padding: 0;
}

.topbar {
  background: #d9d9d9;
  color: #111;
  border-bottom-color: #d8d6d2;
}

.topbar nav { color: #555; }
.topbar nav a:hover { color: #111; }
.topbar .mobile-menu summary { color: #111; }

.topbar .brand img {
  width: 225px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent;
  mix-blend-mode: normal;
}

body footer {
  grid-template-columns: 260px 1fr 1fr;
  background: #d9d9d9;
  color: #111;
}

body footer img {
  width: 245px;
  height: 75px;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent;
  padding: 0;
  mix-blend-mode: normal;
}

body footer p,
body footer > div { color: #666; }

@media (max-width: 850px) {
  .topbar .brand img { width: 190px; }
}

@media (max-width: 520px) {
  .topbar .brand img { width: 170px; height: 50px; }
}
