@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
        url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

: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.431rem;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    text-align: left;
    font-size: 2.492em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
    font-size: 1.431em;
    line-height: 1.231em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.131em;
    line-height: 1.231em;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #FFD900;
    text-decoration: underline;
}

.link {
    text-decoration: none;
    color: #000;
    background-color: #FFD900;
    padding: 1rem 2rem;
}

.link:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border-top-width: .062rem;
    border-top-style: solid;
    border-top-color: #999;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 1rem;
}

ul {
    padding-left: 1.5rem;
}

li {
    padding-bottom: 0.2rem;
    padding-left: 0.3rem;
}

article section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    article section {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    h1 {
        font-size: 1.692em;
    }

    h2 {
        font-size: 1.131em;
    }
}
