/*
Variables to be used throughout site
*/
/*
Set your website theme here.
*/
.post {
  width: 100%;
  height: 100%;
}
.post .title {
  color: #b81149;
}
.post .title h1 {
  margin-bottom: 5px;
}
.post .title h1 a {
  text-decoration: none;
  color: #b81149;
}
.post .blurb {
  margin-left: 15px;
}
.post .blurb p {
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: 5px;
  color: #000000;
  font-size: 20px;
}