@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v35-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-v35-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/noto-sans-v35-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/noto-sans-v35-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/noto-sans-v35-latin-regular.svg#NotoSans') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v35-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-v35-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/noto-sans-v35-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/noto-sans-v35-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/noto-sans-v35-latin-700.svg#NotoSans') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/comic-neue-v8-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/comic-neue-v8-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/comic-neue-v8-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/comic-neue-v8-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/comic-neue-v8-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/comic-neue-v8-latin-700.svg#ComicNeue') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.2em 'Noto Sans', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 810px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    padding: 3.75rem 3.875rem;
    height: 547px;
}
p {
    padding-bottom: 1rem;
}
h1, h3 {
    margin: 0;
    font: 700 1em/1.2 'Comic Neue', cursive;
    text-transform: uppercase;
    text-align: left;
}
h1 {
    position: absolute;
    top: 13rem;
    right: 1.25rem;
    width: 226px;
}
h1 span {
    font-family: 'Noto Sans', Arial, sans-serif;
    text-transform: initial;
    font-weight: 400;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0.75rem 0;
    text-shadow: none;
}
h3 {
    position: absolute;
    top: 8.5rem;
    left: 26rem;
    width: 188px;
}
h4 {
    font-size: 1.188em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
h2, h4, strong {
    font-weight: 700;
}
h1, h3, h4 {
    color: #000;
}
:is(h4, p) {
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
article {
        width: 250px;
    padding-top: 3rem;
}
footer {
    position: absolute;
    bottom: 0.5rem;
    right: 10.5rem;
}
footer p {
    font-size: 0.9em;
    line-height: 1.1em;
}
@media only screen and (max-width: 809px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #E5C9B3;
        padding: 2rem;
    }
    article {
        width: auto;
        padding-top: 0;
    }
    header, h1, h3, footer {
        position: static;
    }
    h1, h3 {
        background-color: #fff;
        border: 2px solid #000;
        width: auto;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
}