#searchBar button {
  background: #763cbc;
  border-color: #763cbc;
}

#searchBar button:hover,
#searchBar button:focus {
  outline: none;
  background-color: rgba(68, 31, 135, .8);
}

#searchBar .search-query:focus {
  border-color: rgba(68, 31, 135, .8);
}

.nav .active a {
  position: relative;
}

.nav .active a:after {
  background-color: #763cbc;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  top: 90%;
  width: 100%;
}