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

/* accent color overrides */

body {
  border-top: 5px solid #ed1c24;
}

a {
  color: #ed1c24;
}

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

header ul li a {
  color: #ed1c24;
}

footer {
  background-color: #ed1c24;
}

button {
  background-color: #ed1c24;
}

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

select {
  color: $#ed1c24;
}

@media all and (max-width: 600px) {
  footer {
    background-color: #ed1c24;
  }
  .footer-container {
    background-color: #ed1c24;
  }