:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    position: relative;
    max-width: 898px;
    margin: 0.625rem auto;
    border: none;
    padding: 0;
    overflow: hidden;
    text-align: left;
    line-height: 1.25rem;
    font-size: 1rem;
    color: #777777;
    font-family: 'Roboto', sans-serif;
    box-shadow: -0.5px 3px 15px #999;
    background-color: #FFF;
}

h1 {
    margin: 1.5rem 0;
    padding: 0;
    font-size: 1.75rem;
    line-height: 2.1875rem;
    text-align: center;
    color: #B4D90F;
}

h1 small {
    display: block;
    color: #777777;
}

h2 {
    font-size: 1.125rem;
    margin: 1rem 0;
    color: #B4D90F;
    line-height: 1.375rem;
}

p {
    margin: 0 0 1rem;
    padding: 0;
}

header {
    margin: 0;
}

article {
    margin: 0;
    padding: 1rem 3rem;
}

footer {
    border-top: 2px solid #999;
    margin: 0;
    background: #F8F8F8;
    padding: 2rem 3rem;
    position: relative;
}

a {
    color: #b1c903;
    white-space: nowrap;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin: 0 0 1.5rem 1.5rem;
    list-style: none;
    padding: 0;
}

ul li {
    padding-left: 1.75rem;
}

ul li:before {
    content: "\2022";
    color: #b1c903;
    float: left;
    margin-left: 0;
    font-family: Arial, sans-serif;
    font-size: 1.5625rem;
    text-indent: -1.75rem;
}

footer aside p:nth-of-type(1) {
    width: 103px;
    float: left;
}

footer aside {
    display: flex;
}

footer figure {
    position: absolute;
    top: 32px;
    margin: 0;
    right: 3rem;
}

h3{
    font-weight: normal;
    font-size: 2.25rem;
    position: absolute;
    left: 81px;
    top: 21.1875rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 13px 1.25rem;
    color: #fff;
    line-height: 33px;
}

h3 span{
    color: #b1c903;
}

@media all and (max-width:897px) {
    #wrapper {
        width: 100%;
        padding: 0;
        border: none;
    }

    h3{
        position: static;
        line-height: 2.5rem;
        text-align: center;
        font-size: 1.625rem;
        padding: 0.625rem;
        margin-bottom: 1.25rem;
    }

    article,
    footer {
        padding: 0.9375rem;
    }

    br {
        display: none;
    }

    footer br {
        display: inline;
    }
}

@media all and (max-width:725px) {
    footer figure {
        position: static;
    }
}

@media all and (max-width:525px) {
    footer aside {
        display: block;
    }

    footer aside p:nth-of-type(1) {
        width: 100%;
        margin: 0;
    }
}