html {
  font-weight: 300;
  padding-bottom: 120px;
}

body {
  font-size: 16px;
}

.headerbar h1 {
  font-size: 24px;
}

.headerbar {
  margin-top: 5em;
  margin-bottom: 2em;
  border: 0px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

a, a:visited, a:active, a:hover {
  color: #404040;
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover{
    text-decoration: none;
}

.post-date span{
  float: right;
  margin-top: 25px
}

.post {
  margin-bottom: 100px;
}
