@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Covered By Your Grace';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/covered-by-your-grace-v15-latin-regular.eot');
    src: url('../fonts/covered-by-your-grace-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/covered-by-your-grace-v15-latin-regular.woff2') format('woff2'),
        url('../fonts/covered-by-your-grace-v15-latin-regular.woff') format('woff'),
        url('../fonts/covered-by-your-grace-v15-latin-regular.ttf') format('truetype'),
        url('../fonts/covered-by-your-grace-v15-latin-regular.svg#CoveredByYourGrace') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    text-align: center;
    color: #FFF;
    font: 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 918px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 1rem 1rem 1rem 25rem;
    height: 636px;
}
:is(h1, h2) {
    font-weight: 400;
}
p {
    padding-bottom: 1rem;
}
p a.bt{
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background: #C30175;
    color: #FFF;
}
h1 {
    margin: 1rem 0 7rem;
    font-size: 1.2em;
    line-height: 1.1;
}
h2 {
    font-size: 1.7em;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: -2.1rem 0 1rem 0;
}
h2, p span.ttu {
    text-transform: uppercase;
}
h2+p {
    font-size: 1.2em;
    line-height: 1.3em;
}
h3 {
    font: 400 1.938em/1.2 'Covered By Your Grace', Arial, sans-serif;
    color: #83BA3A;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
article section {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
article section, footer {
    transform: rotate(-5.2deg);
}
article>p:last-of-type {
    font-size: 0.9em;
    line-height: 1.4em;
}
article>h3:last-of-type {
    transform: rotate(5deg);
    position: absolute;
    bottom: 9.8rem;
    right: 2rem;
}
footer p {
    text-align: left;
}
footer div {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0 0.5rem;
}
footer {
    position: absolute;
    bottom: 2.6rem;
    left: 1rem;
}
footer p.big {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-bottom: 0;
}
footer>p:last-of-type {
    font-size: 1.2em;
}
p span.small {
    font-size: 0.8em;
}
@media only screen and (max-width:917px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem 1rem 0;
        height: auto;
        background-image: linear-gradient(to bottom, #1F2527, #33373A);
    }
    article section, footer, h3 {
        position: static !important;
        transform: rotate(0deg) !important;
    }
    h1 {
        margin-bottom: 1rem;
    }
    h2 {
        margin: 0 0 1rem;
    }
    h3:last-of-type {
        margin-bottom: 1rem;
    }
    footer {
        background: #C30175;
        padding: 1rem;
        margin: 0 -1rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
        align-items: center;
        flex-wrap: wrap;
    }
    footer div {
        background: #C30175;
    }
    h3:last-of-type br {
        display: none;
    }
    p :is(a, span) {
        display: inline-block;
    }
}