.tf-categories, .tf-tags {
  font-size: smaller;
  color: #ccc;
}

.tf-categories a {
  text-decoration: underline;
  color: #bbb;
}

.tf-tags a {
  text-decoration: underline;
  color: #bbb;
}

.tf-categories a:hover {
  text-decoration: underline;
  color: rgb(0, 0, 238);
}

.tf-tags a:hover {
  text-decoration: underline;
  color: rgb(0, 0, 238);
}

.tf-read-more-link {
  font-size: smaller;
  text-align: right;
}

.archive-item {
  padding-bottom: 2em;
}

.tf-nav-link-home {
  text-decoration: none;
  color: #111;
  float: left;
  font-size: 18px;
}

.tf-nav-link-home:hover {
  color: #000;
}
