@charset "utf-8";

@font-face {
    font-display: swap;   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Love Ya Like A Sister';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/love-ya-like-a-sister-v23-latin-regular.eot');   /* IE9 Compat Modes */
    src: url('../fonts/love-ya-like-a-sister-v23-latin-regular.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/love-ya-like-a-sister-v23-latin-regular.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/love-ya-like-a-sister-v23-latin-regular.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/love-ya-like-a-sister-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/love-ya-like-a-sister-v23-latin-regular.svg#LoveYaLikeASister') format('svg');   /* Legacy iOS */
}

@font-face {
    font-display: swap;   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');   /* IE9 Compat Modes */
    src: url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'),      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg');   /* Legacy iOS */
}

@font-face {
    font-display: swap;   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-v17-latin-700.eot');   /* IE9 Compat Modes */
    src: url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/pt-sans-v17-latin-700.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'),      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg');   /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    font: 0.813em/1.3em 'PT Sans', Calibri, sans-serif;
    color: #fff;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 900px;
    border: solid 1px #000;
    background: #fff;
}

p {
    padding-bottom: 1rem;
    text-align: center;
}

p span {
    display: flex;
    justify-content: center;
    padding-bottom: 0.5rem;
}

h1 {
    margin: 0rem 0rem 0rem;
    text-transform: uppercase;
    font-style: italic;
    position: absolute;
    left: 5.3rem;
    bottom: 22rem;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    font-family: 'Love Ya Like A Sister', Arial, sans-serif;
}

h1 small {
    font-size: 0.7em;
    color: #800D0E;
    display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
}

li {
    padding: 0 0 0 16px;
}

ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: 0 0 0 -16px;
}

header {
    padding: 0;
}

header>img {
    display: block;
}

.qrcode {
    background: rgb(255, 255, 255, 0.5);
    padding: 0.4rem;
    position: absolute;
    right: 3rem;
    bottom: 1rem;
}

.qrcode span {
    color: #2D424D;
    display: block;
    text-align: center;
    font-size: 0.813em;
    line-height: 1.3;
}

.qrcode span:first-of-type {
    padding-bottom: 0.5rem;
}

section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 269px;
}

section p:first-of-type {
    width: 110px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 87%;
}

article {
    padding: 0;
}

footer p {
    transform: rotate(-90deg);
    position: absolute;
    right: -10rem;
    bottom: 11rem;
    font-size: 0.688em;
}

img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: linear-gradient(to right, #F9A52B, #D33833);
        -webkit-background: linear-gradient(to right, #F9A52B, #D33833);
        -moz-background: linear-gradient(to right, #F9A52B, #D33833);
        -ms-background: linear-gradient(to right, #F9A52B, #D33833);
    }

    .qrcode {
        position: static;
        margin: 0 auto;
        width: fit-content;
    }

    p {
        text-align: left;
    }

    p a {
        display: inline-block;
    }

    .hide_m {
        display: none;
    }

    h1 {
        position: static;
        margin: 1rem 0;
        font-size: 1.6em;
    }

    br {
        display: none;
    }

    .flexbox {
        justify-content: space-between;
        width: 100%;
        position: static;
        padding: 1rem 1.5rem;
    }

}

@media only screen and (max-width:595px) {
    section {
        width: 100%;
        padding-top: 1rem;
    }

    .flexbox figure {
        display: flex;
        justify-content: center;
    }

    .flexbox {
        display: block;
    }

    section p:first-of-type {
        width: auto;
    }

    footer p {
        transform: none;
        position: static;
        text-align: center;
        padding: 1rem;
    }

}
