﻿:root {
    font-size: 16px;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #2E2113;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: justify;
}

#wrapper {
    max-width: 520px;
    margin: 0.75rem auto;
    border: 1px solid #827e7b;
    padding: 0;
    background-color: #fff;
}

header {
    position: relative;
}

header a img {
    position: absolute;
    top: 69%;
    right: 2.5%;
    z-index: 1;
}

article {
    padding: 0.9375rem 0.9375rem 0.625rem;
}

article p:nth-of-type(1) {
    text-align: left;
}

footer {
    padding: 0 0.9375rem 0.9375rem;
}

footer p {
    margin: 0 0 0.625rem;
}

footer p:nth-of-type(2) {
    margin: 0;
}

footer p strong {
    font-size: 120%;
}

p {
    margin: 0 0 1.25rem;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 1.25rem;
    padding: 0;
    font-weight: 700;
    font-size: 2.3125rem;
    line-height: 2.5625rem;
    text-align: center;
    color: #25407A;
}

h1 small {
    font-size: 50%;
}

h1 span {
    display: block;
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    color: #2E2113;
}

h2 {
    margin: 0 0 16px;
    padding: 0;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #25407A;
}

h3 {
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    text-align: left;
    text-decoration: underline;
    color: #25407A;
}

a {
    color: #2E2113;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 0.9375rem;
}

li:before {
    content: '-';
    color: #2E2113;
    float: left;
    margin-left: 0;
    font-size: 1.25rem;
    text-indent: -0.8125rem;
}

img {
    max-width: 100%;
    border: none;
}

@media all and (max-width: 519px) {
    #wrapper {
        font-size: 0.875rem;
        line-height: 1.1875rem;
        border: none;
        text-align: left;
    }

    header section {
        text-align: center;
    }

    header a img {
        position: static;
    }

    article {
        padding: 0.5rem;
    }

    footer {
        padding: 0 0.5rem;
    }

    footer p strong {
        font-size: 115%;
    }

    h1 {
        font-size: 1.875rem;
        line-height: 2.125rem;
    }

    h1 span {
        font-size: 0.875rem;
        line-height: 1.1875rem;
    }

    h2 {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    h3 {
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }

    p {
        margin: 0 0 0.5rem;
        text-align: left;
    }

    a {
        white-space: nowrap;
    }

    article br {
        display: none;
    }
}