body {
  font-family: "Quando", serif;
}

.about {
  font-family: "Raleway", sans-serif;
}

.header {
  padding-top: 2em;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.header h1 {
  font-size: 2em;
  margin-bottom: 5px;
}

.header h1 a {
  text-decoration: none;
}

.header h2 {
  font-size: 1.5em;
}

.header .nav {
  text-align: right;
}

.header .nav li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em;
}

.header .nav li a {
  text-decoration: none;
}

.header .nav li a:hover {
  text-decoration: underline;
}

.post {
  margin-bottom: 1.5em;
}

.post-title a {
  text-decoration: none;
}

.post-title {
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
}

.post-date {
  color: #bbb;
}

#post h2 {
  font-size: 3.5rem;
}

#post h3 {
  font-size: 2.5rem;
}

.centered {
  text-align: center;
}

.find-me i {
  margin: 0 .25em;
}

img.profile {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
