﻿@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: 'Roboto Condensed', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 37.5rem;
    margin: 1rem auto;
    border-top: solid .937rem #EC7404;
    background-color: #fff;
    overflow: hidden;

}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    font-size: 34px;
    margin: .937rem 0;
    padding-left: 1.562rem;
    background: url(../images/title.png)no-repeat top center;
    color: #fff;
    padding: 1.562rem 3.125rem;
    height: 11.125rem;
    line-height: 1;
}

h1 span {
    font-weight: 100;
}

h1:before {
    content: "»";
    float: left;
    margin-left: -1.562rem;
    font-size: 1.375em;
    line-height: 0.6;
    color: #fff;
    font-weight: bold;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 .437rem;
    border-bottom: .125rem dotted #EC7404;
    color: #EC7404;
    padding: 0 0 .312rem;
}

h3 {
    font-size: 1.25rem;
    color: #EC7404;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 1.375rem;
    margin: 0 0 0.625rem;
    font-weight: normal;

}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.562rem
}

ul li:before {
    content: "»";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.5rem;
    line-height: 0.8;
    color: #EC7404;
    font-weight: bold;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article {
    border-left: .25rem dotted #EC7404;
    border-right: .25rem dotted #EC7404;
    padding: .625rem 1.562rem;
}

p span {
    color: #EC7404;
    font-weight: bold;
}

footer {
    background: #EC7404;
    padding: 1.25rem 1.562rem;
    color: #fff;
    text-align: center;
}

footer p {
    text-align: center;
    font-size: 1.25rem;
    margin: 0;
}

element {
    display: block;
    position: relative;
}

element > img {
    position: absolute;
    right: 0;
    bottom: -1.312rem;
}

header {
    margin: .625rem 0 .937rem
}


@media only screen and (max-width:37.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem 0;
        font-size: .875rem;
    }

    h1 {
        font-size: 1.5rem;
        height: auto;
        background: #D94E21;
        padding: .625rem 2.187rem;
        margin: .625rem -.625rem;
    }

    h1:before {
        line-height: 0.6;
    }

    h2 {
        font-size: 1.125rem;
    }

    h4 {
        font-size: 1rem;
    }

    h4 br {
        display: none;
    }

    h3 {
        font-size: 1rem;
    }

    article {
        padding: 0;
        border: none;
    }

    a {
        font-weight: bold;
    }

    element img {
        display: none;
    }

    footer {
        margin: 0 -.625rem;
        padding: .625rem;
    }

    h1 br {
        display: block;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
