.page-header {
  position: relative;
  min-height: 18rem;
}

.header-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.site-header-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.site-header {
  background-color: #000;
}

/* Override Tachyons font weight */
.fw2 {
  font-weight: 200 !important;
}

/* Override Tachyons color */
.light-silver {
  color: #ffffff !important;
}

/* Disable sticky date headers in FullCalendar list views */
/* .fc-listMonth-view .fc-list-sticky .fc-list-day > * { */ 
.fc .fc-list-sticky .fc-list-day > * {
  position: static;
}
