/* Final STA Supply logo treatment. The source artwork is never stretched. */
.sta-header-main {
  min-height:90px;
  grid-template-columns:310px minmax(360px,1fr) auto;
  gap:20px;
  padding-block:0;
}

.sta-logo {
  position:relative;
  width:290px;
  height:90px;
  overflow:hidden;
}

.sta-logo img,
.sta-footer__logo {
  display:block;
  object-fit:cover;
  object-position:center;
  mix-blend-mode:screen;
}

.sta-logo img {
  width:100%;
  height:100%;
  transform:none!important;
}

.sta-footer__logo {
  width:280px;
  height:90px;
}

@media(max-width:1180px) {
  .sta-header-main {
    min-height:82px;
    grid-template-columns:270px minmax(300px,1fr) auto;
    gap:15px;
  }

  .sta-logo {
    width:255px;
    height:80px;
  }
}

@media(max-width:900px) {
  .sta-header-main {
    min-height:0;
    grid-template-columns:1fr auto auto;
    padding-block:8px;
  }

  .sta-logo {
    width:190px;
    height:60px;
  }

  .sta-footer__logo {
    width:240px;
    height:78px;
  }
}

@media(max-width:560px) {
  .sta-logo {
    width:170px;
    height:55px;
  }

  .sta-footer__logo {
    width:220px;
    height:72px;
  }
}
