/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END OF RESET */


@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}



body
{
    font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
}


p
{
    margin-bottom: 15px;
    line-height: 24px;
}

h1
{
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px;
}

h1 span
{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

h4
{
    width: 300px;
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    float: left;
    padding-right: 16px;
}

h4 span
{
    color: red;
}

ul
{
    list-style: none;
}

#page-centered
{
    width: 1140px;
    margin: 90px auto;
}

header
{
    background-color: #2a2a2a;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

nav
{
    width: 1140px;
    margin: 0 auto;
    text-align: right;
}

nav ul li
{
    display: inline-block;
    margin-left: 15px;
}

nav ul li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0 15px 0 15px;
}

nav ul li a:hover
{
    background-color: rgb(226, 157, 11);
}

#content
{
    margin-bottom: 35px;
}

#banner
{
    text-align: center;
    margin: 55px 0 75px 0;
}

footer
{
    background-color: #2a2a2a;
}

#social-icons ul
{
    width: 375px;
    margin: 0 auto;
    padding: 35px 0 15px 0;
}

#social-icons ul li
{
    display: inline-block;
    margin-left: 35px;
}

.left
{
    float: left;
    width: 48%;
    text-align: justify;
}

.right
{
    float: right;
    width: 48%;
    text-align: justify;
}

#copyrights
{
    width: 1140px;
    margin: 0 auto;
    padding:  15px 0 35px 0;
    border-top: 1px dashed #ddd;
}

#copyrights p
{
    color: #ddd;
    text-align: center;
    font-size: 12px;
}

.highlight
{
    color: red;
    font-style: italic;
    font-weight: bold;
}

.clear
{
    float: none;
    clear: both;
}
