﻿:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 1px #2E2113 solid;
    max-width: 477px;
    color: #2E2113;
    position: relative;
    padding: 0.625rem;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    /* text-align: justify; */
    overflow: hidden;
}
ul:first-of-type{
    /* width: 90%; */
}
p {
    padding-bottom: 0.4375rem;
    text-align: justify;
}

h1 {
    margin-bottom: 0.3rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
}

h1 span {
    font-size: 0.875rem;
}

h2 span {}

h2 {
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.25rem;
}



a {
    color: #1f0c00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    vertical-align: middle;
}

ul {
    margin-bottom: 0.4375rem;
    padding: 0;
    list-style-image: url();
    list-style: none;
}

ul li {
    /* background: url(icon.png) no-repeat 0 5px; */
    padding-left: 0.8rem;
}



li:before {
    content: "\2022";
    color: #1F0E00;
    float: left;
    margin-left: 0rem;
    font-size: 1.125rem;
    text-indent: -0.8rem;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0rem;
}


header {
    width: 100%;
    vertical-align: middle;
    position: relative;
}


header img {}

article {
    width: 100%;
    position: relative;
}

header p:last-of-type {
    /* padding-bottom: 0; */
}

footer p:last-of-type {
    padding-bottom: 0;
}

article p:last-of-type {
    /*  padding-bottom: 0; */
}

footer {
    position: absolute;
    bottom: 0.3125rem;
    right: 2%;
}

aside:nth-of-type(1) {
    float: left;
    width: 49%;
}

aside:nth-of-type(2) {
    float: right;
    width: 49%;
}

@media (max-width: 477px) {
    #wrapper {
        width: 100%;
        font-size: 0.8125rem;
        line-height: 1rem;
        padding: 0;
        border: none;
        text-align: left;
    }

    header img {}

    p {
        text-align: left !important;
        width: 100% !important;
    }

    aside {
        float: none !important;
        width: 100% !important;
    }

    header {
        height: auto;
        padding: 3% 3% 0;
        width: auto;
        margin: 0;
    }

    article {
        height: auto;
        padding: 0% 3%;
        width: auto;
        margin: 0;
    }

    footer {
        height: auto;
        padding: 0 3%;
        width: auto;
        margin: 0;
        position: static;
    }

    footer img {
        position: static;
        margin-top: 1rem;
    }

    h1 {
        margin-bottom: 3%;
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    h2 {
        margin-bottom: 0;
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }

    h3 {
        margin-bottom: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    ul {
        margin-left: 0;
    }
    footer a{}
}