@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;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.125em/1.3 'Ubuntu', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 522px;
    margin: 1rem auto;
    border: solid 2px #0078C0;
    background-color: #fff;
    overflow: hidden;
}
:is(h1, strong) {
    font-weight: 700;
}
p {
    padding-bottom: 0.5rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    margin: 0.25rem 0 1rem;
    font-size: 1.375em;
    line-height: 1.2;
    padding-left: 2rem;
    color: #0078C0;
}
h1:before {
    content: "\25A0";
    font-size: 1.75em;
    float: left;
    margin: -18px 0 0 -2rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    display: flex;
    justify-content: flex-end;
    padding: 2rem;
}
article {
    padding: 0 1.75rem 0.75rem;
    position: relative;
    z-index: 1;
}
footer {
    padding: 0 1.75rem 4.5rem;
    position: relative;
    background: url('../images/bg.jpg') no-repeat bottom left;
}
footer section:first-of-type {
    position: relative;
}
footer section:first-of-type a {
    position: absolute;
    top: 0;
    left: 0;
}
footer section:first-of-type p {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-left: 6.8rem;
}
footer section:last-of-type {
    position: absolute;
    bottom: 0.2rem;
    right: 1.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer section:last-of-type p {
    font-size: 0.9em;
    color: #fff;
}
@media only screen and (max-width:521px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h1 {
        font-size: 1.3em;
        padding-left: 1.5rem;
    }
    h1:before {
        margin-left: -1.5rem;
        margin-top: -15px;
    }
    p {
        text-align: left;
    }
    p :is(a, span) {
        display: inline-block;
    }
   header {
        justify-content: center;
        padding: 1rem;
    }
    article {
        padding: 1rem 1rem 0.75rem;
    }
    footer {
        background: #FFF;
        padding: 0 1rem 5rem;
    }
    footer a.clt {
        color: #000;
    }
}
@media only screen and (max-width:390px) {
    footer {
        padding-bottom: 1rem;
    }
    footer figure {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    footer section:first-of-type a {
        position: static;
    }
    footer section:first-of-type p {
        text-align: center;
        margin: 0;
    }
    footer section:last-of-type {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer section:last-of-type img {
        margin: 0;
    }
}