.headernew header {
  padding: 4em 1em;
  color: white;
  text-shadow: 9px -6px 75px #100101;
}
.headernew header h1 {
  font-size: xxx-large;
}
@media only screen and (max-width: 600px) {
  .headernew header {
    padding: 5em 0.1em;
  }
  .headernew header h1 {
    font-size: x-large;
  }
}

/*# sourceMappingURL=output.css.map */
