.blog-header {
  background-color: #ff4471;
}
.blog-title a:hover,
.blog-title a:focus {
  color: #ff4471;
}
.nav-top {
  background-color: #ff4471;
}
.nav-top a:hover,
.nav-top a:focus {
  color: #ff114a;
}
a {
  color: #ff4471;
}
a:hover,
a:focus {
  color: #ff114a;
}
blockquote {
  border-left: 5px solid #ff4471;
}
.btn-dark {
  background-color: rgba(255, 68, 113, 0.5);
}
.btn-dark:hover {
  background-color: rgba(255, 68, 113, 0.9);
}
.post-cover a {
  color: #ff7798;
  border: #ff7798 solid 2px;
}
.post-cover a:hover {
  color: #ff4471;
  border-color: #ff4471;
}
.post-featured {
  color: #ff4471;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #ff114a;
}
.post-meta .fa {
  color: #ff4471;
}
.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: #ff4471;
}
.post-more a {
  background: #ff4471;
}
.post-more a:hover,
.post-more a:focus {
  background-color: #ff114a;
}
.author h3 a:hover,
.author h3 a:focus {
  color: #ff114a;
}
.page-tag {
  color: #ff4471;
}
.blog-footer a:hover,
.blog-footer a:focus {
  color: #ff7798;
}
