﻿@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: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 43.125rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.25rem 2.5rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 1.687rem;
    line-height: 1;
    margin: .937rem -3.125rem 1.562rem;
    padding: 1.25rem 0 1.25rem 4.375rem;
    background: #AE1917;
    color: #fff;
    width: 97%;
    box-shadow: 0 1rem 1rem -.625rem gray;
    position: relative;
}

h1:before {
    content: "";
    float: left;
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: 0;
    background: #fff;
    left: 3.125rem;
    top: 1.625rem;
}



h1 small {
    font-weight: normal;
    font-size: 0.6em
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
}

h3 {
    font-size: 1.125rem;
    line-height: 1;
    background: #AE1917;
    margin: .937rem -2.5rem -1.25rem;
    text-align: center;
    color: #fff;
    padding: .937rem;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: .625rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 0;
    background: #000;
    margin-left: -.625rem;
    top: .437rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

section {
    padding: 0 2rem;
}

footer p {
    text-align: left;
}

footer p span {
    position: relative;
    top: -.125rem;
    font-size: .625rem;
}

header {
    margin: 0 -2.5rem 20px;
    position: relative;
}

header a {
    position: absolute;
    top: 0%;
    right: 10%;
    width: 55%;
    height: 40%;
}

@media only screen and (max-width:43.062rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem 0;
    }
    header{
        margin: 0 0 10px;
    }
    
    section{
        margin: 0;
        padding: 0;
    }

    p, ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1 {
        margin: .625rem -.625rem .937rem;
        width: auto;
        font-size: 1.25rem;
        padding: .937rem 1.25rem .937rem 1.875rem
    }

    h1:before {
        left: 10px;
        top: 20px
    }

    h3 {
        margin: 15px -10px 0;
        padding: 10px;
        font-size: 16px;
    }

    a {
        font-weight: bold;
    }


}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
