@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-sans-v27-latin-regular.eot');
    src: url('../fonts/merriweather-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-sans-v27-latin-regular.woff2') format('woff2'), url('../fonts/merriweather-sans-v27-latin-regular.woff') format('woff'), url('../fonts/merriweather-sans-v27-latin-regular.ttf') format('truetype'), url('../fonts/merriweather-sans-v27-latin-regular.svg#MerriweatherSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-sans-v27-latin-700.eot');
    src: url('../fonts/merriweather-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-sans-v27-latin-700.woff2') format('woff2'), url('../fonts/merriweather-sans-v27-latin-700.woff') format('woff'), url('../fonts/merriweather-sans-v27-latin-700.ttf') format('truetype'), url('../fonts/merriweather-sans-v27-latin-700.svg#MerriweatherSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 0.875em/1.5em 'Merriweather Sans', Calibri, sans-serif;
    color: #fff;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 930px;
    border: solid 2px #000;
    background: #fff url('../images/bg.jpg') no-repeat top;
    height: 405px;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
figure {
    display: flex;
    justify-content: end;
}
article {
  position: absolute;
  left: 9.5rem;
  bottom: 0;
}
footer {
    margin: 55px 2.5rem 1rem;
}
figure {
    display: flex;
    justify-content: end;
}
footer p {
    text-align: right;
    color: #00B0BC;
    font-size: 0.67em;
    line-height: 1.3;
    font-style: italic;
    padding-top: 0.3rem;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:929px) {
    body {
        font-size: 1em;
        line-height: 1.3;
        color: #000;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #fff;
    }
    p :is(span, a) {
        display: inline-block;
    }
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        margin: 1rem;
    }
    figure {
        display: flex;
        justify-content: center;
    }
    article {
        position: static;
    }
    footer p {
        text-align: center;
        padding: 0.5rem 0;
    }
}