header {
  background: #222 url("../projects/warp/header_mobile.jpg") no-repeat center top; }
  @media only screen and (min-width: 601px) {
    header {
      background-image: url("../projects/warp/header.jpg"); } }
  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; } }

body {
  background-color: #222; }

p {
  color: #eee; }

@media only screen and (max-width: 600px) {
  article {
    padding-bottom: 0 !important; } }
