.header {
    margin-top: 125px;
}
.articles-section{
    display: flex;
    justify-content: center;
    
}
.main-body-section{
    width: 100%;
    justify-content: center;
    color: #363737;
    font-family: "Spectral", serif;
}
.article-content {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 800px;
    font-size: 1.25em;
    font-kerning: auto;
    line-height: 1.6em;
}

.indented-with-bar{
    box-sizing: border-box;
    padding-left: 20px;
    border-left: lightblue 5px solid;
}
.indented-with-bar-italic{
    box-sizing: border-box;
    padding-left: 20px;
    border-left: lightblue 5px solid;
    font-style: italic;
}
.article-content ol,
.article-content li,
.article-content p,
.article-content ul,
.article-content blockquote {
    margin-top: 8px;
}
.article-content li {
    padding-left: 5px;
}

.other-heading-information {
    border-bottom: lightgray 1px solid;
    padding-bottom: 20px;
}
.other-heading-information > .author,
.other-heading-information > .date {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size:0.8em;
    line-height: 1em;
}
.article-content h1 {
    font-weight: 500;
    font-size: 1.7em;
}
.other-heading-information h2 {
    font-weight: 400;
    font-size: 1.1em;
    color: gray;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
}
.title h1 {
    line-height: 1em;
    margin-bottom: 20px;
}

.article-content img {
    width: 100%;
    height: auto;
}
.credit {
    font-size: 0.7em;
    font-weight: 500;
}
.article-content blockquote {
    width: 100%;
    border-top: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    text-align: center;
    font-style: italic;
    margin: 40px 0px;
    padding: 20px 0px;
}
.article-content a{
    color: #363737; 
}
.disclaimer {
    border-top: lightgray 1px solid;
    border-bottom: lightgrey 1px solid;
    margin: 40px 0px;
    padding: 20px 0px;
}
h5 {
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}
.main-body-section > .article-content > .title {
    margin-top: 40px;
}
h4 {
    font-weight: 600;
    font-style: italic;
    font-size: 1.4em;
    font-family: "Spectral", ;
}
.thesis {
    font-style:italic;
}

.disclaimer {
    margin-bottom: 75px;
}
h6 {
    font-weight: 600;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

iframe {
    margin: auto;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}
th, td {
  padding: 8px 12px;
  vertical-align: top;
}