/*****************/
header {
  background: no-repeat center top;
  color: #FFF;
  position: relative;
  text-align: center;
}
header h1 img {
  width: auto !important;
  height: 115px !important;
}
@media only screen and (max-width: 750px) {
  header h1 img {
    height: 81px !important;
  }
}
header h1 {
  padding: 38px 0 40px !important;
}
