@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #FFF;
    font: 400 1.2em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left #9BCB67;
    overflow: hidden;
    padding: 1rem 2rem 0;
}
p {
    padding-bottom: 1rem;
    text-align: center;
}
h1 {
    margin: 8rem 0 15rem;
    font-size: 1.6em;
    line-height: 1.1;
    font-weight: 400;
    padding-left: 2rem;
}
h1:before {
    content: url('../images/icon.png');
    float: left;
    margin: 0 0 0 -2rem;
}
h2, h3, footer p {
    text-align: center;
}
h2 {
    font-size: 2.5em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
h3 {
    font-size: 2em;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #99C962;
}
h2, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    display: flex;
    justify-content: center;
}
article figure {
    display: none;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2rem;
    margin: 0 0 17rem 0;
}
.flex span {
    display: block;
}
.qr {
    position: absolute;
    bottom: 17rem;
    right: -0.5rem;
}
footer {
    padding: 0 2rem;
    position: relative;
}
p.big {
    font-size: 2.2em;
    line-height: 1.3em;
}
footer p:last-of-type {
    font-size: 1.3em;
    line-height: 1.3em;
}
@media only screen and (max-width: 799px) {
    body {
        font-size: 1em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #3D6A94;
        padding: 1rem 1rem 0;
    }
    .flex {
        justify-content: center;
        gap: 0 1rem;
        flex-wrap: wrap;
        margin: 0;
    }
    article figure {
        margin: 0 -2rem;
    }
    article figure img, article figure {
        display: block;
    }
    footer {
        padding: 1rem 1rem 0;
        margin: 0 -1rem;
        background: #9BCB67;
    }
    footer p {
        text-align: center;
    }
    footer p span {
        display: inline-block;
    }
    .qr {
        position: static;
        display: flex;
        justify-content: center;
        gap: 0 2rem;
        background: #3D6A94;
        padding: 1rem;
        margin: 0 -1rem;
    }
    p.big {
        font-size: 1.5em;
    }
    .flex {
        margin-bottom: 1rem;
    }
    h1 {
        margin: 1rem 0;
    }
}