﻿@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: #000000;
    /*font-family: 'Overpass', sans-serif;*/
    font-family: 'Gudea', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 55.625rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.25rem 3.125rem;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 span,
h2,
ul li:before,
h3 a {
    color: #EC6608
}

h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin: .625rem 0 1.875rem;
    color: #646363
}

h1 span {}

h2 {
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 0;
}

aside h2 {
    margin: 0
}

h3 {
    font-size: 1.125rem;
    margin: 0 0 0;
    color: #646363
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: .625rem;
    margin-bottom: .25rem;
}

ul li:before {
    content: "›";
    float: left;
    margin-left: -.625rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    margin: 0 -1.875rem 2.5rem
}

element {
    display: none;
}

article > p {
    display: none;
}

section {
    width: 49%;
    float: left;
}

aside {
    width: 49%;
    float: right;
    padding: 0;
}

footer {
    margin: 1.875rem 0 0;
    position: relative;
}

footer > a {
    position: absolute;
    right: 0;
    bottom: .437rem;
}



article > section > p:first-of-type,
article > aside > p:first-of-type {
    margin: 0 0 2.375rem 0;
}



@media only screen and (max-width:55.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem 0;
    }

    header {
        margin: 0 0 .625rem;
    }

    section,
    aside {
        width: auto;
        float: none;
    }

    ul li br {
        display: none
    }


    p {
        margin: 0 0 .625rem;
    }

    article > section > p:last-of-type,
    article > aside > p:first-of-type {
        display: none;
    }

    element {
        display: block;
    }

    element > p,
    ul {
        margin: 0 0 2.375rem 0;
    }

    aside p {
        display: block;
    }

    footer {
        margin: .625rem 0;
    }

    footer > a {
        position: static;
        margin: .625rem 0;
    }

    a {
        font-weight: bold;
    }

    h1 {
        font-size: 1.5rem;
        margin: .937rem 0;
        line-height: 1.4;
    }

    h1 br {
        display: none;
    }

    h2 {
        margin: 0 0 0 0;
    }

    h3 {
        font-size: 1rem;
    }

    p br,
    h3 br {
        display: none
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.25rem;
    }
}
