

                                                   /* 
–––––––––––––––––––––––––––––––––––––––––––––––––––––
REWORK SKELETON CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    
    background-color: #004a87;
    
}


.container { 
    
    margin-bottom: 2em;
    color: #f0f0f0;

}


.full-width-container {
width: 100%;
max-width: 100%;
clear: both;
margin: 0 auto;
}



h4 { 
    
    margin-top: 2em; 
    border-bottom: 1px solid #fff;
    letter-spacing: 0;
    color: #fff;
}

strong { font-weight: 600; }

strong.subtitle { font-size: 110%; }


.subtle {
    
    opacity: .8;
    font-size: 90%;

}





/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside; }
ol {
  list-style: decimal outside; }
ol, ul { margin-left: 2rem; }



