/* Yellow styling */
.tgrey {
  color: #a8a8a8;
}
.tlightgrey {
  color: #e2e2e2;
}
.tdarkgrey {
  color: #595959;
}
.yellow .box {
  background-color: #fca016 !important;
  border: 3px solid #fca016 !important;
}
.yellow p {
  background-color: #fca016 !important;
}
.header .title h2 {
  color: #fca016;
}
.header .header.no-carousel {
  background: -webkit-gradient(radial, 1 2, 1, 1 1, 1000, from(#f9bc9f), to(rgba(0, 0, 0, 0)));
}
.contentspace .contentbox {
  border-left: 8px solid #fca016;
}
.eventspace {
  background-color: #fee788;
}