@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 {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    margin: 0;

}

h2 {
    font-size: .75rem;
    margin: 0 0 .312rem;
    color: #EE7323;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .5rem;
    background: #EE7224;
    margin-left: -1.25rem;
    top: .25rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: solid thin #000;
    background-color: #fff;
    padding: .625rem;
}

header {
    margin-bottom: .625rem;
}

header p {}

article {}

aside {}

footer {
    background: #2E8040;
    display: flex;
    padding: .937rem 2.5rem;
    justify-content: space-between;
    color: #fff;
    font-weight: 700;
}

footer > a {
    width: 40%
}

footer p {
    margin: .625rem 0 0;
}

@media only screen and (max-width:899px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    p a {
        font-weight: bold;
    }

    article > br {
        display: none;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    footer {
        padding: .625rem;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width:479px) {}
