.global-header {
  background-color: #82d5d4;
  padding: 1rem;
  background: url(../images/header.png) top center repeat;
  background-size: 755px;
}

.global-header-title a {
  font-size: 1.8rem;
  color: white;
  display: block;
  line-height: 1.4;
}

.global-header-logo {
  margin-bottom: 8px;
  width: 165px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .global-header {
    background-size: 2000px;
    height: 250px;
  }

  .global-header-title a {
    font-size: 3.5rem;
    margin-top: 6rem;
  }

  .global-header-logo {
    width: 255px;
  }

  .text-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}