/* reset all */

html {
    box-sizing: border-box;
}

:root {
    font-size: 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: 'Arial', sans-serif;
    font-size: .875rem;
    line-height: 1.6;
    color: #000;
    background: #fff;
    font-weight: normal;
}

/* main style */

a {
    display: inline-block;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    margin: 1.875rem 0;
    text-align: center;
}

h1 span {
    font-size: .875rem;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 .625rem;
    text-decoration: underline;
}

h3 {
    margin: 0 0 .625rem;
    font-size: .875rem;
}

ul {
    padding: 0;
    margin-bottom: 1.25rem;
    list-style: none;
}

ul li {
    padding-left: 3.437rem;
    text-align: justify;
}

ul li:before {
    content: "\002d";
    float: left;
    margin-left: -1.562rem;
    font-size: .75rem;
    line-height: 1.7;
    color: #000;
}

/* layout  */

#wrapper {
    display: block;
    max-width: 52.5rem;
    margin: .625rem auto;
    padding: 3.125rem 3.125rem 3.125rem 5.625rem;
    border: thin solid #000;
}

header {
    border: solid .125rem #ccc;
    margin-bottom: 1.562rem;
}

header section {
    position: relative;
    margin-bottom: .625rem;
}

header section a {
    display: block;
    position: absolute;
    right: 3%;
    top: 6%;
    width: 20%;
    height: 30%
}

header p {
    margin-bottom: .625rem;
    padding: 0 .312rem;
    font-size: .815rem;
    text-align: justify;
    letter-spacing: -.1px;
    line-height: 1.4
}

header img {
    display: block;
    max-width: 100%;
}

article {
    padding-right: 2.187rem;
}

article p:last-of-type {}

article > p:nth-of-type(3) {
    text-align: justify;
}

/*----------------- footer --------------------*/

footer {
    background: #4F256F;
    color: #fff;
    margin: 0 -.937rem -.937rem;
    text-align: center;
    padding: .937rem;
}

/*--use when you have phone number--*/

footer span {
    white-space: nowrap;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

p a {
    color: inherit;
    text-decoration: none;
}

@media only screen and (max-width:52.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    p,
    ul,
    article > p:nth-of-type(3) {
        text-align: left
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -.625rem -.625rem;
        padding: .625rem;
    }

    header {
        margin: -.625rem -.625rem 0;
    }

    header p br {
        display: none;

    }

    h1 {
        font-size: 1.25rem;
        margin: .625rem 0;

    }

    h2 {
        font-size: .875rem;
    }

    article {
        padding: 0;
    }

    ul {
        margin: 0 0 .625rem;
    }

    ul li {
        text-align: left;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    header p {
        text-align: left;
    }

    article p,
    ul {
        font-size: .875rem;
    }
}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    ul li {
        padding-left: 1.875rem;
    }

    h1 {
        font-size: 1.125rem;
    }

    ul li:before {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}
