/* ---------- SECTION --------------- */

section > h1 { margin-top: 0 } /* overriding bootstrap */
article > section > h1 { font-size: 150%; }
article > section > section > h1 { font-size: 120%; }
article > section > section > section > h1 { font-size: 100%; }
article > section > section > section > section > h1 { font-size: 100%; text-decoration: underline; }
article section { clear: both; }
article > section 
{
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    background: #fff;
    border: 24px solid #fff;

}

section.coverpage
{
    background: #ccc;
    border-radius: 50px;
    padding: 40px;
}
section.coverpage h1 { font-size: 36px;}
section.coverpage h2 { font-size: 26px;}