#searchBar button {
  background-color: #0e84c9;
  color: black;
  border: 1px solid #0e84c9;
  text-shadow: 0 0 0;
}

#searchBar button: hover {
background-color: #000000;
color: #0e84c9;
border: 1px solid #000000;
text-shadow: 0 0 0;
}

i.icon-article-doc: hover {
  color:  #0e84c9;
  font-weight: bold;
}

.category {
  background-color: black;
  border-radius: 15px;
}

.category-list h3 {
  color: #0e84c9;
  font-weight:bold;
}

.article-count {
  color: #788a12;
}

#searchBar .search-query: focus {
  border-color: rgba(162, 191, 0, 0.7);
}

.most-pop-articles.two-col .popArticles a: hover {
  color: #0e84c9;
}

#docsSearch h1 {
  font-weight: bold;
  border-radius: 15px;
}

.category-list {
  width: 75%;
  text-align: center;
}

.category-list .category {
  box-shadow: 5px 4px 7px 0px #424242;
  border: none;
}
