﻿@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: 'Lato', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 55rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0 5rem;
    background-color: #fff;
    overflow: hidden;
}

article {
    padding-top: 1.25rem
}

p {
    margin: 0 0 1.25rem;
}

h1,
h2,
h3 {
    color: #008252
}

h1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: .625rem 0 1.25rem;
}

h1 span {}

h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 0;
    text-align: center;
}

h3 {
    font-size: .875rem;
    margin: 0 0;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.562rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.562rem;
    color: #C00000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    background: #008D58;
    margin: 0 -5rem 2.812rem;
    padding: .625rem;
    position: relative;
    height: 5rem;
}

header a {
    position: absolute;
    top: .625rem;
    left:50%;
    right:0;
    margin: 0;
    display: block;
    text-align: center;
    max-width: 21.5rem;
    transform: translate(-50%, 0);
}

span {
    color: #DD0B2F;
    font-weight: bold;
}

footer {
    background: #007F4B;
    margin: 0 -5rem;
    text-align: center;
    color: #fff;
    padding: .937rem 5rem;
}

footer p {
    margin: 0;
    font-size: 1rem;
}



@-moz-document url-prefix() {
    h1 {
        color: red;
    }
}

@media only screen and (max-width:54.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding:0 .625rem 0;
    }

    header {
        margin: 0 -.625rem 2.5rem
    }
    
    footer{
        margin: 0 -.625rem;
        padding: .625rem;
    }
    
    footer p{
        font-size: .875rem;
    }

    h2 {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.25rem;
        line-height: 1.4;
        margin: .625rem 0;
    }
    
    h3{
        font-size: .875rem;
    }
    ul li{
        padding-left: .937rem;
    }
    
    ul li:before{
        margin-left: -.937rem;
    }
    a {
        font-weight: bold;
    }
    
    p, ul{
        margin: 0 0 .625rem;
    }

   
}

@media only screen and (max-width:29.937rem) {
   
}
