html body {
    font-family: "Calibri", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

body .site-header {
    position: fixed;
    top: 0;
    width: 100%;
}
body.ast-separate-container #primary, 
body.ast-separate-container.ast-left-sidebar #primary, 
body.ast-separate-container.ast-right-sidebar #primary {
    margin-top: 4em;
}

body.home .entry-header, 
body .entry-content h2 { 
    color: #ae0000; 
}

body.home .entry-title {
    font-weight: 800;
}

body ol, body ul, body li > ol, body li > ul {
    margin-left: 1em;
}

body .entry-content h4 {
    font-style: italic;
    margin-bottom: 0.5em;    
}

body .entry-content h5 {
    margin-bottom: 0.33em;    
}

body .entry-content h6 { 
    font-style: italic; 
    margin-bottom: 0.25em;
}

body .entry-content p { text-align: justify; }

ol.lower-roman { list-style-type: lower-roman; }
ol.lower-alpha { list-style-type: lower-alpha; }