/*
Theme Name: staffing
Author: NationalPositions
Author URI: https://nationalpositions.com/
Version: 1.0
 */
 body {
    
}
 
p {
    line-height: 1.7em;
}
 
div.container {
    max-width: 1140px;
    margin: 0 auto;
}
 
article.post {
    border-bottom: 4px dashed #ecf0f1;
}
 
article.post:last-of-type {
    border-bottom: none;
}
 
.site-header {
    border-bottom: 3px solid #ecf0f1;
}
 
.site-footer {
    border-top: 3px solid #ecf0f1;
}
 