@charset "utf-8";
/* gloria-hallelujah-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Gloria Hallelujah';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gloria-hallelujah-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gloria-hallelujah-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gloria-hallelujah-v23-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/gloria-hallelujah-v23-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/gloria-hallelujah-v23-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/gloria-hallelujah-v23-latin-regular.svg#GloriaHallelujah') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    text-align: center;
    color: #FFF;
    font: 1em/1.3em "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 1rem;
    height: 556px;
}
p {
    padding-bottom: 1rem;
}
p.small {
    font-size: 0.8em;
}
p.font {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
}
.qr figure, p.font {
    margin-left: 5rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.192em;
    line-height: 1.1;
    position: absolute;
    top: 8.7rem;
    left: 32.5rem;
}
h2 {
    position: absolute;
    top: 2rem;
    left: 29.7rem;
    font-size: 0.8em;
    line-height: 1.3;
}
h3 {
    font-size: 0.92em;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-family: 'Gloria Hallelujah', cursive;
}
h3.color {
    position: absolute;
    bottom: 1.4rem;
    right: 0.6rem;
    color: #545456;
}
h3.ml {
    margin-left: -10rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
ul li {
    padding-left: 1rem;
}
ul li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
header {
    margin: -1rem -1rem 1rem;
    display: flex;
    justify-content: start;
}
header figure{
    display: none;
}
.pss {
    margin: 10rem 0rem 0rem 16rem;
    position: relative;
}
.qr {
    position: absolute;
    bottom: 2rem;
    left: 5.4rem;
}
footer {
    display: flex;
    justify-content: flex-end;
    gap: 0 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3.7rem;
}
footer p {
    color: #000;
    padding: 0.5rem 0;
}
@media only screen and (max-width:740px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        height: auto;
         background-image: linear-gradient(to right, #00B0D6, #006CA6);
    }
    header{
        flex-direction: column;
        align-items: center;
         margin: 1rem;
    }
    header figure{
        display: block;
        margin: 1rem 0 0;
    }
    h1{
        margin: 1rem 0;
    }
    p :is(a, span) {
        display: inline-block;
    }
    h1, h2, h3.color, .pss, .qr{
        position: static;
    }
    h3, .pss{
        margin: 0 0 1rem !important;
    }
    h2{
        display: inline-block;
        padding: 0.5rem;
        border-radius: 10px;
        background: #231F20;
    }
    .hide_m{
        display: none;
    }
    .qr figure, p.font {
    margin-left: 0;
}
    footer{
        justify-content: center;
        margin: 0;
    }
}