.distill-site-nav {
  color: #E9220E; 
  background-color: #24E2E5;
  font-size: 25px;
  font-weight: 900;
}

.distill-site-nav a {
  color: inherit;
  text-decoration: none;
}

.distill-site-nav a:hover {
  color: black;
}

.distill-site-header {
}

.distill-site-footer {
}

@media print {
  .distill-site-nav {
    display: none;
  }
}

/* Change appearance of headers */
h1, h2, h3, h4, h5 {
  font-family: 'Fira Mono', sans-serif;
  color: green;
}

body {
  background-color: #B0C4DE;
}