@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('poppins-v20-latin-300.eot');
    src: url('poppins-v20-latin-300.eot@') format('embedded-opentype'), url('poppins-v20-latin-300.woff2') format('woff2'), url('poppins-v20-latin-300.woff') format('woff'), url('poppins-v20-latin-300.ttf') format('truetype'), url('poppins-v20-latin-300.svg') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('poppins-v20-latin-600.eot');
    src: url('poppins-v20-latin-600.eot@') format('embedded-opentype'), url('poppins-v20-latin-600.woff2') format('woff2'), url('poppins-v20-latin-600.woff') format('woff'), url('poppins-v20-latin-600.ttf') format('truetype'), url('poppins-v20-latin-600.svg') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 300 1.063em/1.3em 'Poppins', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
    padding-top: 1.188rem;
}
p {
    padding-bottom: 1rem;
}
.red {
    font-size: 1.4em;
    line-height: 1.3em;
    padding: 0;
    position: relative;
    z-index: 2;
}
h1 {
    margin: 0;
    font-size: 2.25em;
    line-height: 1em;
}
h1 span {
    font-size: 1.125rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
h3 {
    font-size: 1.25em;
    line-height: 1.3em;
}
h4 {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0.5rem 0.75rem;
    margin: 1rem -0.75rem;
    text-align: center;
    background: #9F7940;
    color: #fff;
}
h1, h2, h3, h4, strong {
    font-weight: 600;
}
h1, h3, p {
    text-align: center;
}
h1, h3, .red {
    color: #851616;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 1rem 1.25rem 0;
    list-style: none;
}
li {
    padding-left: 2rem;
}
ul li:before {
    content: "";
    width: 12px;
    height: 11px;
    background: url('icon.jpg') no-repeat center;
    float: left;
    margin: 4px 0 0 -1.3rem;
}
main {
    border: solid 2px #A27D46;
}
header {
    margin-top: -1.188rem;
}
article {
    padding: 0 0.75rem;
    margin: -1.5rem 0 0;
    position: relative;
}
figure {
    display: flex;
    justify-content: center;
    margin: -1rem 0 0.5rem;
}
article h3 {
    margin-bottom: 0.25rem;
}
footer img {
    display: block;
}
@media only screen and (max-width:799px) {
    #wrapper {
        margin: 0 auto;
    }
    main {
        border: none;
    }
    p :is(span, a) {
        display: inline-block;
    }
    article {
        margin-top: 0.5rem;
    }
    ul {
        padding-right: 0;
    }
    ul br {
        display: none;
    }
    .red {
        background: none;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3em;
    }
    h1 {
        font-size: 1.75em;
    }
    h1 span {
        font-size: 1rem;
    }
    li {
        padding-left: 1.5rem;
    }
}