:root {
    font-size: 16px;
}

* {
    margin: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #231F20 solid;
    max-width: 550px;
    color: #231F20;
    position: relative;
    padding: 0.3125rem 0.5rem;
    background-color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.25rem;
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
}

p {
    padding-bottom: 0.3125rem;
}

h1 {
    margin: 0.3125rem 0 0.625rem;
    font-size: 1.875rem;
    line-height: 2.125rem;
    text-align: center;
    background: #FFF100;
    padding: 0.3125rem
}

h1 span {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400
}

a {
    color: #231F20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    vertical-align: middle
}

ul {
    margin-bottom: 0.625rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 0.625rem;
    position: relative
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: 0.25rem;
    left: 0;
    color: #231F20;
    font: 400 1rem/1rem arial;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

footer section p {
    background: #FFF100;
    text-align: center;
    padding: 0.125rem;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

footer section {
    float: left;
    margin-right: 1.5625rem;
    padding: 0.3125rem 0.3125rem 0;
}

footer p {
    padding: 0
}

header {
    text-align: justify
}

@media only screen and (max-width: 550px) {
    #wrapper {
        border: none;
        font-size: 0.875rem;
        line-height: 1.125rem
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    h1 span {
        font-size: 0.875rem;
        line-height: 1.125rem
    }

    article br {
        display: none
    }

    header {
        text-align: left
    }

    ul li:before {
        top: 0.125rem;
    }

    footer p {
        clear: both;
        padding-top: 0.625rem;
    }

    a {
    	white-space: nowrap;
    }
}
