#article_container li {
    list-style: unset;
}

.header-article {
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-size: 2.0em;
}

.subheader-article {
    font-family: montserrat, sans-serif;
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat, sans-serif;
    font-style: normal;
    color: black;
    letter-spacing: 3px;
}

h1 {
    display: block;
    font-size: 1.85em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.65em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.35em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

h4 {
    display: block;
    margin-top: 1.05em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
}

h5 {
    display: block;
    font-size: .87em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
}

h6 {
    display: block;
    font-size: .75em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
}

p,
td {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: black;
}

th {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

a {
    font-family: montserrat, sans-serif;
    font-size: 16px;
}

li {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: black;
}

strong {
    font-weight: 650;
}

/*

Images  

*/

.responsive {
    width: 80%;
    height: auto;
}



/* -------------------------------------

Small (Archer 3) size

 ------------------------------------- */
@media (max-width: 480px) {
    #article_container {
        max-width: 450px;
        margin: 0px 10px 0px 10px;
    }
}


/* -------------------------------------

Small-Medium (Allegro 3) size

 ------------------------------------- */
@media (min-width: 481px) and (max-width: 639px) {
    #article_container {
        max-width: 609px;
        margin: 0px 10px;
    }
}

/* -------------------------------------

Medium (Mesa 2 & 3) size portrait

 ------------------------------------- */
@media (min-width: 640px) and (max-width: 800px) {
    #article_container {
        max-width: 770px;
        margin: 0px 10px;
    }
}

/* -------------------------------------

Large (Mesa 2 & 3) size landscape

 ------------------------------------- */
@media (min-width: 801px) and (max-width: 1280px) {
    #article_container {
        max-width: 1250px;
    }
}


/* -------------------------------------

XLarge Desktop

 ------------------------------------- */
@media (min-width: 1281px) {
    #article_container {
        max-width: 1250px;
    }
}