@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 671px;
    margin: 16px auto;
    border: 8px solid #006cb8;
    background-color: #fff;
}

header {
    padding: 11px 13px 0;
}

article {
    padding: 0 16px 16px;
}

footer {
    padding: 10px 16px 5px;
    background: #b9e5f7;
}

footer p {
    font-size: 18px;
    line-height: 27px;
}

footer img {
    position: relative;
    top: 1px;
}

span {
    white-space: nowrap;
}

:is(h1, h2, h2+p, footer p) {
    text-align: center;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: 7px 0 7px;
    font-size: 32px;
    line-height: 1.1;
    color: #006cb8;
}

h1 small {
    display: block;
    font-weight: 400;
    font-size: 71%;
}

h1+p {
    text-align: justify;
    hyphens: auto;
}

h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

@media all and (max-width: 670px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    article {
        padding: 0 16px 16px;
    }

    p {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1+p {
        text-align: left;
    }
}

@media all and (max-width: 374px) {
    footer p {
        font-size: 16px;
        line-height: 1.5;
    }
}