/*
Blue: #252839
Dark Grey: #677077
Light Grey: #b5b5b7
Mustard: #f2b632
*/

.bg-blue{
  background: #252839;
}

.bg-dark-grey{
  background: #677077;
}

.bg-light-grey{
  background: #b5b5b7;
}

.bg-mustard{
  background: #f2b632;
}

.navigation a.active{
  background: white;
  color: #677077;
}
.navigation a:hover{
  background: white;
  color: #677077;
}
