/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

.navigation {
  background-color: #007bff;
  color:  #ffffff;
}
a.post-title:hover {
  color: #004da0;
}
.hr-category {
  border-color: #004da0;
}

.hp-category-button {
  color: #004da0;
  text-decoration: none;
  font-weight: bold;
}

.hp-category-button:hover {
  text-decoration: underline;
  color: #057ad1;
}

.hero-banner-title {
  color: #ffffff;
  text-decoration: none;
}

a.hero-banner-title:hover {
  color: #e7e7e7 !important;
}

.blog-text a {
	color: #007bff !important;
    font-weight: bold; 
}
.blog-text a:hover {
	color: #004da0 !important;
    font-weight: bold;
}
.blog-text b,strong {
    font-weight: bold;
}
