body {
  font-size: 16px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  margin: 0 0;
  padding: 0 0;
  color: #000;
  font-weight: 300;
}
header {
  text-align: center;
  background: #323f53 url('../img/sunset.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 75px 0;
  height: 60%;
  color: #fff;
}
header img {
  width: 135px;
  height: 50px;
}
h1, h2 {
  font-weight: 300;
}
h1 {
  margin-top: 20px;
  font-size: 50px;
  max-width: 775px;
}
p,li {
  font-size: 22px
}
div.show-and-tell {
  text-align: center;
  margin-top: -175px;
  margin-bottom: 65px;
}
div.narrower {
  max-width: 850px;
}
hr {
  margin: 50px 0;
}
pre {
  margin: 30px auto 50px;
}
pre, code{
  background-color: #f0f0f0;
  border-color: #f0f0f0!important;
  border-radius: 0;
  padding: 0 0;
  font-size: 12px;
}
code strong {
  color: #8a0000;
  font-weight: normal;
}
code .html {
  color: #777;
}
code .comment {
  color: #aaa!important;
}
.footer {
  margin-bottom: 30px;
}
.footer p {
  font-size: 11px;
  margin: 0 0;
}
@media (max-height: 740px) {
  header {
    padding: 20px 0;
  }
  h1 {
    margin-top: 10px;
    font-size: 50px
  }
}
