* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #221c1f solid;
    max-width: 520px;
    color: #221c1f;
    position: relative;
    padding: 0;
    background-color: #ffffff;
    font-family: "PT Sans", sans-serif;
    line-height: 21px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
}

p {
    padding-bottom: 10px;
}

h1 {
    margin: 14px 0;
    font-size: 20px;
    line-height: 1.1;
    position: relative;
    z-index: 9;
    padding-left: 20px;
}

h1:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: #FDDE39;
    height: 12px;
    width: 12px;
}

h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

a {
    color: #231f20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: none;
}

header {
    position: relative;
}

header img {
    display: block;
}

header a {
    position: absolute;
    top: 12%;
    right: 0%;
    width: 38%;
    height: 41%;
}

article {
    padding: 16px 20px 4px;
}

article section {
    text-align: center;
}

span {
    white-space: nowrap;
}

footer {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    background-color: #ffcb08;
}

article section {
    position: absolute;
    right: 12px;
    top: 100px;
}

address {
    font-style: normal;
}

.title {
    padding: 0;
}

.text {
    position: relative;
    z-index: 9;
    padding: 0 92px 0 0;
}

@media only screen and (max-width:520px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    ul li {
        background: url(iconlist.jpg) no-repeat 0px 5px;
        padding-left: 15px;
    }

    .text {
        position: relative;
        z-index: 9;
        padding: 0;
    }

    h1 span {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        text-align: left;
    }

    .no {
        display: none;
    }

    aside {
        width: auto !important;
        float: none !important;
    }

    article section {
        position: static;
        margin: 0;
    }

    article {
        padding: 10px 15px;
    }

    article p br {
        display: none;
    }

    footer {
        padding: 10px 15px;
    }

    p {
        text-align: left;
    }

    footer section {
        background: #fff;
        text-align: center;
        padding: 10px;
        margin: 10px 0;
    }
}