@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.125em/1.3 'Source Sans 3', Arial, sans-serif;
}
h1, h2, h3, h4, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 570px;
    margin: 1rem auto;
    border: 2px solid #00AFEF;
    background: #fff;
    overflow: hidden;
    padding: 0.5rem 1rem 1rem;
    text-align: center;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #00AFEF;
    text-decoration: underline;
}
p {
    padding-bottom: 1rem;
}
h1, h4 {
    font-size: 2.3em;
    line-height: 1.3;
    color: #00AFEF;
}
:is(h1, h4) span {
    font-size: 0.65em;
}
h2 {
    font-size: 2.25em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #00AFEF;
}
h3 {
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 1rem;
}
h4{
    line-height: 1.1;
    margin-bottom: 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
footer p {
    padding-bottom: 0.25rem;
}
@media only screen and (max-width: 569px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    h1, h2, h4 {
        font-size: 1.75em;
    }
    article br {
        display: none;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}
