
/* Teal */

.section-color-teal header {
  border-bottom-color: #006A97;
}
  .sections .section-color-teal header > a {
    background-color: #006A97;
  }
  .section .section-color-teal header > a {
    color: #006A97 !important;
  }
  
.nav-map .section-color-teal {
  background-color: #006A97;
}


/* Cherry */

.section-color-cherry header {
  border-bottom-color: #8B1C62;
}
  .sections .section-color-cherry header > a {
    background-color: #8B1C62;
  }
  .section .section-color-cherry header > a {
    color: #8B1C62 !important;
  }

.nav-map .section-color-cherry {
  background-color: #8B1C62;
}
