/* Official iNgoma horizontal logo — no oversized white logo card. */
.brand {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.brand img {
  display: block;
  width: 220px;
  height: auto;
  border-radius: 8px;
}

@media (min-width: 721px) {
  /* Keep the desktop navigation aligned with the top of the larger logo. */
  .nav {
    height: 140px;
    align-items: flex-start;
    padding-top: 15px;
    box-sizing: border-box;
  }

  .brand {
    margin-top: 12px;
  }

  .brand img { width: 260px; }

  .nav-links {
    align-self: flex-start;
    margin-top: 12px;
  }
}

footer img {
  width: 135px;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 7px;
}

@media (max-width: 720px) {
  .brand img {
    width: 155px;
  }
}
