﻿@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;
}
as{
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 44.375rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 3.75rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    font-size: 1.187rem;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 100;
}

h1 span {
    font-size: .875rem;
}

h2 {
    font-size: .75rem;
    line-height: 1.4;
    margin: 0 0 .5rem;
    font-weight: 700;
}
h1 element{
    font-size: .937rem;
    display: block;
    margin-top: 10px;
}
h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.125rem;
    letter-spacing: 0.1px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 1.375em;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -3.75rem -3.75rem 1.188rem;
    position: relative
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    position: relative
}

footer > a:first-of-type {
    position: absolute;
    height: 100%;
    left: 0;
    top: 30%;
    width: 38%;
    height: 72%;
    z-index: 500;
}

footer > a:last-of-type {
    position: absolute;
    height: 100%;
    left: 40%;
    bottom: 0;
    width: 12%;
    height: 14%;
    
    /* border: 1px solid red; */
}

aside {
    margin-left: -1.188rem;
    margin-right: -1.188rem;
}

article section {
    width: 48%;
    float: left;
}

article section:last-of-type {
    float: right;
}

article {
    position: relative
}

article > a {
    position: absolute;
    right: 0;
    bottom: .625rem
}

article>p:nth-of-type(5){
    margin-bottom: 1.562rem
}
@media only screen and (max-width:44.312rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    article section {
        width: 100%;
        float: none;
    }

    article section:last-of-type {
        float: none;
    }

    article > a {
        position: static;
        right: 0;
        bottom: 0
    }

    a:hover,
    a:active,
    a:visited {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
    }

    h1 {
        font-size: 1.563em;
        margin: 10px 0;
    }
    h1 element{
        margin-top: 5px;
    }

    h2,
    h3 {
        font-size: 1em;
    }
    ul br{
        display: none;
    }
    ul li{
        letter-spacing: 0;
    }
    as{
        display: none;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
