@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/poppins-v24-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/poppins-v24-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/poppins-v24-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1.25em/1.4 'Poppins', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 665px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    height: 942px;
}
h1 {
    margin: 0 0 3rem;
    font-size: 2.15em;
    line-height: 1.1em;
    text-shadow: 0px 0px 7px #777777;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
article {
    padding: 1.5rem 1.125rem 0;
}
h1, h2 {
    text-transform: uppercase;
}
.flex {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin: 2rem 0 3rem;
}
.qr {
    display: flex;
    align-items: flex-end;
    margin: 0 0 2.5rem 2.25rem;
}
.qr p {
    padding-bottom: 2rem;
}
figure {
    position: absolute;
    bottom: 30px;
    right: 23px;
}
footer p {
    padding: 0 1.375rem 0;
    font: 400 0.9em/1.3 'Segoe UI', Arial, sans-serif;
}
@media only screen and (max-width: 664px) {
    body {
        text-align: center;
        font-size: 1.125em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: linear-gradient(to right, #045B96, #252279);
        height: auto;
    }
    h1, h2 {
        margin: 0 auto 0.75rem;
        padding: 0.75rem 1rem;
        background: linear-gradient(to right, #F0B80F, #EF981C);
        width: fit-content;
    }
    .flex, .qr {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        justify-content: center;
        margin: 1rem 0;
    }
    .qr {
        padding: 1rem;
        background-color: #EE971B;
        margin: 0 auto 1rem;
    }
    .qr p {padding-bottom: 0;}
    article br {
        display: none;
    }
    figure {
        position: static;
        width: fit-content;
        margin: 0 auto 1rem;
    }
    footer p {
        padding: 0 1rem 1rem;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.625em;
    }
    h2 {
        font-size: 1.125em;
    }
}
@media only screen and (max-width: 380px) {
    h1 {
        font-size: 1.5em;
    }
}