﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.231em;
}

#wrapper {
    position: relative;
    max-width: 40rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0.5rem 0rem;
    background-color: #fff;
    overflow: hidden;
}

header {
    margin-top: -0.5rem;
}

article,
footer {
    padding: 0rem 1.188rem;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 1.992em;
    line-height: 1.231em;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1.231em;
    line-height: 1.231em;
    margin-bottom: 0;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

footer p:first-of-type a:link {
    text-decoration: underline;
    color: #000;
}

footer p:first-of-type a:visited {
    text-decoration: underline;
    color: #000;
}

footer p:first-of-type a:hover {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 1rem;
}

li {
    padding-bottom: 0.2rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header > a {
    position: absolute;
    height: 14%;
    width: 55%;
    top: 6%;
    right: 0%;
}

aside {
    margin-bottom: -0.5rem;
}


@media only screen and (max-width:39.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    header > a {
        position: absolute;
        height: 10%;
        width: 55%;
        top: 0%;
        right: 0%;
    }

    a {
        font-size: 1rem;
    }
}
