/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 3em !important;
  margin-top: 4em !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 3em;
}
.blog-main {
    overflow: auto;
    margin-bottom: 3em;
}
.vertical-center {
    line-height: 2em;
    verticle-align: middle;
}
.post-meta {
    text-align: right;
}