/* ============================================
   Autumn colour theme overrides
   ============================================ */

/* Body background */
body {
  background-color: #1a0800;
}

/* Hero background */
.section-hero {
  background-image: none;
  background-color: #fff;
}

/* Hero text */
.h1,
.section-hero .hero-wrap div {
  color: #700B1C;
}

/* Alternating section backgrounds (even = red, odd non-hero = yellow) */
.content-wrapper > div:nth-child(even) {
  background-color: #FAE1D7;
  color: #700B1C;
}
.content-wrapper > div:nth-child(odd):not(.section-hero) {
  background-color: #FFF6BC;
  color: #700B1C;
}

/* Schedule divider line */
.line {
  background-image: linear-gradient(70deg, #f5e0a0, #e07820);
}

/* Hero vertical lines (left / right) */
.line-1,
.line-2 {
  background-image: linear-gradient(#f5e0a0, #c05010);
}

/* Hero centre vertical line */
.line-ctr {
  background-image: linear-gradient(#d4a030, #c05010);
}

/* FAQ dropdown background */
.dropdown {
  background-color: rgba(40, 10, 0, .6);
}

/* Links */
.link {
  color: #f5b030;
}

/* Loading overlay */
.overlay {
  background-color: #1a0800;
}

/* Dropdown arrow icon color */
.icon {
  color: #f5b030;
}

/* FAQ dropdown border */
.dropdown {
  border-color: rgba(229, 130, 30, 0.35);
}

/* Footer */
.footer {
  background-color: #0e0400;
}

/* Alternate small section highlight */
.section-sm.bg {
  background-color: #6b1e10;
}

.left-image {
  height: 75%;
  width: 94%;
  left: -24%;
}

.right-image {
  width: 100%;
}

/*.top-assets {*/
/*  margin-top: -11%;*/
/*}*/
