#global-header {
  background-color: $white;
  color: $white;
  margin-bottom: 0;
  padding: 15px 0 6px 0;
  .header-wrapper {
    background-color: transparent;
  }
  #logo-link {
    img {
      max-width: 300px;
    }
    &:focus {
      background-color: transparent;
    }
  }
  a {
    text-decoration: none;
    color: $white;
    &:active {
      color: $white;
    }
  }
}
