@charset "utf-8";
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    src: local(''),
        url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
        url('../fonts/poppins-v20-latin-regular.woff') format('woff'),
        url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
        url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.eot');
    src: local(''),
        url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins-v20-latin-700.woff2') format('woff2'),
        url('../fonts/poppins-v20-latin-700.woff') format('woff'),
        url('../fonts/poppins-v20-latin-700.ttf') format('truetype'),
        url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #023326;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875em;
    line-height: 1.6em;
}
#wrapper {
    position: relative;
    max-width: 840px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #aecb9c;
    overflow: hidden;
    padding: 0rem 0;
}
p {
    padding-bottom: 1rem;
}
h2 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin-bottom: 1.25rem;
}
h2+p {
    padding-bottom: 1rem;
}
a {
    color: #023326;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    display: inline-block;
    font-size: 1.3em;
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: -1rem;
}
header {
    float: right;
}
main {
    float: left;
    padding: 1rem 1rem 0 2rem;
    width: 440px;
    background: url('../images/bg.jpg') no-repeat left -0.5rem top 23.6rem;
}
article p:nth-of-type(3) {
    font-size: 1.188em;
    line-height: 1.3em;
    padding-bottom: 1.6rem;
}
article p:nth-of-type(2) {
    padding-bottom: 0rem;
}
footer {
    font-size: 0.85em;
    line-height: 1.6em;
    padding-bottom: 1rem;
}
footer p {
    padding-bottom: 0.5rem;
}
footer>a img {
    margin-right: 1rem;
}
footer aside {
    margin-top: 1rem;
}
@media only screen and (max-width: 820px) {
    #wrapper {
        margin: 0 auto;
        height: auto;
        padding: 0;
        max-width: 359px;
    }
    p {
        text-align: left;
    }
    main {
        width: auto;
        padding: 1rem;
        background-image: none;
    }
    article p:nth-of-type(2) {
        padding-bottom: 1.5rem;
    }
}
@media only screen and (max-width: 358px) {
    #wrapper {
        border: 0;
    }
    h2 {
        font-size: 2em;
        line-height: 1.3em;
    }
}