header {
  background: #757575 url("../projects/typo/header_mobile.png") repeat center top;
  background-repeat: repeat !important; }
  @media only screen and (min-width: 601px) {
    header {
      background-image: url("../projects/typo/header.png"); } }
  header h1 {
    color: #222 !important;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 5em !important; }
    @media only screen and (min-width: 601px) {
      header h1 {
        font-size: 8em !important; } }

article img:first-of-type,
article img:nth-of-type(2) {
  max-width: 48%;
  margin-bottom: 20px; }
