* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    color: #231f20;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: #231f20;
    text-decoration: none;
}

#wrapper {
    width: 510px;
    padding: 10px 10px 6px;
    margin: 16px auto;
    background-color: #ee4333;
}

header section {
    padding: 25px 95px 25px 0;
    text-align: center;
    position: relative;
    background: #fff;
}

header section img {
    position: absolute;
    top: 8px;
    right: 10px;
}

article {
    padding: 4px 7px 1px;
    background: #fff;
}

footer {
    padding: 10px 0 3px;
    color: #fff;
    text-align: right;
}

footer img {
    float: right;
    margin-left: 15px;
}

footer p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 !important;
}

footer a {
    color: #fff;
}

p {
    margin: 5px 0 10px;
}

.clearfix {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
}

h1 span {
    display: block;
    font-size: 21px;
    line-height: 19px;
    margin-top: 3px;
    font-weight: normal
}

h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    background: #ee4333;
    padding: 5px 10px 8px 5px;
    margin: 0 0 4px -7px;
    display: inline-block;
}

h2+p {
    clear: both;
    margin-bottom: 14px;
}

@media only screen and (max-width:509px) {
    .no {
        display: none;
    }

    #wrapper {
        width: 100%;
        padding: 10px;
        border: none;
        margin: 0;
    }

    header section {
        padding: 25px 16px;
    }

    header section img {
        position: static;
        display: inline
    }

    footer {
        text-align: center;
    }

    footer img {
        float: none;
        margin-left: 0;
        display: inline
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h1 span {
        font-size: 18px;
        line-height: 22px;
    }

    h2 {
        display: block;
    }

    br {
        display: none;
    }
}