@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-v18-latin-regular.eot');
    src: url('../fonts/caveat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/caveat-v18-latin-regular.woff2') format('woff2'), url('../fonts/caveat-v18-latin-regular.woff') format('woff'), url('../fonts/caveat-v18-latin-regular.ttf') format('truetype'), url('../fonts/caveat-v18-latin-regular.svg#Caveat') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.875em/1.431em 'Roboto', Arial sans-serif;
}
strong {
    font-weight: 700;
}
footer {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
}
#wrapper1 {
    max-width: 100%;
    padding: 1rem 0;
    background-color: #719430;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 0rem auto;
    padding: 0.5rem 0;
}
article,
footer {
    padding: 0 1.188rem;
}
p {
    text-align: left;
}
h2+p,
h2+ul {
    margin-top: 0.308rem;
}
h1 {
    font: 400 3.692em/1.1em 'Caveat', Arial, cursive;
}
h2 {
    font: 400 1.931em/1.231em 'Caveat', Arial, cursive;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #719430;
    text-decoration: none;
    white-space: nowrap;
}
a:hover {
    text-decoration: underline;
}
a.phone {
    color: inherit
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul {
    padding-left: 2rem;
}
ul li {
    padding-bottom: 0.2rem;
    list-style-type: none;
}
ul li:before {
    content: "\25A0";
    color: #719430;
    float: left;
    margin-left: -1.25rem;
}
.logo {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 555;
    left: 2%;
    top: 0%;
}
footer i {
    color: #fff;
    font-size: 1.875rem
}
footer {
    display: flex;
    align-items: center;
    column-gap: 1.375rem
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem
    }
    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }
    h1 {
        font-family: 'Caveat', cursive;
        font-size: 2.692em;
        line-height: 1.1em;
    }
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    footer {
        justify-content: center;
    }
}