.usa-header-extended {

border-bottom: 0;

.usa-navbar {
  border: 0;
}

.usa-logo {
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;

  .usa-logo-text {
    font-family: 'Merriweather', 'Georgia', 'Cambria', 'Times New Roman', 'Times', serif;
    line-height: 1.3;
  }

}

@media (min-width: 951px) {
  .usa-navbar {
    height: auto;
  }

  .usa-logo {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .usa-logo-text {
    font-size: 2.6rem;
  }
}

}