﻿@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: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 46.875rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0 2.5rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    line-height: 1;
    margin: .625rem 0 0;
    font-size: 1.625rem;
}

h1 span {
    font-size: 1.5rem;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
    color: rgb(4, 2, 251);
    font-size: 1.5rem;
    margin: 0 0 1.875rem;
}

h3 {
    font-size: 1.375rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

h4 {
    font-size: 1rem;
    margin: 0 0 .625rem;
}

article h4 {
    padding:.625rem;
    border: 1px solid #000;
    background: #EAEAEA
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    box-shadow: rgba(0, 0, 0, .25) 0 .187rem .687rem 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 .187rem .687rem 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 .187rem .687rem 0 !important;
    margin: 0 -2.5rem 0;
    position: relative;
    z-index: 1;

}

header a {
    max-width: 270px;
    margin: .625rem 0;
}

nav {
    margin: 0 -2.5rem 2.5rem;
    padding: 0;
    position: relative;
}

nav img {
    display: block;
    width: 100%;
}


section {
    text-align: center;
    background: #ff0;
    margin: 0 -2.5rem 1.25rem;
    padding: 1.25rem 2.5rem;
}

aside {
    padding:.625rem;
    border: 1px solid #000;
    background: #EAEAEA
}

aside:nth-of-type(2) {
    margin: 10px 0
}

aside:last-of-type {
    margin-bottom: 1.875rem
}

element {
    margin: 1.562rem -2.5rem 0;
    display: block;
}

iframe {
    width: 100%;
    height: 21.875rem;
    display: block;
}

footer {
    background-color: #CECDCD;
    color: #000;
    padding: .625rem 2.5rem;
    margin: 0 -2.5rem;
}

address {
    font-style: normal;
}

footer address:first-of-type {
    width: 40%;
    float: left;
}

footer address:last-of-type {
    width: 40%;
    float: right;
}

footer p a:hover {
    color: #293d4c;
    text-decoration: none;
}


article p a {
    color: rgb(4, 2, 251);
    font-weight: bold;
}


@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0 .625rem 0;
        font-size: .875rem;
    }

    header {
        margin: 0 -.625rem;
    }

    nav {
        margin: 0 -.625rem .937rem;
    }

    h2 {
        margin: 0 0 .625rem;
        font-size: 1rem;
        line-height: 1;
    }
    
    h3{
        font-size: 1rem;
    }
    
    h1{
        font-size: 1.25rem;
    }

    p {
        margin: 0 0 .625rem;
    }
    
    aside:nth-of-type(1){
        width: auto;
        float: none;
    }
    
    aside:nth-of-type(2){
        width: auto;
        float: none;
    }
    
    section{
        margin: 0 -.625rem .625rem;
        padding: .625rem;
    }

    ul{
        margin: 0 0 .625rem;
    }
    
    footer{
        margin: 0 -.625rem 0;
        padding: .625rem;
    }
    
    footer address:first-of-type,
    footer address:last-of-type{
        width: auto;
        float: none;
    }
    
    element{
        margin: 0 -.625rem;
    }
    
    h3 {}



    a {
        font-weight: bold;
    }


}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}