h3 {
  color: #730d1b;
}

/* Background color of buttons */
.btn:not(.btn-secondary):not(.btn-light):not(.djd-btn-not-red-bkg) {
  background-color: #730d1b;
  color: white;
}

/* Background color hovering and active buttons */
.btn:not(.btn-secondary):not(.btn-light):not(.djd-btn-not-red-bkg):hover,
.btn:not(.btn-secondary):not(.btn-light):not(.djd-btn-not-red-bkg):focus {
  background-color: #510913;
  color: white;
}

.bootstrap-select .dropdown-menu {
  max-width: 100% !important;
}

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

#authors img {
  margin-top: -50px;
}
#authors .card:hover {
  background: #730d1b;
  color: #fff;
}
#authors .fab {
  color: #fff;
}

/* Hide the content from the home page when it is too long */
.hidden-content {
  display: none;
}
