@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/signika-v28-latin-regular.eot');
    src: url('../fonts/signika-v28-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-v28-latin-regular.woff2') format('woff2'), url('../fonts/signika-v28-latin-regular.woff') format('woff'), url('../fonts/signika-v28-latin-regular.ttf') format('truetype'), url('../fonts/signika-v28-latin-regular.svg#Signika') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/signika-v28-latin-600.eot');
    src: url('../fonts/signika-v28-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-v28-latin-600.woff2') format('woff2'), url('../fonts/signika-v28-latin-600.woff') format('woff'), url('../fonts/signika-v28-latin-600.ttf') format('truetype'), url('../fonts/signika-v28-latin-600.svg#Signika') format('svg');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v24-latin-700.eot');
  src: local(''), url('../fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v24-latin-700.svg#RobotoSlab') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #57585A;
    font: 400 1em/1.3em 'Signika', Arial, sans-serif;
}
h2 {
    font-weight: 600;
}
#wrapper {
    position: relative;
    max-width: 820px;
    margin: 1rem auto;
    border: solid 1px #006E51;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
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 {
    margin: 0 0 0.5rem;
    font-size: 1em;
    line-height: 1.3;
    color: #57585A;
}
h1 span, h2, em strong {
    color: #006E51;
}
em strong {
    font-family: Calibri, Arial, sans-serif;
}
h1 span {
  font: 700 3.75em/1.3 'Roboto Slab', "Time New Roman", serif;
  text-transform: uppercase;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
li:before {
    content: "-";
    float: left;
    margin: -1px 0 0 -0.625rem;
}
article {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}
article div {
    flex: 1;
}
article > img {
    margin-top: 1.5rem;
}
figure {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 2rem 0 0;
}
footer p {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3;
    padding: 0.5rem 1rem;
}
@media only screen and (max-width:819px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    figure {
        display: flex;
        justify-content: center;
        margin: 1rem 0 0;
    }
    article {
        flex-direction: column;
        align-items: center;
    }
    article > img {
        margin: 0;
    }
    br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 span {
        font-size: 2em;
    }
    h1 img {
        height: 24px;
    }
}