
@media screen{
    .article_in_contain{
        max-width: 100%;
        width: 80%;
    }
}

@media screen and (min-width: 1043px) {
    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
    }
}

@media screen and (max-width: 1042px) {
    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
    }
}

.post_top h1 {
    font-family: 'Joliet';
    font-size: 63px;
    font-weight: 1000;
    margin-bottom: 19px;
}

a {
    text-decoration: none;
    color: black;
}


a:hover {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: black;
}

.post_top h3 {
    font-family: 'Glacial';
    margin-top: 10px;
    font-weight: 550;
    font-size: 40px;
}

.post_top #time {
    margin-top: -25px;
    font-family: 'Glacial';
    font-weight: 500;
    font-size: 16px;
}

.post_top #lead-in {
    font-family: 'Glacial';
    font-weight: 500;
    font-size: 18px;
}


.content p,
figcaption {
    font-family: 'Glacial';
    font-size: 19px;
}

.article_subhead {
    font-family: "Spartan";
    font-weight: 700;
    font-size: 30px;
}

.article_sub_subhead {
    font-family: "Glacial";
    font-weight: 600;
    font-size: 23px;
}

.image_in img {
    max-width: 87%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post_top #image {
    max-width: 87%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* table of contents customization */
.table_of_contents {
    width: 100%;
    background-color: rgba(220, 220, 220, 0.484);
    display: flex;
    flex-direction: column;
}

.top_table{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.top_table h3{
    padding: 5px;
    font-size: 30px;
    float: left;
    margin:10px;
    font-family: 'Joliet';
    letter-spacing: 5px;
    font-weight:900;
    font-style: italic;
}

.top_table .container{
    float: right;
    vertical-align:middle;
    margin-right: 10px;
}
/*<!-- https://www.w3schools.com/howto/howto_css_dropdown.asp -->
 */

 .list{
    background-color: #e6e8e6;
    margin:0;
    padding-top: 10px;
    font-family: 'Glacial';
    font-style: bold;
    font-size: 20px;
 }

 .list li+li{
    padding-top: 10px;
    padding-bottom: 10px;
 }
 .list li:first-of-type{
        padding-top: 10px;
        padding-bottom: 10px;
 }

.title{
    margin-left: 10px;
}

.container {
    display: inline-block;
    cursor: pointer;
  }
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

figcaption {
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
}

section {
    padding-top: 2vh;
}

div #ref {
    word-wrap: break-word;
}

.ref h3 {
    font-family: "Spartan";
    font-size: 30px;
}

.ref p {
    font-family: "Glacial";
    font-size: 19px;
}

.articlesmall p{
    font-family: 'Glacial';
}

.articlesmall h3{
    height: 40px;
    font-family: 'Joliet';
    letter-spacing: 2px;
    font-weight: 900;
}

