body {
  font-family: "Open Sans", sans-serif;
}

a, a:hover {
  color: white;
}

.text-secondary {
  color: var(--secondary);
}

.header {
  background-color: var(--footer-color);
  color: white;
  overflow: hidden;
}

.header--secondary {
  background: var(--secondary);
}

.no-before:before {
  display: none;
}

.no-after:after {
  display: none;
}

.navbar-brand {
  height: auto;
  padding: 0;
}

.logo {
  margin: 5px;
  max-height: 50px;
  width: auto;
}

.header li a {
  color: var(--header-link-color);
  font-weight: bold;
}

.header li.active a {
  text-decoration: underline;
}

.header li a:hover, .header li a:focus, .header li a:active {
  background-color: transparent;
  text-decoration: underline;
}

.navbar-toggle {
  border-color: var(--header-link-color);
  padding: 7px 12px;
  margin-top: 11px;
}

.navbar-toggle .fa {
  color: var(--header-link-color);
}
