@charset "UTF-8";

@import url(/fonts/Eurostile.css);
@import url(/fonts/OpenSans.css);

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font: 16px/1.8 "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #2d2d2d;
}

img, svg {
    display: block;
    max-width: 100%;
}

h1, h2, h3 {
    font: 26px/1.8 "Eurostile", "EurostileW01-Regular", sans-serif;
    margin: .25em 0;
}

h1 {
    font-size: 32px;
}

p {
    margin: 0 0 .25em;
}

a {
    text-decoration: solid underline;
    color: currentColor;
}

a:hover {
    text-decoration: #399250 solid underline;
    color: #399250;
}

ol, ul {
    margin: .25em 0 0;
    padding: 0 0 0 1em;
    list-style: inside square;
}

li {
    margin: 0 0 .25em;
}

li::marker {
    color: #399250;
}

hr {
    width: 576px;
    max-width: 100%;
    height: 1px;
    border: none;
    background-color: #399250;
}

header {
    margin: 2em 0;
}

header img {
    margin: 0 auto;
    -webkit-user-select: none;
    user-select: none;
}

section {
    width: 576px;
    max-width: 100%;
    margin: 0 auto 1em;
    padding: 0 1em;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

address {
    font-style: normal;
    display: grid;
}

footer {
    margin: 1em 0 0;
    padding: .25em 0;
    text-align: center;
}