@charset "utf-8";
@font-face {
    font-display: swap; 
    font-family: 'Sriracha';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sriracha-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/sriracha-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/sriracha-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/sriracha-v14-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/sriracha-v14-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/sriracha-v14-latin-regular.svg#Sriracha') format('svg'); /* Legacy iOS */
  }
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v32-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Sriracha', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    padding: 2rem;
    height: 642px;
}
h1 {
    margin: 0;
    font-size: 0.625em;
    line-height: 1.3;
    text-transform: uppercase;
}
h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: right;
    margin: -4rem 25.75rem 10rem auto;
    transform: rotate(-2deg);
    text-transform: uppercase;
}
h2 span {
    display: inline-block;
    margin-right: -1.75rem;
}
h1, h2 {
    font-weight: 400;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: relative;
    z-index: 1;
}
.title :is(h1, p), .flex p {
    text-align: center;
}
.title p {
    color: #E63521;
    font-size: 0.6em;
    line-height: 1.3em;
}
.title {
    width: 124px;
    margin: -7rem 0 0 9rem;
}
.flex p {
    font: 400 0.75em/1.3 'Roboto', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 100px;
    gap: 0.125rem;
}
.flex {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    position: absolute;
    top: 2.25rem;
    right: 5.5rem;
}
.qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}
.qr a {
    font: 400 0.7em/1.3 'Roboto', Arial, sans-serif;
    color: #4D545B !important;
}
footer > p {
    font: 400 0.65em/1.3 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
    transform: rotate(-90deg);
    position: absolute;
    right: -220px;
    bottom: 172px;
    width: max-content;
}
footer {
    position: absolute;
    right: 69px;
    bottom: 33px;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background-image: linear-gradient(to right, #F4B116, #CC1A39);
    }
    header {
        display: flex;
        justify-content: center;
    }
    h2 {
        margin: 2rem 0;
        transform: none;
        text-align: center;
        font-size: 2em;
    }
    h2 span {
        margin: 0;
    }
    br {
        display: none;
    }
    .title {
        background-color: #ED8423;
        padding: 1rem;
        width: fit-content;
        margin: 0 auto 2rem;
    }
    h1 {
        font-size: 1em;
        width: auto;
    }
    .title p {
        display: none;
    }
    .flex {
        position: static;
        justify-content: center;
    }
    footer > p {
        transform: none;
        position: static;
        width: auto;
        text-align: center;
        font-size: 0.875em;
    }
    footer {
        position: static;
    }
    .qr {
        padding: 1rem;
        width: fit-content;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 1rem auto;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    .flex {
        gap: 1rem;
    }
}