:root {
  --md-primary-fg-color: #458BB1;
  --md-primary-fg-color--light: #6aa4c2;
  --md-primary-fg-color--dark: #2f6f93;
  --md-accent-fg-color: #A6B636;
  --md-typeset-a-color: #458BB1;
}

body {
  color: #20272b;
}

.md-header {
  background: #ffffff;
  color: #20272b;
  border-bottom: 4px solid #458BB1;
  box-shadow: none;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem;
  width: auto;
}

.md-tabs {
  background: #ffffff;
  color: #20272b;
}

.md-nav__title,
.md-sidebar .md-nav__link--active,
.md-typeset h1,
.md-typeset h2 {
  color: #458BB1;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 700;
  letter-spacing: 0;
}

.md-typeset h1 {
  text-transform: uppercase;
}

.md-typeset a {
  color: #458BB1;
}

.md-typeset code {
  background: #f8f8f8;
}

.md-footer {
  background: #ffffff;
  color: #808080;
  border-top: 1px solid #e5e5e5;
}

.md-footer-meta {
  background: #ffffff;
}

.md-copyright {
  color: #808080;
  font-size: 0.68rem;
  text-align: center;
  width: 100%;
}
