h1#logo {
  background-image: url(https://assets.turbovote.org/img/iamavoter-logo-new.png);
  background-size: contain;
}

/* accent color overrides */

body {
border-top: 5px solid #000000;
height: auto;
}

a {
color: #000000;
}

header ul li {
border-right: 1px solid #000000;
}

header ul li a {
color: #000000;
}

footer {
background-color: #000000;
}

button {
background-color: #000000;
}

input[type="text"], input[type="email"], input[type="tel"] {
color: #000000;
}

select {
color: #000000;
}

@media all and (max-width: 600px) {
footer {
background-color: #000000;
}
.footer-container {
background-color: #000000;
}
}
/* hide footer for iframe site */
footer {
  display: none;
}

/* container hover color */
.done-instruction-toggle_container:hover {
  border-color:  #000000!important;
}

/* list bullets */
.blue-bullet-list_item::before {
  background:  #000000!important;
}
