/* header logo */
body .blog-logo img {
    max-height: 100px;
}

/* Sets colors for highlighted text */
::selection {
  background: #b72a2a;
  color: #fff;
}

button {
  background-color: rgb(51, 51, 51);
  color: #fff;
  padding: 12px 16px;
}

button:hover {
  background: #b72a2a;
}

/* Single Posts */
.disclaimer {
  color: #888;
  font-size: 12px;
}

.post-categories {
  display: none;
}

.post-author, .post-author + .date-sep {
  display: none;
}
