@charset "UTF-8";
/*
dark (header and footer backgrounds) h1: #000000
med (funnel background) h2?: blue #336699
button dark: orange #EC991E
button light: orange #FFAF15
icons: blue #BFDDE9
*/

body {background-color: #000000;}
.groundBlack {color: #333; background-color: #000000;}
h1, .groundWhite h2 {color: #000000;}
#topNav {background: #000000;}
#selectNav {background: #000000;}
footer {background: #000000;}
.instructions {color: #000000;}

button {background-color: #EC991E; color: #000;}

button:hover {background-color: #FFAF15;}

.triangleArrow .st1{fill: #000000;}

.st0{fill: #BFDDE9;}