body > header > .w3-content:before {
  content: url(/chapril-logo-small.png);
  position: absolute;
  margin-top: 6px;
  margin-left: 5%;
}
h1 + p img {
  margin-right: 1em !important;
}
h1, h2, h3 {
  color: #005184ff;
}
h1 {
  font-size: xx-large;
}
h2 {
  font-size: x-large;
}
h3 {
  font-size: large;
}
body > header .w3-container {
  display: none;
}
.w3-bar .w3-green {
  background-color: SlateBlue !important;
}

pre.meta {
  border-bottom: solid thin lightgray;
  background-color: #eee;
}
