/* Custom CSS */
/* prevent main header from displaying when using sidebar about section */
#header,
.logo {
  display: none;
}
body {
  background-color: #f9f9f9;
}
.sidebar {
  background-color: #f1f1f1;
}

/* padding for dates in archive list */
.meta {
  flex: 0 0 6em;
}

.container {
  max-width: 1000px;
}
