@charset "utf-8";
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v18-latin-500.eot');
    src: url('../fonts/fira-sans-v18-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v18-latin-500.woff2') format('woff2'), url('../fonts/fira-sans-v18-latin-500.woff') format('woff'), url('../fonts/fira-sans-v18-latin-500.ttf') format('truetype'), url('../fonts/fira-sans-v18-latin-500.svg#FiraSans') format('svg');
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-700.woff') format('woff'), url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cormorant-v24-latin-700.eot');
    src: url('../fonts/cormorant-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/cormorant-v24-latin-700.woff2') format('woff2'), url('../fonts/cormorant-v24-latin-700.woff') format('woff'), url('../fonts/cormorant-v24-latin-700.ttf') format('truetype'), url('../fonts/cormorant-v24-latin-700.svg#Cormorant') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Fira Sans', Arial, sans-serif;
}
strong {
    font-weight: 700;
}
article strong, h2 {
    font-weight: 500;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: linear-gradient(to bottom, #FBF9D1, #E3F2E6);
    overflow: hidden;
}
p {
    padding-bottom: 0.5rem;
    text-align: justify;
}
: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: 2.75em;
    line-height: 1.1em;
}

h1 span {
    font-size: 0.75em;
}
h1, .center {
    text-align: center;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 0.25rem -1rem;
    background: #2B6E58;
    color: #fff;
    width: fit-content;
    padding: 0.125rem 0.5rem 0.125rem 1rem;
    text-transform: uppercase;
}
h1, h3 {
    color: #2B6E58;
    font-family: 'Cormorant', "Time New Roman", serif;
    font-weight: 700;
}

h3 {
    font-size: 2.125em;
    line-height: 1.1;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 0.75rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.75rem;
}
header {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
.wid {
    width: 65%;
}
article {
    padding: 1rem 1rem 0;
}
footer {
    padding: 1.5rem 0 1rem;
    border-top: 1px solid #2B6E58;
    background: url('../images/bg.jpg') top left no-repeat;
    background-size: cover;
}

footer p {
    padding: 0.5rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .wid {
        width: auto;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2em;
        line-height: 1.3;
    }
    h3 {
        font-size: 1.5em;
    }
}