/* reset all */

html {
    box-sizing: border-box;
}

:root {
    font: 16px;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

/* body set-up */

body {
    font-family: 'Times New Roman', sans-serif;
    font-size: .875rem;
    line-height: 1.2;
    color: #000;
    background: #fff;
    font-weight: normal;
}

/* main style */

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 .625rem;
    text-align: justify;
}

h1 {
    color: rgb(128, 0, 0);
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1;
    margin: 1.25rem 0 .312rem;
    text-align: center;
    letter-spacing: .062rem;
}

h1 span {
    font-size: 1.375rem;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: 1rem;
    color: rgb(128, 0, 0);
    margin: 0 0 .312rem;
}

h3 {
    color: rgb(128, 0, 0);
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    margin-bottom: .625rem;
    line-height: 1;
}

h3 span {
    font-weight: normal
}

ul {
    padding: 0;
    margin-bottom: .625rem;
    list-style: none;
}

ul li {
    padding-left: 1.437rem;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.437rem;
    font-size: 1.25rem;
    line-height: 0.7;
    color: #000;
}

/* layout  */

#wrapper {
    max-width: 810px;
    margin: .625rem auto;
    padding: .937rem 3.437rem;
    border: 1px solid #bebebe;
    background: url('../images/bg.jpg') no-repeat bottom 20% right -10px;
    background-size: 260px;
}

article span {
    color: rgb(128, 0, 0);
}

/* content */

article {
    margin: 0 1.875rem
}

header {
    margin: -.937rem -3.437rem 1.875rem;
    background: #010080;
    padding: .937rem 2.187rem 0 5.937rem;
    position: relative;
}

header img {
    display: block;
}

header a {
    float: left;
    margin-bottom: .312rem;
    max-width: 11.25rem;
}

header section {
    margin: 0 -2.187rem 0 -5.937rem
}

header p {
    padding: .625rem 0 0 0;
    text-align: right;
    color: #fff;
    float: right;
    margin: 0;
    font-size: .875rem;
    position: absolute;
    right: 1.875rem;
    top: 4.375rem
}

header > img {
    float: right;
    margin-left: 5rem;
    max-width: 6.25rem;
}

article p:nth-of-type(2) {}

article p:nth-of-type(4) {}

/* footer */

footer {
    background: #010080;
    color: #fff;
    margin: 1.875rem -3.437rem -.937rem;
    text-align: center;
    padding: .937rem;
}

footer p:last-child {
    margin-bottom: 0;
}

footer section:nth-child(2) {
    float: left;
    width: 90%;
}

footer section:nth-child(1) {
    float: right;
    width: 10%;
}

footer section:nth-child(1) img {
    position: relative;
    display: block;
    right: 30%;
}

footer section p {
    font-size: 21px;
    text-align: center;
}

footer img {
    width: 100%
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

p span {
    font-size: 1rem;
    line-height: 1;
    color: rgb(128, 0, 0);
    font-weight: bold;
}

footer p span {
    display: inline-block;
    width: 1.562rem;
}

@media only screen and (max-width: 800px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;

    }

    footer p span {
        width: auto;
    }

    p {
        text-align: left
    }

    article {
        margin: 0
    }

    header {
        margin: -.625rem -.625rem .625rem;
        padding: .625rem .625rem 0
    }

    header section {
        margin: 0 -.625rem
    }

    header > img {
        float: none;
        margin: 0 auto .625rem
    }

    header p {
        float: none;
        text-align: center;
        margin-bottom: .625rem;
        padding: 0;
        position: static
    }

    header a {
        float: none;
        margin: .625rem auto;
        display: block;
        max-width: 12.5rem
    }

    a {
        font-weight: bold
    }

    footer {
        margin: 0 -.625rem -.625rem;
    }

    footer section:nth-child(1) {
        float: none;
        width: 100%;
    }

    footer section p {
        font-size: .937rem;
        text-align: center;
    }

    footer section:nth-child(2) {
        float: none;
        width: 100%;
    }

    h1 {
        font-size: 1.5rem;
        margin: .625rem 0 0;
    }

    h3 {
        margin: 0 0 .625rem;
    }

    h2 {
        font-size: .875rem;
    }

    ul li br {
        display: none
    }

    footer section:nth-child(1) img {
        position: relative;
        display: block;
        right: 0;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.312rem;
    }

    h3 {
        font-size: 1rem
    }

    h3 span {
        font-size: .875rem
    }

    ul li:before {}
}
