.blog-header {
  background-color: #f3d42c;
}
.blog-title a:hover,
.blog-title a:focus {
  color: #f3d42c;
}
.nav-top {
  background-color: #f3d42c;
}
.nav-top a:hover,
.nav-top a:focus {
  color: #dfbe0d;
}
a {
  color: #f3d42c;
}
a:hover,
a:focus {
  color: #dfbe0d;
}
blockquote {
  border-left: 5px solid #f3d42c;
}
.btn-dark {
  background-color: rgba(243, 212, 44, 0.5);
}
.btn-dark:hover {
  background-color: rgba(243, 212, 44, 0.9);
}
.post-cover a {
  color: #f6de5c;
  border: #f6de5c solid 2px;
}
.post-cover a:hover {
  color: #f3d42c;
  border-color: #f3d42c;
}
.post-featured {
  color: #f3d42c;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #dfbe0d;
}
.post-meta .fa {
  color: #f3d42c;
}
.post-footer .post-tags a:hover,
.blog-tags .post-tags a:hover,
.post-footer .post-tags a:focus,
.blog-tags .post-tags a:focus {
  background-color: #f3d42c;
}
.post-more a {
  background: #f3d42c;
}
.post-more a:hover,
.post-more a:focus {
  background-color: #dfbe0d;
}
.author h3 a:hover,
.author h3 a:focus {
  color: #dfbe0d;
}
.page-tag {
  color: #f3d42c;
}
.blog-footer a:hover,
.blog-footer a:focus {
  color: #f6de5c;
}
