@charset "utf-8";
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.eot');
    src: local(''), url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.eot');
    src: local(''), url('../fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-700.woff') format('woff'), url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #42515a;
    font: 1em/1.4em 'Ubuntu', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 810px;
    margin: 1rem auto;
    border: solid 1px #42515a;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 1.5rem 1.75rem 0;
}
p {
    padding-bottom: 1rem;
}
h1 {
    font-size: 2.25em;
    line-height: 1.3;
    padding-left: 2.4rem;
    margin: 0 0 1rem;
}
h1:before {
    content: url('../images/icon.jpg');
    font-size: 1.3em;
    float: left;
    margin: -4px 0 0 -2.4rem;
}
h1 span {
    font-size: 0.6em;
    text-transform: lowercase;
}
h3 {
    margin: 0.5em 0 1.5rem;
    font-size: 1.563em;
    line-height: 1.3;
}
h1, h3, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #005982;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 1rem;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}
article strong, h1, .color {
    color: #005982;
}
.width span, h3, h1 span {
    color: #81C340;
}
.width {
    width: 492px;
}
.width :is(h3, p) {
    text-align: justify;
    hyphens: auto;
}
.width strong, h1, h3, .upper {
    text-transform: uppercase;
}
.color1 {
    color: #166D8D;
}
.color {
    font-size: 1.125em;
    line-height: 1.3em;
}
article > p:last-of-type {
    margin-top: 1rem;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: 6rem;
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}
footer p {
    padding: 0;
}
@media only screen and (max-width: 809px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem 1rem 0;
        background: #FFF;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
    }
    article > p:last-of-type {
        background: #81C340;
        margin: 0 -1rem;
        padding: 1rem;
    }
    .width {
        width: auto;
    }
    .width :is(h3, p) {
        text-align: left;
    }
    h3 {
        margin: 1rem 0;
    }
    h1 {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
    footer {
        right: 1rem;
        bottom: 1rem;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 690px) {
    footer {
        position: static;
        background: #81C340;
        padding: 0 1rem 1rem;
        margin: 0 -1rem;
        justify-content: center;
    }
    article > p:last-of-type {
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.4em;
        line-height: 1.25em;
    }
    footer {
        flex-direction: column;
        align-items: center;
    }
    footer p {
        text-align: center;
    }
}