#logo-img {
  display: flex;
  align-items: center;
  height: 5rem;
  padding: 0.5rem;
}
#logo-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
#header {
  background: #00649c;
}
#footer {
  background: #00649c;
}
#menu {
  background: #00649c;
}
#menu .pure-menu-selected, #menu .pure-menu-heading {
  background: #fff;
  color: #00649c;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
  background-color: #00649c;
  color: #fff;
}
.pure-button:hover, .pure-button:focus {
  background-color: #005585;
}
a.metaentry {
  padding: .5em 1em .5em 20px !important;
}
@media screen and (max-width: 40em) {
 #logo-img {
   height: 2.6rem;
 }
}
