@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 700 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #8DB6C0 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0;
    font-size: 1.25em;
    line-height: 1.1em;
    color: #475375;
    padding: 5rem 11.5rem;
}
h1:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: #3379B5;
    border-radius: 100%;
    float: left;
    margin: -1px 0 0 -3rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
    position: absolute;
    top: 0.5rem;
    right: 2.25rem;
    color: #fff;
}
li {
    padding: 0 0 0.5rem 1rem;
    font-size: 0.875em;
    line-height: 1.3;
}

.transf {
    transform: rotate(3deg) skewX(-3deg);
    margin: 0.25rem 0 0 -0.3125rem;
}
.transf.left {
    margin-left: -0.875rem;
}
li:before {
    content: "●";
    font-size: 1.5em;
    float: left;
    margin: -7px 0 0 -1.125rem;
}
header {
    padding: 0 6.75rem;
}
.logo {
    transform: rotate(90deg);
    position: absolute;
    top: 11rem;
    left: -8.25rem;
}
figure {
    opacity: 0;
}
article p {
    color: #fff;
    padding: 0 1rem 0.75rem;
    font-size: 1.125em;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    ul {
        position: static;
        padding: 1rem 1rem 0.5rem;
        background: #3379B5;
        margin: 1rem;
    }
    ul br {
        display: none;
    }
    h1 {
        background: #DFE6F0;
        padding: 1rem 1rem 1rem 4rem;
        width: fit-content;
        border-right: 0.5rem solid #3379B5;
        margin: 1rem;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }
    figure {
        opacity: 1;
    }
    .transf {
        transform: none;
        margin: 0 !important;
    }
    .logo {
        padding: 1rem;
        background: #DFE6F0;
        transform: none;
        position: static;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}