﻿@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: #333333;
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #ccd5e0;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: thin solid #dddddd;
    padding: 1.875rem 1.875rem 0;
       background-color: #EEF2F4;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    color: #2a425b;
    margin: 1.25rem 0 1.25rem 0;
        font-size: 2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}

h2 {
    font-size: 1.25rem;
    line-height: 1;
    margin: 1.25rem 0;
    text-align: center;
    font-weight: normal
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}



header {
    margin: -1.875rem -1.875rem 1.875rem;
    padding: 0;
    position: relative;
    border-top: 1.25rem solid #3D5D81;
}

header a {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 30%;
    height: 20%;
    margin: 0 auto;
    display: block;
}



footer {
    margin: 0 -1.875rem 0;
    padding: .937rem 1.875rem;
    background: #F9FBFC;
    border-bottom: 1.25rem solid #3D5D81;
    position: relative;
}

footer>a{
    position: absolute;
    right: 1.875rem;
    bottom: 1.875rem;
    max-width: 21.875rem;
}

footer p:last-of-type{
    margin: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

@media only screen and (max-width:49.937rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -.625rem 0;
        padding: .625rem;
    }

    header {
        margin: -.625rem -.625rem .625rem;
        padding: 0;
    }

    h1 {
        font-size: 1.625rem;
        margin: .937rem 0;
    }

    h2,
    h3 {
        font-size: 1rem;
        margin: .937rem 0;
    }
    p{
        text-align: left;
        margin: 0 0 .625rem;
    }
    
    footer>a{
        position: static;
        display: block;
        margin: .625rem auto 0;
    }
}

@media only screen and (max-width:29.937rem) {
    
    #wrapper, h2{
        font-size: .875rem
    }
    
    h1 {
        font-size: 1.125rem;
    }
}
