@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&family=Roboto:wght@400;700;900&display=swap');
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.3em;
}
#wrapper {
    position: relative;
    max-width: 740px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #231F20;
    background-color: #E6E7E9;
    overflow: hidden;
    padding: 1.6rem 1.6rem 0.5rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0;
    font-size: 3em;
    line-height: 1em;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
}
h1 em {
    font-size: 0.9em;
    font-weight: 700;
}
hr {
    border: none;
    background: #231F20;
    height: 2px;
    margin: 0 0 0.5rem;
    text-align: center;
}
h2 {
    font-size: 1.352em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    font-weight: 900;
}
a {
    color: #231F20;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.2rem;
}
ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1.800em;
    position: relative;
    float: left;
    margin-left: -1.2rem;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
header {
   margin: 0 -17px -3.5rem 0;
}

article {
    padding: 0.4rem 0 0;
}
article>p:nth-of-type(1) {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 1.6em;
    line-height: 1.2em;
    padding-bottom: 1.3rem;
}
article section:first-of-type {
    display: flex;
    justify-content: space-between;
    padding-right: 2rem;
    margin-bottom: 0.5rem;
}
article section:first-of-type aside {
    width: 50%;
}
article section:first-of-type aside:last-of-type {
    width: 50%;
    margin-right: -1.65rem;
}
article section:last-of-type {
    margin: 0 0 1.2rem -1.6rem;
    padding: 0.8rem 1rem 0 1.6rem;
    border: 2px solid #fff;
    border-left: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 0.88em;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: 700;
    text-align: center;
}
article section:last-of-type aside {
    width: 115px;
}
article section:last-of-type aside:nth-last-of-type(2) {
    width: 130px;
}
footer {
    padding: 0.75rem 0 0;
}
footer>aside {
    margin-left: 6rem;
}
footer>aside p:first-of-type {
    padding-bottom: 0.5rem;
}
footer figure {
    margin: 0 0 0.5rem;
    position: absolute;
    left: 1.6rem;
    bottom: 0.9rem;
}
footer>a img {
    position: absolute;
    bottom: 0;
    right: 1.5rem;
}
@media only screen and (max-width:739px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        padding: 1rem;
    }
    header {
        margin: 0 -16px -0.75rem 0;
    }
    h1+p {
        font-size: 1.412em;
        line-height: 1.2em;
    }
    h1 {
        font-size: 2em;
        line-height: 1.1em;
        margin-top: 0.5rem;
    }
    footer {
        padding-top: 0.5rem;
    }
    footer>a img, footer figure {
        position: static;
    }
    footer>aside {
        margin-left: 0;
    }
    footer p {
        width: auto;
    }
    ul br, i br {
        display: none;
    }
    article section:first-of-type {
        display: block;
        padding-right: 0;
    }
    article section:first-of-type aside, article section:first-of-type aside:last-of-type {
        width: 100%;
        margin-right: 0;
    }
    article>p:nth-of-type(1) {
        font-size: 1.313em;
    }
    article section:last-of-type {
        margin: 0 -1rem 1.2rem;
        padding: 0.8rem 1rem 0;
        border-right: none;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        flex-wrap: wrap;
    }
}