﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100%;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: .625rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 1.562rem;
    line-height: 1.1;
    margin: 0.625rem 0;
    color: #1F507C
}

h1 span {
    font-size: 1.25rem;
    font-weight: 100;
}

h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
    color: #1F507C;
}


ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\▶"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1.1;
    color: #1F507C
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    position: relative;
    padding: .625rem .625rem 5px
}

header a {
    max-width: 100%;
    width: 18.75rem;
    padding-bottom: 1.25rem
}

header section {
    background: url(../images/header2.jpg) no-repeat;
    padding: .625rem;
    background-size: 100% 100%;
    border-radius: .625rem
}

header p {
    font-size: .812rem;
    color: #004D9E
}

header p span {
    font-size: .937rem;
    font-weight: bold
}

header > img {
    max-width: 100%;
    width: 181px;
    position: absolute;
    top: 7%;
    right: 0;
    right: 2%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: .625rem
}

footer {
    background: #63A9B8;
    opacity: 0.8;
    padding: .625rem 0 .625rem 1.25rem;
    /*    width: 41%;*/
    width: 800px;
    display: block;
    margin: 0 auto;
    border-radius: 10px
}

footer p {
    color: #fff;
    text-align: center;
}

footer p span {
    font-size: .937rem;
    font-weight: bold
}

article {
    padding: 1.25rem 1.875rem 1.25rem;
}



@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
        border-radius: 0
    }
    
    body {
        background: none;
    }

    a {
        font-weight: bold;
    }

    footer {
        padding: .625rem;
        width: auto;
        display: block;
        margin-top: 1.25rem
    }

    header {
        padding: .625rem;
    }
    header > img {
        position: static;
        border-radius: 0;
        width: 100%;
    }
    header section {
        border-radius: 0
    }

    h1 {
        font-size: 1.437rem;
    }
    h1 span {
        font-size: 1rem
    }

    h2,
    h3 {
        font-size: .937rem;
        margin-bottom: 5px
    }
    
    footer {
        border-radius: 0
    }
}

@media only screen and (max-width:479px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        border-radius: 0
    }
    h1 {
        font-size: 1.625rem;
    }
}
