#category-banner {
  margin-bottom: 15px;
}

#category-description {
  margin-bottom: 25px;
}

.subcategory-title a {
  font-size: 24px;
  font-weight: bold;
  color:#7B3789;
  text-transform: none;
}

.subcategory-title {
  margin: 0;
  padding: 1em 0.2em;
  min-height: 5em;
  font-size: 24px;
}

.thumbnail {
  border: 1px solid #7B3789;
  overflow: hidden;
  border-radius: 25px;
}

.thumbnail, .thumbnail .caption {
  padding: 0;
}

.header-title .subcategories {
  font-size: 16px;
}

.header-title .subcategories a {
  color:#FFF;
  font-weight: bold;
  border: 1px solid #FFF;
  border-radius: 24px;
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0.5em 0.2em;
  opacity: 0.8;
}
.header-title .subcategories a:hover {
  opacity: 1;
}

