body {
  background-image: url(/static/img/background.min.gif);
}

.hero-content .blog-description,
.subscribe_form p,
.post-content .title,
.post-content .post-card-excerpt,
.post-content .tags,
a
 {
  color: #fff;
}

.post-content * {
  color: #fff !important;
}

.site-footer * {
  color: #000 !important;
}

.gov-award-link {
  color: yellow;
}

.gov-award-link:hover {
  color: blue;
}

.arrow-down-icon {
  color: #fff;
}

.site-logo > .logo-text {
  color: #000;
}

#top > div > header > div > div > div > div > div.header-right.flex-1.justify-content-end > div > ul > li > span > span:nth-child(1),
#top > div > header > div > div > div > div > div.header-right.flex-1.justify-content-end > div > ul > li > span > span:nth-child(2),
.post-card:nth-child(2n+1) .post-content .title::before,
.post-card:nth-child(2n) .post-content::before {
  background: #fff;
}

/* Recommendations styles */

.testimonials {
  color: #fff;
}

cite {
  color: #fff;
}

.bx-pager-item {
  color:#fff;
}

.bx-pager-link.active {
  background:#fff;
  color:#000;
}

.testimonial blockquote {
  border-color: #fff;
}

.testimonials-header {
  color: #fff;
}

/* End recommendations styles */

/* Navigation menu opener button styles */

.right-push-menu .menu-bar .single-bar {
    background: #fff;
}

/* End navigation menu opener button styles */

#contact-me-link {
  color: yellow;
}

#contact-me-link:hover {
  color: blue;
}

.bx-pager-link {
  color: yellow;
}

.bx-pager-link:hover {
  color: blue;
}

@media only screen and (max-width: 991px) {
  .navbar-header {
    background-color: #000 !important;
  }
  .navbar-header .logo-text {
    color: #fff !important;
  }
  .site-logo > .logo-text {
    color: #fff;
  }
}
