@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v15-latin-700.eot');
    src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.375em/1.3em 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 660px;
    margin: 1rem auto;
    border: solid 2px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0.8rem 1rem;
}
p {
    text-align: justify;
    hyphens: auto;
}
article p {
    padding-bottom: 1.2rem;
}
h1 {
    margin: 1rem 0 2rem 3rem;
    font-size: 1.125em;
    line-height: 1.3;
}
h1:before {
    content: "";
    background: url('../images/icon.jpg') top left no-repeat;
    width: 22px;
    height: 16px;
    float: left;
    margin: 4px 0 0 -3rem;
}
:is(a:link, a:hover, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: absolute;
    top: 1.5rem;
    right: 1.25rem;
}
@media only screen and (max-width: 659px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    br {
        display: none;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 0.5rem;
    }
    p span {
        display: inline-block;
    }
    p {
        text-align: left;
    }
}
@media only screen and (max-width: 400px) {
    body {
        font-size: 1.125em;
    }
    h1 {
        font-size: 1.1em;
        margin: 0 0 1rem 1.75rem;
    }
    h1::before {
        margin: 4px 0 0 -1.75rem;
    }
}