.md-header__button.md-logo {
  margin: 0px;
  padding: 0px;
}

.md-header__button.md-logo img {
  width: 180px;
  height: 60px;
}

.md-header {
  background-color: #364550;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/fonts/webfonts/ProximaNovaReg.woff2") format("woff2"),
    url("/fonts/webfonts/ProximaNovaReg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Mono";
  src: url("/fonts/webfonts/RobotoMono-Regular.woff2") format("woff2"),
    url("/fonts/webfonts/RobotoMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --md-text-font-family: "ProximaNova-Regular";
  --md-code-font-family: "Roboto-Mono";
}

.md-footer-copyright {
  font-size:  0.8rem;
}

.footer-link {
  margin-bottom:  20px;
}

.footer-link a {
  padding:  20px;
}

@media (max-width: 1219px) {
  .footer-link a {
    display: block;
    text-align:  center;
  }
}