@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Hepta Slab';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/hepta-slab-v25-latin-800.eot');
    src: url('../fonts/hepta-slab-v25-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/hepta-slab-v25-latin-800.woff2') format('woff2'), url('../fonts/hepta-slab-v25-latin-800.woff') format('woff'), url('../fonts/hepta-slab-v25-latin-800.ttf') format('truetype'), url('../fonts/hepta-slab-v25-latin-800.svg#HeptaSlab') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/nunito-v32-latin-300.eot');
    src: url('../fonts/nunito-v32-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-300.woff2') format('woff2'), url('../fonts/nunito-v32-latin-300.woff') format('woff'), url('../fonts/nunito-v32-latin-300.ttf') format('truetype'), url('../fonts/nunito-v32-latin-300.svg#Nunito') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v32-latin-regular.eot');
    src: url('../fonts/nunito-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-regular.woff2') format('woff2'), url('../fonts/nunito-v32-latin-regular.woff') format('woff'), url('../fonts/nunito-v32-latin-regular.ttf') format('truetype'), url('../fonts/nunito-v32-latin-regular.svg#Nunito') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v32-latin-700.eot');
    src: url('../fonts/nunito-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-700.woff2') format('woff2'), url('../fonts/nunito-v32-latin-700.woff') format('woff'), url('../fonts/nunito-v32-latin-700.ttf') format('truetype'), url('../fonts/nunito-v32-latin-700.svg#Nunito') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/nunito-v32-latin-900.eot');
    src: url('../fonts/nunito-v32-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-900.woff2') format('woff2'), url('../fonts/nunito-v32-latin-900.woff') format('woff'), url('../fonts/nunito-v32-latin-900.ttf') format('truetype'), url('../fonts/nunito-v32-latin-900.svg#Nunito') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 300 1em/1.3em 'Nunito', Arial, sans-serif;
}
h2 span, article p {
    font-weight: 400;
    text-transform: uppercase;
}
h1, h3 {
    font-family: 'Hepta Slab', "Time New Roman", serif;
    font-weight: 800;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 640px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F1E9D8 url('../images/bg.jpg') bottom left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
h1 {
    font-size: 1.5em;
    line-height: 1.1em;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
h1 + p {
    padding-left: 1.5rem;
    font-size: 0.875em;
}
h2 {
    font-size: 1.425em;
    line-height: 1.3em;
    margin-bottom: 2rem;
    font-weight: 900;
    text-transform: uppercase;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 4rem 0 0.5rem;
    width: 100%;
}
h1:before {
    content: "▪";
    float: left;
    color: #B95F62;
    transform: rotate(-15deg);
    margin: -1px 0 0 -1.5rem;
}
h1, h2, article p {
    color: #084744;
}
article {
    padding: 1.5rem 1.5rem 0;
}
.qrc {
    border-right: 1px dotted #fff;
    padding-right: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
}
footer p, h3 {
    color: #fff;
}
footer {
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
figure {
    position: absolute;
    bottom: 3rem;
    right: 1.5rem;
}
@media only screen and (max-width: 639px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h3 {
        margin: 0 0 0.5rem;
        text-align: center;
    }
    article {
        padding: 1rem 1rem 0;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
    }
    .qrc {
        padding: 0;
        margin: 0 0 1rem;
        border: 0;
    }
    footer {
        padding: 1rem 1rem 0;
        flex-direction: column;
        background: #B95F62;
        align-items: center;
    }
    footer p {
        text-align: center;
    }
}