@charset "utf-8";
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v14-latin-regular.eot');
    src: local(''), url('../fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v14-latin-regular.woff2') format('woff2'), url('../fonts/jost-v14-latin-regular.woff') format('woff'), url('../fonts/jost-v14-latin-regular.ttf') format('truetype'), url('../fonts/jost-v14-latin-regular.svg#Jost') format('svg');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.eot');
    src: local(''), url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v14-latin-700.woff2') format('woff2'), url('../fonts/jost-v14-latin-700.woff') format('woff'), url('../fonts/jost-v14-latin-700.ttf') format('truetype'), url('../fonts/jost-v14-latin-700.svg#Jost') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font: 400 1.125em/1.3em 'Jost', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 3px #000;
    background: url('../images/bg.jpg') no-repeat top #BDDCF1;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 1rem 0;
    font-size: 1.9375em;
    line-height: 1.3;
    text-align: center;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin-right: 5rem;
}
h3 {
    font-size: 1.125em;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
h3 + p {
    font-size: 1rem;
    line-height: 1.3;
}
h1, h2, h3, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #231F20;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.res {
    display: none;
}
article {
    padding: 0 1rem;
    margin: -4rem 0 0;
}
article div {
    width: fit-content;
    margin: 2rem 0 1rem;
}
footer {
    position: absolute;
    bottom: 0.25rem;
    right: 0.75rem;
}
@media only screen and (max-width: 699px) {
    body {
        font-size: 1em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    h2 {
        margin: 0;
    }
    article {
        padding: 1rem;
        margin: 0;
    }
    article div {
        margin: 0;
        width: auto;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
    .hide_m {
        display: none;
    }
}