/*
    Customise variables used by Bulma,
    set brand colours, and other (non-typographic) defaults
*/
h4 {
  margin: 0 !important;
  font-size: 1.5rem;
  font-weight: 200 !important;
}
h4:last-of-type .faq-title {
  border-bottom: 1px solid #B1986F;
}

.faq-title {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding: 16px;
  transition: all 0.5s ease;
  color: #B1986F;
  border: 1px solid #B1986F;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 600px) {
  .faq-title {
    font-size: 1.15rem;
  }
}
.faq-title:hover {
  background: #f7f5f0;
}
.faq-title.navbar-link-selected {
  color: white;
  background: #B1986F;
}
.faq-title span.icon {
  float: right !important;
  display: inline-block;
  font-weight: 200;
  color: #d8d8d8;
  background: white;
  height: 24px;
  width: 24px;
  padding: 4px 0 0 4px;
  font-size: 16px;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .faq-title span.icon {
    display: none;
  }
}

.expand {
  display: none;
}

.faq {
  background: white;
  padding: 2rem;
}
