@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bricolage-grotesque-v9-latin-regular.eot');
    src: url('../fonts/bricolage-grotesque-v9-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bricolage-grotesque-v9-latin-regular.woff2') format('woff2'), url('../fonts/bricolage-grotesque-v9-latin-regular.woff') format('woff'), url('../fonts/bricolage-grotesque-v9-latin-regular.ttf') format('truetype'), url('../fonts/bricolage-grotesque-v9-latin-regular.svg#BricolageGrotesque') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bricolage-grotesque-v9-latin-700.eot');
    src: url('../fonts/bricolage-grotesque-v9-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/bricolage-grotesque-v9-latin-700.woff2') format('woff2'), url('../fonts/bricolage-grotesque-v9-latin-700.woff') format('woff'), url('../fonts/bricolage-grotesque-v9-latin-700.ttf') format('truetype'), url('../fonts/bricolage-grotesque-v9-latin-700.svg#BricolageGrotesque') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.5em 'Bricolage Grotesque', Arial, sans-serif;
}
h1, h2 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 0.5rem #6CBE47;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 3rem;
    font-size: 2em;
    line-height: 1.5;
}
h1 span {
    display: block;
    font-weight: 400;
}
h2 {
    font-size: 1.75em;
    line-height: 1.2;
    position: absolute;
    transform: rotate(-10deg);
    color: #6CBE47;
    top: 3rem;
    left: 2rem;
}
header {
    padding: 2rem 1rem;
    display: flex;
    justify-content: flex-end;
}
figure {
    display: none;
}
article {
    width: 32%;
    margin: 1rem 1rem 0 auto;
}
footer {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    width: 32%;
    margin: 2rem 1rem 3rem auto;
}
@media only screen and (max-width:599px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1, h2, p {
        text-align: center;
    }
    h1 {
        margin-bottom: 1rem;
    }
    h2 {
        position: static;
        transform: none;
        margin-bottom: 1rem;
    }
    header {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    figure {
        display: block;
    }
    article {
        margin: 0;
        padding: 0 1rem;
        width: auto;
    }
    br {
        display: none;
    }
    footer {
        width: auto;
        margin: 0 1rem 1rem;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}