html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0 20px;
  background: #fdfdfb;
  color: #222;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.6;
}

.wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

header h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
}

.tagline {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #777;
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  margin: 0 0 10px;
}

section {
  margin-bottom: 34px;
}

section:last-child {
  margin-bottom: 0;
}

p {
  margin: 0 0 14px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #1a4b8c;
  text-decoration: none;
  border-bottom: 1px solid #b9c9dd;
}

a:hover {
  color: #0d2c54;
  border-bottom-color: #0d2c54;
}

footer p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0;
}
