/* ADD THIS TO TEXT PAGES */

/* Remove space after each paragraph */
.s-content p {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Remove space before sibling paragraphs & indent sibling */
p + p {
    text-indent: 2em;
    margin-top: 0;
    padding-top: 0;
}
   
/* reduce top margin of sub-sections */
h3 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 8rem;
}
h4 {
    text-align: center;
    margin-top: 2.5rem;
}
h5 {
    margin-top: 2.5rem;
}
h6 {
    margin-top: 1.5rem;
}

/* Re-purpose pull quotes for long, mult-paragraph quoted text*/
.pull-quote blockquote {
    padding-top:inherit;
}

.pull-quote blockquote p {
    font-size:1.6rem;
}

.pull-quote blockquote::before {
    display: none;
}

/* Format content of project text */
.project-body {
    margin: auto; 
    margin-bottom: 4em; 
    text-align: left
}

/* indent lists */
.project-body ul, .project-body ol {
    padding-inline-start: 4rem;
}

/* Reference Cited formatting */
.citations p {
    margin-left: 2em;
    margin-bottom: 2.5rem;
    text-indent: -2em;
}