body {
  padding-top: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 17px;
  text-align: justify;
  line-height: 160%; }

.title {
  padding: 40px 15px;
  text-align: center; }

.navbar-brand {
  padding-top: 6px; }

.navbar-brand svg {
  width: 200px; }

.navbar-brand svg .logo-grey {
  fill: white; }

.navbar-brand:hover svg .logo-grey {
  stroke: white; }

.navbar-nav {
  float: right; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.footnotes {
  border-top: 1px solid lightgrey;
  margin-top: 30px;
  font-size: 12px; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

figure {
  text-align: center; }

.contact-desc {
  text-align: left;
  font-weight: 400; }

.contact-info {
  text-align: left;
  padding-left: 10px; }

#people {
  border-collapse: separate;
  border-spacing: 20px; }
