header {
background: #fff;
}
a, a:hover {
  color: #113f73;
}
nav {
  background-image: none;
  background: #12664d;
}
nav .container {
  background: none;
  padding-top: 10px;
}
nav li {
  background: none;
}
#hero {
  color: #fff;
  background: #123f78;
}
#hero h2 {
  background: none;
  border-bottom: 1px solid #c3ccd6;
}
footer {
  background: #0e2b4c;
}