#footer {
  margin-bottom: 300px;
}

/* Cap the reading measure (~70 chars at the 16px prose size) so lines stay
   comfortable to read on large screens. The indent is handled by Bootstrap's
   col-md-offset-1 in the markup; this only adds the max-width the grid lacks.
   A fixed px width is used deliberately: Bootstrap 3 sets the root font to
   10px, so rem/em units here would not track the actual reading size. */
#content .col-md-8 {
  max-width: 640px;
}

/* Keep images and code from spilling past the capped measure. */
.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  overflow-x: auto;
}

code {
  color: #333;
}

a code {
  /* Drop the annoying bootstrap border on code inside a link */
  border: none;
  /* And make it the same color test as a */
  color: #08C;
}

.entry-title h3 {
  font-size: 22px;
  line-height: 35px;
}

.entry-date {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.entry-content {
  margin-top: 20px;
}

.entry-content blockquote {
    font-size: 15px;
    margin-left: 1em;
}

/* this is style14 at https://codepen.io/ibrahimjabbari/pen/ozinB with
adjustments to the margin */
hr.fancy {
  border: 0;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
