/* ==================================================
   Google Fonts
================================================== */

@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");

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;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}
body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #999;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-weight: 300;
    text-transform: uppercase;
}
.fullwidth {
    padding: 60px 30px;
    min-width: 280px;
}
.fullwidth .bodycontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}
#topcontainer h1 {
    padding: 6px 0 10px 0;
    margin-bottom: 0;
    letter-spacing: -1.5px;
    color: #444;
    font-weight: 400;
}
#topcontainer h1 span {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1.4px;
    font-weight: 300;
}
#topcontainer p img {
    width: 160px;
}
