@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 2rem -4.5rem 0.75rem -2rem;
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 400;
    background: #8BC63E;
    padding: 0.75rem;
    border-radius: 4px;
}
h1 span {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.2;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
article {
    position: absolute;
    left: 20.5rem;
    top: 6.5rem;
}
article p {
    font-size: 2.3em;
    line-height: 1.4;
}
article>p:first-of-type {
    margin-left: 4rem;
}
h1+p {
    font-size: 1rem !important;
}
footer {
    padding: 0.75rem 2rem 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    border-bottom: 8px solid #8BC63E;
}
footer p {
    font-size: 0.8em;
    line-height: 1.4;
    color: #4C4C4C;
}
footer p small {
    font-size: 0.75em;
    vertical-align: 2px;
}
figure {
    margin: 0 0 0.5rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    article {
        position: static;
        padding: 1rem 2rem 0;
    }
    article p {
        color: #4C4C4C;
        font-size: 1.7em;
    }
    article br {
        display: none;
    }
    article>p:first-of-type {
        margin-left: 0;
    }
    h1 {
        margin: 0 0 1rem;
    }
}
@media only screen and (max-width:650px) {
    footer p {
        text-align: center;
        width: 100%;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 1rem 1rem 0.5rem;
    }
    h1 span {
        font-size: 1.6em;
    }
}