@charset "utf-8";
:root {
    font-size: 17px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #486162;
    font: 400 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 815px;
    margin: 1rem auto;
    border: solid 2px #486162;
    background-color: #E2F1DE;
    overflow: hidden;
    padding: 1rem 1rem 0.5rem;
}
p {
    padding-bottom: 0.7rem;
}
h1 {
    margin: 0 0 1rem;
    color: #FFF;
    padding: 0.3rem 0.3rem 0.5rem;
    background: #486162;
    font-size: 1.9em;
    line-height: 1;
    width: fit-content;
}
h1 small {
    font-size: 0.5em;
}
h2 {
    text-decoration: underline;
    font-size: 1em;
    line-height: 1.3;
    padding-bottom: 0.3rem;
}
ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
}
li {
    padding: 0 0 0 35px;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: 0 0 0 -13px;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
header {
    margin: 0 0 0.5rem -1rem;
}
footer p {
    text-align: center;
    font-size: 1.188em;
    line-height: 1.3;
}
.contact{
    line-height: 1.5;
}
.contact img{
    vertical-align: -3px;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:814px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    br {
        display: none;
    }
    .block{
        display: block;
    }
}