@charset "utf-8";
/* ramsina-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: 'Ramsina';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ramsina-v2-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/ramsina-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/ramsina-v2-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/ramsina-v2-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/ramsina-v2-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/ramsina-v2-latin-regular.svg#Ramsina') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 0;
    height: 652px;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 1.2em;
    line-height: 1.1em;
    padding-left: 1.5rem;
    font-weight: normal;
    margin: 1rem 0 1rem -1rem;
    position: relative;
}
h1:before {
    content: url('../images/icon.jpg');
    float: left;
    margin: 2px 0 0 -1.5rem;
}
h1 span {
    text-transform: uppercase;
    color: #B2BBB8;
    font-size: 2em;
    line-height: 1.3em;
    position: absolute;
    bottom: -9.7rem;
    left: 13rem;
}
h2, h3, h1 span {
    font-family: 'Ramsina', serif;
    font-weight: 400;
}
h2 {
    font-size: 1.7em;
    line-height: 1.3em;
}
h3 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin-bottom: 2rem;
}
header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1rem 0;
}
header figure {
    display: none;
}
article figure {
    position: absolute;
    top: 4.2rem;
    right: 7.5rem;
}
article figure img {
    margin: 0 0 -2rem -5rem;
}
article>p {
    color: #000;
    font-size: 0.8em;
    line-height: 1.3;
    position: absolute;
    bottom: 15px;
    left: 34rem;
}
.tt {
    position: absolute;
    top: 16.7rem;
    left: 8.9rem;
}
.white {
    color: #FFF;
    margin: 0.5rem 0 0 -1.5rem;
}
p.bg {
    display: inline-block;
    background: #FFF;
    padding: 0.2rem;
    transform: rotate(-5deg);
}
.white, p.bg, footer p {
    font-size: 0.8em;
    line-height: 1.3em;
}
p span.big {
    font-size: 1.2em;
}
footer {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
}
p a img {
    vertical-align: -3px;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #F26B30;
        height: auto;
        padding: 1rem;
    }
    header {
        flex-direction: column;
        align-items: center;
    }
    header figure {
        display: block;
        margin: 0 -1rem;
    }
    article figure, .tt, article p, h1 span {
        position: static;
    }
    article figure {
        margin-left: 5rem;
    }
    h1 {
        margin-left: 0rem;
    }
    h1 span {
        font-size: 1em;
    }
    h2, h3 {
        text-align: center;
    }
    .hide_m {
        display: none;
    }
    .tt {
        background: #EBE7DD;
        margin: 2rem -1rem 1.5rem;
        padding: 1rem;
    }
}
@media only screen and (max-width: 320px) {
    footer {
        position: static;
    }
    article>p:last-of-type, footer p {
        text-align: center;
    }
}