.header {
  background: #0e135f;  
}
.header h1 {
  color: white;
}

.content h2,  .content h3  {
  text-transform: none;

}
.content h1::before, .content h2::before, .content h3::before, .content .big-heading::before, body.big-h3 .content h3::before {
  display: none;
  padding-top: 10px;
}
.content h1 {
  padding-top: 2rem;
}
.content h2, .content h3, .content .big-heading, body.big-h3 .content h3 { 
  padding-top: 0.5rem;
}
.content blockquote {
  padding: 0.75rem 1rem 0.75rem 1rem;   
  border: 1px solid #0e135f;
  background-color: #F1F5FE;
  color: #0e135f;
  border-left-color: #0e135f;
  border-left-style: solid;
  border-left-width: 6px;
}
.content table {
  width: 100%;
}
.header {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
}
.header h1 {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: normal;
}
.menubar a, .content a, .menubar a:visited {
  color: rgb(33, 101, 237);
}
.menubar a:hover {
  color: #0e135f;
}
.menubar {
    scrollbar-width: thin;
}
@media (min-width: 1200px) { 
  .menubar { 
    width: 350px;
    font-size: 1.0rem;
  }
  .content-root {
    padding-left: 350px;
  }
 }

 