:root {
  --md-primary-fg-color: #10384f;
}

.md-nav__link--active {
  color: #0000ee !important;
}

body.light {
  background-color: #ffffff;
  color: #000000;
}

body.dark {
  background-color: #121212;
  color: #ffffff;
}

.md-header {
  background-color: #10384f !important;
}

img:hover {
  cursor: pointer !important;
}

@media screen and (max-width: 76.2344em) {
  .md-nav .md-nav__title {
    background-color: #10384f !important;
    text-wrap: auto;
    line-height: 1.5rem;
    height: 8rem;
    padding-top: 4rem;
  }
}
