@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v30-latin-regular.eot');
    src: url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'),
        url('../fonts/quicksand-v30-latin-regular.woff') format('woff'),
        url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'),
        url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quicksand-v30-latin-700.eot');
    src: url('../fonts/quicksand-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/quicksand-v30-latin-700.woff2') format('woff2'),
        url('../fonts/quicksand-v30-latin-700.woff') format('woff'),
        url('../fonts/quicksand-v30-latin-700.ttf') format('truetype'),
        url('../fonts/quicksand-v30-latin-700.svg#Quicksand') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 400 0.750em/1.5em 'Quicksand', Arial, sans-serif;
    color: #fff;
}
#wrapper {
    position: relative;
    max-width: 890px;
    margin: 1rem auto;
    border: solid 1px #555555;
    background-color: #fff;
    overflow: hidden;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 3.5em;
    line-height: 1.125em;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.273em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    position: relative;
}
header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    display: block;
    z-index: 9999;
}
article {
    position: absolute;
    bottom: 4%;
    left: 5.5%;
}
footer {
    position: absolute;
    bottom: 5%;
    right: 3.5%;
    padding: 14px 23px 16px 14px;
    background-color: #E86826;
    color: #fff;
    border-radius: 14px 14px 0 14px;
    margin: 0 1rem 1rem;
}
footer section {
    position: absolute;
    bottom: -2.125rem;
    right: -1px;
}
footer p {
    font-size: 0.938em;
    line-height: 1.4;
}
footer section img {
    margin-bottom: 1rem;
}
footer section p {
    font-size: 0.8em;
}
@media only screen and (max-width:889px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
}
@media only screen and (max-width:780px) {
    body {
        font-size: 0.813em;
        line-height: 1.3;
        color: #000;
    }
    header a {
        height: 100%;
    }
    article {
        padding: 1rem;
        position: static;
    }
    footer {
        position: static;
        padding: 2rem 6rem 1.5rem 1rem;
    }
    footer section {
        position: absolute;
        bottom: 1.875rem;
        right: 1.75rem;
    }
    h1 {
        font-size: 3em;
    }
    br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2.5em;
        line-height: 1.125em;
    }
}