﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #888888;
    font-family: Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 52.812rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 3.75rem 3.75rem 0;
    background-color: #fff;
    overflow: hidden;

}

p {
    text-align: justify;
    margin: 0 0 10px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #888888;
    font-weight: 300;
}

h1 span {
    font-size: 0.7em
}

h2 {
    font-size: 1.187rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
    color: #42A62A;
}

footer section p span > a {
    color: #42A62A;
    font-weight: 700;
    font-size: .937rem;
}

h3 {
    font-size: 1.231em;
    line-height: 1.1;
    margin: 0 0 0.625rem;
    color: #000;
}

h3 span {
    font-size: .875rem;
    font-weight: normal
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    margin: -3.75rem -3.75rem 5px;
    position: relative
}

header a {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 7%;
    left: 6.9%;
    height: 40%;
    width: 44%;
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    background: #F1F1F1;
    color: #000000;
    margin: 0 -3.75rem;
    padding: 1.188rem 3.75rem;
}

footer > a {
    background: #000;
}

footer a img {
    background: #000;
    padding: .312rem .437rem;
    font-size: 1.125rem;
    width: 100%;
    width: 1.875rem;
}



footer > section:nth-of-type(2) > a {
    margin-top: .437rem;
}

footer > section:nth-of-type(1) p:last-of-type {
    margin: 0;
}

article section,
footer section {
    width: 48%;
    float: left
}

article section:last-of-type,
footer section:last-of-type {
    float: right;
}

footer section:last-of-type p {
    margin-bottom: .625rem;
}

@media only screen and (max-width:51.5rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    article section,
    footer section {
        width: 100%;
        float: none
    }

    article section:last-of-type,
    footer section:last-of-type {
        float: none;
    }

    footer section:first-of-type {
        margin-bottom: -.937rem;
    }

    p {
        text-align: left;
        margin-bottom: .625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    h2 {
        margin-bottom: .312rem;
    }

    ul {
        margin-bottom: .625rem
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
