/*
Variables to be used throughout site
*/
.post {
  width: 100%;
  height: 100%;
}
.post .title {
  color: #9b4d5f;
}
.post .title h1 {
  margin-bottom: 5px;
}
.post .title h1 a {
  text-decoration: none;
  color: #9b4d5f;
}
.post .blurb {
  margin-left: 15px;
}
.post .blurb p {
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: 5px;
  color: rgb(0, 0, 0);
  font-size: 20px;
}