@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: #005982;
    font: 1em/1.3em 'Ubuntu', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 2px #425159;
    background: url('../images/bg.jpg') no-repeat top -2.4rem left;
    overflow: hidden;
    padding: 1rem 1rem 0;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 1em 0 1.2rem;
    font-size: 1.5em;
    line-height: 1.1;
}
h1 span {
    text-transform: lowercase;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #FFF;
}
h3 {
    font-size: 2.6em;
    line-height: 1.3;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
h3:before {
    content: url('../images/icon.jpg');
    font-size: 1.3em;
    float: left;
    margin: -1px 0 0 -2rem;
}
h3 span {
    color: #81C340;
    font-size: 0.6em;
    text-transform: lowercase;
}
: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: 0.5rem;
    right: 1.1rem;
}
article>p:first-of-type {
    color: #425159;
}
article>p:first-of-type strong, p span.color {
    color: #005982;
}
article>p:first-of-type span, h1 {
    color: #81C340;
}
article p:first-of-type {
    text-align: justify;
    hyphens: auto;
    width: 500px;
    line-height: 1.4em;
}
article>p:first-of-type strong, h1, h3, article section p:first-of-type span {
    text-transform: uppercase;
}
article section p, p a.blue {
    color: #196D8D;
}
footer p {
    padding-bottom: 0;
}
footer {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    position: absolute;
    gap: 0 1rem;
    bottom: 1rem;
    right: 7rem;
}
@media only screen and (max-width:779px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background: #FFF;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
    }
    article section, footer {
        background: #81C340;
        margin: 0 -1rem;
        padding: 1rem;
    }
    p {
        text-align: left !important;
        width: auto !important;
    }
    h1 {
        margin: 1rem 0;
    }
    h3 {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
    footer {
          right: 1rem;
          bottom: 2rem;
    }
}
@media only screen and (max-width: 630px){
    footer{
        position: static;
        justify-content: center;
         padding: 0 1rem 1rem;
    }
    article section p{
        text-align: center !important;
    }h1{
        font-size: 1.5em;
    }
    h3{
        font-size: 1.6em;
    }
}
@media only screen and (max-width: 480px){
    footer{
        flex-direction: column;
        align-items: center;
    }
    footer p{
        text-align: center !important;
    }
 }