body {
  color: #231f20;
}

.header {
  background-color: #231f20;
}

.site-footer {
  color: white;
}

.btn-secondary, .block_make_submission_link {
  background-color: #231f20;
}

.btn-primary {
  color:white;
}

.btn-primary:hover {
  background-color:#231f20;
}

.nav-link:focus, .nav-link:hover{
  text-decoration: underline!important;
  color: white!important;
}

.nav-item.show .nav-link.dropdown-toggle {
  background-color: #231f20!important;
  color: white!important;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
  background-color:#231f20;
  color: white;
}

.email a:hover{
  color: white;
  text-decoration: none;
  background-color: #8c1404;
}

li a:hover{
  color: white;
  text-decoration: none;
  background-color: #8c1404;
}
