
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin: 0;
  color: #333;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

.logo {
  margin-top: 50px;
  margin-bottom: 15px;
  background: none;
  text-align: center;
}

ul {
  padding: 0px 20px;
}

.post-description {
  text-align: center;
  color: #888;
}

.header {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  line-height: 26px;
}

h1 {
  text-decoration: none;
  color: #333;
  margin-top: 40px;
}

h1 a {
  color: #333;
}

h1 a:hover {
  text-decoration: none;
}

.page-content {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 200;
  margin-right: auto;
  margin-bottom: 120px;
  max-width: 959px;
  font-size: 20px;
  line-height: 36px;
}

li {
  margin-left: 28px;
}

.pull-right {
  float: right;
}

.indent-paragraph {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Mobile Landscape Size and bigger */
@media only screen and (min-width: 480px) {
  .indent-paragraph {
    margin-left: 40px;
    margin-right: 40px;
  }
}
