@charset "utf-8";
/* oxanium-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: 'Oxanium';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oxanium-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/oxanium-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/oxanium-v20-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/oxanium-v20-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/oxanium-v20-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/oxanium-v20-latin-regular.svg#Oxanium') format('svg');
    /* Legacy iOS */
}
/* oxanium-700 - 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: 'Oxanium';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oxanium-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/oxanium-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/oxanium-v20-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/oxanium-v20-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/oxanium-v20-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/oxanium-v20-latin-700.svg#Oxanium') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 0.875em/1.3em 'Oxanium', Arial, sans-serif;
    color: #000;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 880px;
    border: solid 1px #000;
    background: #B5C5D2;
    padding: 0.4rem 33% 0 0.4rem;
}
p {
    padding-bottom: 1rem;
    text-align: center;
}
.big {
    font-size: 1.188em;
}
h1, h2 {
    margin: 0rem 0rem 1rem;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
}
h2 {
    margin-bottom: 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
.banner {
    position: absolute;
    right: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:879px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.5rem;
    }
    p :is(span, a) {
        display: inline-block;
    }
    figure {
        display: flex;
        justify-content: center;
    }
    .banner {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem 0;
    }
}