body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}
h1 {
    font-weight: 800;
}

.w3-theme-l5 {color:#000 !important; background-color:#f2f4f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#d5dbe1 !important}
.w3-theme-l3 {color:#000 !important; background-color:#abb7c2 !important}
.w3-theme-l2 {color:#fff !important; background-color:#8192a4 !important}
.w3-theme-l1 {color:#fff !important; background-color:#5d6e80 !important}
.w3-theme-d1 {color:#fff !important; background-color:#38434d !important}
.w3-theme-d2 {color:#fff !important; background-color:#323b45 !important}
.w3-theme-d3 {color:#fff !important; background-color:#2b343c !important}
.w3-theme-d4 {color:#fff !important; background-color:#252c33 !important}
.w3-theme-d5 {color:#fff !important; background-color:#1f252b !important}

.w3-theme-light {color:#000 !important; background-color:#f2f4f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#1f252b !important}
.w3-theme-action {color:#fff !important; background-color:#1f252b !important}

.w3-theme {color:#fff !important; background-color:#3e4a56 !important}
.w3-text-theme {color:#3e4a56 !important}
.w3-border-theme {border-color:#3e4a56 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#3e4a56 !important}
.w3-hover-text-theme:hover {color:#3e4a56 !important}
.w3-hover-border-theme:hover {border-color:#3e4a56 !important}

.w3-theme-accent {color:#fff !important; background-color:#fa7307 !important}
.w3-text-theme-accent {color:#fa7307 !important}
.w3-border-theme-accent {border-color:#fa7307 !important}