﻿@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: 'Source Sans Pro', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 51.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 3.75rem;
    background-color: #fff;
    overflow: hidden;
}

header,
footer,
article,
section,
aside,
element,
nav,
menu,
figure,
main,
address {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-style: normal;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1;
    margin: 2.5rem 0;
    /* font-family: 'Caveat', cursive;*/
    font-family: 'Reenie Beanie', cursive;
    color: #0096C8;
    text-align: right;
    font-weight: normal;


}

h1 span {
    font-size: 3.125rem;
    font-weight: 100;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
    color: #F7AF00;
    font-weight: 600;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem .625rem;
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.125rem;
    line-height: 1.1;
    font-family: 'arial', cursive;
    color: #0096C8
}

ul li span {
    letter-spacing: -0.1px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    margin: 0 0 .312rem;
}

header a {
    float: right;
    margin: 0 0 1.25rem;
}

header a img {
    max-width: 12.5rem;
    width: 100%;
}

article > p:nth-of-type(1) {
    font-size: .937rem;
}


section {
    margin: 2.5rem 0 1.875rem;
}

section p {
    margin: 0 0 .937rem 1.25rem;
    width: 75%;
    text-align: left;
}

section > a {
    position: absolute;
    right: -.625rem;
    bottom: -.312rem;
    width: 7.812rem;
}

footer p {
    text-align: center;
    color: #0096C8;
    font-size: .85rem;
    margin: 0;
}

@media only screen and (max-width:51.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    p,
    ul,
    section p {
        width: auto;
        margin: 0 0 .625rem;
        text-align: left
    }

    header a img {
        max-width: 9.375rem;
        width: 100%;
    }

    section {
        margin: 0;
    }

    section > a {
        position: static;
        margin: 0 0 .625rem;
    }

    a {
        font-weight: bold;
    }

    h1 {
        font-size: 1.75rem;
        text-align: center;
        margin: .937rem 0;
    }

    h2 {
        font-size: .875rem;
    }

    h1 span {
        font-size: 1.875rem;
    }

    ul li {
        padding-left: .75rem;
    }

    ul li:before {
        margin-left: -.75rem;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
