@import url("../fonts/fonts.css");
body {
  color: #b4b4b4;
  background: #4a4a4a; }

h1, h2, h3, h4 {
  color: #d1d1d1; }

h2 {
  border-bottom: 1px solid #636363; }
  h2:before {
    color: #636363; }

a, a:visited {
  color: #d1d1d1; }
a:hover, a:active {
  color: #efefef; }

hr {
  border-top: 1px solid #636363; }

header .navigation:before {
  background: #636363; }
header label {
  color: #d1d1d1;
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
header a {
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  header a, header a:visited {
    color: #b4b4b4; }
  header a.active {
    color: #efefef; }
    header a.active:before {
      background: #989898; }
  header a:hover {
    color: #489aff; }
    header a:hover:before {
      background: #489aff; }
