@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #969890;
    font: 1.125em 'PT Sans', sans-serif;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 580px;
    margin: 1rem auto;
    border: 0px solid #000;
    background: url('bgt.jpg') no-repeat top, url('bgb.jpg') no-repeat bottom, url('bgc.jpg') repeat-y, #F0F1F0;
    overflow: hidden;
    padding: 2.3rem 2.8rem 0.5rem;
    text-align: left;
}

a {
    color: #969890;
    text-decoration: none;
}

p {
    padding-bottom: 0.5rem;
}

h1 {
    margin: 0rem 0rem 0.35rem;
    font-size: 3.4em;
    line-height: 1;
}

h1 span {
    font-size: 1rem;
    font-weight: normal;
}

h2 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

h3 {
    font-size: 1.425em;
    line-height: 1.2;
    margin-bottom: 0rem;
    font-weight: normal;
}

h4 {
    font-size: 0.97em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    color: #fff;
    text-align: right;
}

h5 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0rem;
    position: absolute;
    right: 3.35rem;
    top: 31rem;
    color: #fff;
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

h5 span {
    font-weight: normal;
    font-size: 0.7em;
    line-height: 1.3;
    display: block;
}

ul {
    padding: 0rem 0rem 0.5rem;
    list-style: none;
}

li {
    padding-left: 0.8rem;
}

li:before {
    content: "\2022";
    display: block;
    font-size: 1.3em;
    line-height: 1;
    position: relative;
    float: left;
    top: 1px;
    margin-left: -0.8rem;
    font-family: Arial, sans-serif;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

hr {
    border: none;
    background: #fff;
    height: 2px;
    margin: 0.5rem 0rem;
    text-align: left;
    width: 18rem;
}

header {
    padding: 0rem 0rem 0.7rem;
}

header a {
    color: #fff;
}

header a:first-of-type {
    float: right;
}

header a:last-of-type {
    float: left;
    font-size: 0.813em;
}

article {
    padding: 0rem;
    color: #fff;
}

article>p:first-of-type {
    font-size: 0.875em;
    line-height: 1.3;
}

article>ul {
    padding-bottom: 9.4rem;
}

article>ul li {
    padding-left: 1.35rem;
}

article>ul li:before {
    content: ">>";
    font-size: 0.7em;
    top: 7px;
    margin-left: -1.35rem;
}

article section>aside {
    font-size: 0.813em;
    line-height: 1.3;
    color: #969890;
}

article section>aside:first-of-type {
    float: left;
    width: 228px;
    text-align: justify;
}

article section>aside:last-of-type {
    float: right;
    width: 219px;
    margin-top: 1.7rem;
}

article>p:last-of-type {
    text-align: justify;
    color: #969890;
}

footer {
    padding: 0.5rem 0rem 0rem;
    color: #609BAE;
}

footer p {
    font-size: 0.975em;
    line-height: 1.3;
}

footer img {
    position: absolute;
    right: 2rem;
    top: 23.6rem;
}

@media only screen and (max-width: 580px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background: #F0F1F0
    }

    p, article>p:last-of-type {
        text-align: left;
    }

    .hide_m {
        display: none;
    }

    hr {
        background: #969890;
    }

    h1 {
        font-size: 2.5em;
    }

    header {
        background: #3C7A92;
        margin: -1rem -1rem 1rem;
        padding: 1rem;
    }

    article {
        color: #969890;
    }

    article section>aside:first-of-type, article section>aside:last-of-type {
        float: none;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    article>ul {
        padding-bottom: 0.5rem;
    }

    footer img, h5 {
        position: static;
        transform: none;
    }

    footer aside {
        background: #C8D075;
        padding: 0.5rem;
    }

    footer img {
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    h4 {
        background: #609BAE;
        padding: 0.5rem;
    }

    h5 {
        background: #7BC465;
        padding: 0.5rem;
        font-size: 1.3em;
    }
}