body {
  background-color: #21262A;
}
.hero {
  background-image: url(../images/hero-banner.jpg);
  background-size: cover;
}
.hero .lead {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: lighter;
}
.bg-nyt {
  background-color: #f6f6f6;
}
.bg-ft {
  background-color: #FFF9F5;
  
}
.icon-thumb {
  opacity: 1;
  transition: 0.3s;
}
.icon-thumb:hover {
  opacity: 0.7;
}
.topstories-logo {
  height: 35px;
}
.card-body {
    border-radius: 6px;
    background-color: #FFF;
  }
  .card-body-ft {
    background-color: #FFF;
  }
  .card-body-ft:hover {
    /* background-color: #FFF9F5; */
  }
  
  .rss-article-image {
    max-width: 380px;
  }

  .article-title a  {
    font-size: 1rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #212529;
  }
  .article-snippet {
    font-size: 0.8rem;
  }
  .news-category {
    font-size: 0.7rem;
    color: #666;
  }
  .pubdate {
    font-size: 0.7rem;
    color: #666;
    margin-bottom: 0;
  }
  .news-author {
    font-size: 0.8rem;
    font-weight: bold;
  }

  @media (max-width: 767px) {
    .topstories-logo {
      height: 25px;
    }
    .hero .lead {
      font-size: 2rem;
      line-height: 2.2rem;
    }
  }

  @media (min-width: 1200px) {
    .h4, h4 {
      font-size: 1.5rem;
      line-height: 22px;
  }
  }