header.md-header, footer.md-footer, .md-footer-meta, nav.md-tabs{
  background-color: white;
  color: #5badf0;
}

.md-search__input {
  background-color: #5badf0;
}

.md-copyright, .md-socials, html .md-footer-meta.md-typeset a {
  color: #5badf0;
}

.md-header--shadow {
  box-shadow: none;
  transition: none;
}

body {
  line-height: 1;
  font: normal 15px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5em;
  color: #404040;
  line-height: 1.75;
  letter-spacing: 0.008em;
}

h1, h2, h3, h4, h5, h6,
.md-typeset h1, .md-typeset h2 {
  color: #5badf0; //Styling headers
}

a, label.md-nav__title, ul li label.md-nav__link,
a:visited, label.md-nav__title:visited, ul li label.md-nav__link:visited {
  text-decoration: none;
  color: #5badf0;
}

a:hover, a:active, label.md-nav__title:active, ul li label.md-nav__link:active,
label.md-nav__title:hover, ul li label.md-nav__link:hover,
html .md-footer-meta.md-typeset a:hover,
.md-nav__item .md-nav__link--active, .md-nav__item .md-nav__link--active code{
  color: #0366d6;
}



