@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v31-latin-300.eot');
    src: url('../fonts/roboto-condensed-v31-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-300.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-300.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-300.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v31-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v31-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-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-v31-latin-700.eot');
    src: url('../fonts/roboto-condensed-v31-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-700.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Shadows Into Light Two';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/shadows-into-light-two-v19-latin-regular.eot');
    src: url('../fonts/shadows-into-light-two-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/shadows-into-light-two-v19-latin-regular.woff2') format('woff2'), url('../fonts/shadows-into-light-two-v19-latin-regular.woff') format('woff'), url('../fonts/shadows-into-light-two-v19-latin-regular.ttf') format('truetype'), url('../fonts/shadows-into-light-two-v19-latin-regular.svg#ShadowsIntoLightTwo') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3A5265;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 580px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #5FA0C1;
    overflow: hidden;
    padding: 2rem;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}
h2 {
    font-size: 3em;
    line-height: 1.3em;
    font-family: 'Shadows Into Light Two', cursive;
    font-weight: 400;
    color: #F15A28;
    margin-bottom: 0.5rem;
}
main {
    border: 1px solid #fff;
    position: relative;
}
header {
    padding: 1rem;
    display: flex;
    justify-content: center;
}
article {
    padding: 1rem 1rem 0;
    background: #fff;
}
article p {
    font-weight: 300;
    font-size: 1.625em;
    line-height: 1.5;
}
.fw400 {
    font-weight: 400;
}
.qrc {
    position: absolute;
    bottom: 3.5rem;
    left: 1rem;
}
footer p {
    padding: 0.5rem 1rem;
    color: #fff;
}
@media only screen and (max-width: 579px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 0;
    }
    main {
        border: 0;
    }
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 2em;
    }
    .qrc {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
}