/* 
Base color: #F9D100 (yellow)
Analogous: #A4F900 (green) and #F95500 (orange) 
Complimentary: #0028F9 (blue)
Triadic: #00F9D1 (cyan) #D100F9 (magenta)
Tetradic: #00F954 (green) #0028F9 (blue) #F900A5 (pink)
Text: #555F61
Nice white: FFFFFF96 
*/
.w3-gentlefi-l5 {
  color: #000 !important;
  background-color: #fffcef !important;
}
.w3-gentlefi-l4 {
  color: #000 !important;
  background-color: #fff6cb !important;
}
.w3-gentlefi-l3 {
  color: #000 !important;
  background-color: #ffee97 !important;
}
.w3-gentlefi-l2 {
  color: #000 !important;
  background-color: #ffe563 !important;
}
.w3-gentlefi-l1 {
  color: #000 !important;
  background-color: #ffdc2f !important;
}
.w3-gentlefi-d1 {
  color: #000 !important;
  background-color: #e1bb00 !important;
}
.w3-gentlefi-d2 {
  color: #fff !important;
  background-color: #c8a700 !important;
}
.w3-gentlefi-d3 {
  color: #fff !important;
  background-color: #af9200 !important;
}
.w3-gentlefi-d4 {
  color: #fff !important;
  background-color: #967d00 !important;
}
.w3-gentlefi-d5 {
  color: #fff !important;
  background-color: #7d6800 !important;
}

.w3-gentlefi-light {
  color: #000 !important;
  background-color: #fffcef !important;
}
.w3-gentlefi-dark {
  color: #fff !important;
  background-color: #7d6800 !important;
}
.w3-gentlefi-action {
  color: #fff !important;
  background-color: #0028f9 !important;
}

.w3-gentlefi {
  color: #000 !important;
  background-color: #f9d100 !important;
}
.w3-text-gentlefi {
  color: #f9d100 !important;
}
.w3-border-gentlefi {
  border-color: #f9d100 !important;
}
.w3-border-gentlefi-l4 {
  border-color: #fff6cb !important;
}

.w3-hover-gentlefi:hover {
  color: #000 !important;
  background-color: #f9d100 !important;
}
.w3-hover-text-gentlefi:hover {
  color: #f9d100 !important;
}
.w3-hover-border-gentlefi:hover {
  border-color: #f9d100 !important;
}
