/* Clean logo derived from the original TechSmart Trading website mark. */
.current-site-logo {
  display: block;
  width: 178px;
  height: 78px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* Overrides the legacy .brand img rule on the newer page layout. */
.brand .current-site-logo {
  width: 178px;
  height: 78px;
}

.brand-footer .current-site-logo {
  width: 150px;
  height: 67px;
}

.site-header .nav-wrap {
  min-height: 96px;
}

/* Larger company name in the About-page introduction. */
.about-company-name {
  font-size: 1rem;
  letter-spacing: .11em;
}

@media (max-width: 800px) {
  .brand .current-site-logo {
    width: 154px;
    height: 68px;
  }

  .brand-footer .current-site-logo {
    width: 135px;
    height: 60px;
  }
}
