@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/open-sans-v40-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/open-sans-v40-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 600 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 590px;
    margin: 1rem auto;
    border: solid 7px #F8941D;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    margin: 1.875rem -0.5rem 1.5rem;
    font-size: 2.125em;
    line-height: 1.2em;
    transform: rotate(-3.2deg);
}
h1 span {
    font-size: 0.75em;
    font-weight: 400;
    text-transform: initial;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
h3 {
    position: absolute;
    top: 26rem;
    right: 2.75rem;
    font-size: 1.25em;
    line-height: 1.4em;
    text-align: center;
}
h1, h2, header p {
    text-transform: uppercase;
}
h1, h2, h3, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
    font-size: 1.1em;
    line-height: 1.3em;
}
li {
    padding: 0 0 0.375rem 1.125rem;
}
ul li:before {
    content: "\203A";
    font-size: 2em;
    float: left;
    margin: -3px 0 0 -1.125rem;
}
.fa-angle-right {
    color: #F8941D;
}
h1, h3, header p {
    color: #fff;
}
header {
    padding: 0.75rem 0 0;
    display: flex;
    justify-content: center;
    position: relative;
}
header img {
    display: block;
}
header p {
    position: absolute;
    top: 1.5rem;
    left: 1.875rem;
    font-size: 1.625em;
    line-height: 1.2em;
    text-shadow: 0 0 8px #000;
}
header p a:not(:last-of-type) {
    padding-right: 0.25rem;
}
article {
    padding: 0 1.875rem;
}
section p, h2, ul li::before {
    color: #F8941D;
}
section p {
    transform: rotate(-3.2deg);
    font-size: 1.063em;
    line-height: 1.3em;
    padding-bottom: 0.25rem;
}
section p:last-of-type {
    font-size: 1.875em;
    line-height: 1.1em;
}
section {
    margin: 0 0 2.5rem -0.5rem;
}
.small {
    font-size: 0.8125em;
    line-height: 1.3;
    border-bottom: 2px solid #616163;
    padding-bottom: 0.5rem;
}
footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1rem 1.75rem;
    align-items: flex-end;
}
.qr {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}
.qr p {
    text-transform: uppercase;
    color: #F8941D;
    font-size: 1.125em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}
@media only screen and (max-width: 589px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        padding: 1rem;
    }
    li span {
        display: inline-block;
    }
    header {
        display: flex;
        justify-content: center;
        padding: 0 0 1rem;
    }
    header p {
        font-size: 1.25em;
        top: 1rem;
        left: 1rem;
    }
    article {
        background-color: #DFE1E3;
        padding: 1rem;
    }
    article br {
        display: none;
    }
    h1, section p{
        transform: none;
    }
    h1, h3 {
        background-color: #F8941D;
        margin: 0;
        padding: 0.5rem 1rem;
    }
    section {
        margin: 1rem 0;
    }
    h3 {
        position: static;
        margin-bottom: 1rem;
    }
    .qr {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .qr br {
        display: none;
    }
    .qr p {
        text-align: center;
    }
    .qr p img {
        display: none;
    }
    footer {
        background-color: #DFE1E3;
        padding: 0 1rem 1rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper, article {
        padding: 0.75rem;
    }
    h1 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.3em;
    }
    footer {
        padding: 0 0.75rem 1rem;
    } 
}