@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');
    src: url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'),
        url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'),
        url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'),
        url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-v17-latin-700.eot');
    src: url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'),
        url('../fonts/pt-sans-v17-latin-700.woff') format('woff'),
        url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'),
        url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3E3E3F;
    font: 1em/1.3 'PT Sans', sans-serif;
}
#wrapper {
    position: relative;
    max-width: 510px;
    margin: 1rem auto;
    border: solid 1px #3E3E3F;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0.5rem 0;
    font-size: 2.1em;
    line-height: 1.1em;
    color: #A32E42;
}
h2 {
    font-size: 1.75em;
    line-height: 1.3;
    color: #C0B199;
}
header {
    padding: 1.35rem 1.5rem;
    background: #981D33;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
article {
    padding: 1rem 1.5rem 0.5rem;
    position: relative;
}
.qrc {
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
}
footer p {
    padding: 0.5rem 1.5rem;
    background: #C0B199;
    color: #fff;
    position: relative;
}
@media only screen and (max-width:505px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    article, header, footer p {
        padding: 1rem;
    }
    article br,
    main:before {
        display: none;
    }
    .qrc,
    footer img {
        position: static;
        margin: 0.5rem 0;
    }
    footer p :is(span, a) {
        display: inline-block;
    }
    .qrc {
        position: static;
        justify-content: center;
        display: flex;
    }

.qrc > img {
    display: none;
}
}