body {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.8em;
  text-align: center;
  color: #444;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  font-family: 'Source Sans Pro', sans-serif;
}
section {
  width: 650px;
  margin: 2em auto;
  text-align: left;
}
h1,
h2 {
  font-weight: 300;
}
.tag {
  color: #030102;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: bold;
  margin-left: 10px;
}
.screenshot {
  margin: 0 auto;
}
header {
  background: #030102 url(../img/header.jpg);
  color: #fff;
  background-size: cover;
  padding: 2em 0 16em;
  margin-bottom: 5em;
}
header h1 {
  margin-bottom: 0;
}
.sometimes h2,
.moments h2 {
  margin-top: 2em;
}
.moments h2,
.moments p {
  margin-right: 2em;
}
.moments .ipad {
  margin-left: -7px;
}
footer {
  padding: 2em 0 4em;
  background: #ACD9ED;
  color: #fff;
}
footer section {
  text-align: center;
}
footer form {
  margin-bottom: 3em;
}
footer a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid;
}
footer .pure-button-primary {
  background: #239CD0;
}