:root {
  --light-blue-color: #2eb1d1;
  --dark-blue-color: #165796;
  --darkest-blue-color: #061a2c;
}

body {
  font-family: 'Open Sans', sans-serif !important; /* Override Bootstrap default */
}

.content {
  padding: 0px 40px;
}

p {
  white-space: pre-wrap;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  font-family: 'Source Serif Pro';
  color: var(--darkest-blue-color);
  font-weight: 700;
  text-align: center;
}

h2 {
  font-family: 'Source Serif Pro';
  color: var(--dark-blue-color);
  margin-bottom: 1rem;
}

h4 {
  font-family: 'Source Serif Pro';
  font-size: 1.75rem;
}

a {
  color: var(--light-blue-color) !important;
}

a.link-btn {
  color: white !important;
}

a.link-btn:hover {
  background-color: var(--light-blue-color) !important;
  border-color: var(--light-blue-color);
}

a.nav-link.active {
  color: white !important;
}

.btn-primary,
a.nav-link.active {
  background-color: var(--dark-blue-color) !important;
  border-color: var(--dark-blue-color);
}

.nav-link {
  margin: 7px;
}

.navbar {
  margin: 1rem auto;
}

.nav-item {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-item:hover {
  text-decoration: underline;
}

.dropdown-menu {
  min-width: 30rem;
  padding: 0 0 .5rem 0;
}

.dropdown-menu hr {
  margin: 0.5rem;
}

.dropdown-menu .nav-item {
  text-transform: none;
}

footer {
  color: white;
  background-color: var(--darkest-blue-color) !important;
  min-height: 200px;
  padding-bottom: 1rem;
}

footer p {
  white-space: normal;
  font-size: 16px;
}

.datamade-logo-footer {
  height: 20px;
}

.wagtail-userbar-trigger.wagtail-icon-wagtail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
  font-size: 1.6rem !important;
}
