
/* Setup */

html {
    -webkit-font-smoothing: antialiased;
    color:#393939;
        font-size:13px;
}



body body,
body button,
body input,
body select,
body optgroup,
body textarea {
    color: #404040;
    font-family: sans-serif;
    line-height: 1.5rem;
}


/* Copy & Lists */

body ul,
body ol {
    font-size:1.05rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

body ul li,
body ol li {
    line-height: 1.5rem;
}

body ul ul,
body ol ul,
body ul ol,
body ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

body blockquote {
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* Headings */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    /* Change heading typefaces here */
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5rem;
    margin:0;
    padding:0.5rem 0;
}

body h1 {
    font-size: 4.7rem;
    line-height: 5.2rem;
}

body h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
}

body h3 {
    font-size: 2.2rem;
}

body h4 {
    font-size: 1.6rem;
}

body h5 {
    font-size: 1.1rem;
}

body h6 {
    font-size: 0.9rem;
}

body p {
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}


/* Tables */

body table {
    margin-top: 1.5rem;
    border-spacing: 0px;
    border-collapse: collapse;
}

body table td,
body table th {
    padding: 0;
    line-height: 33px;
}


/* Code blocks */

body code {
    vertical-align: bottom;
}


/* Leading paragraph text */

.lead {
    font-size: 1.414rem;
}


/* Hug the block above you */

.hug {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body dfn,
body cite,
body em,
body i {
    font-style: italic;
}

body blockquote {
    margin: 0 1.5em;
}

body address {
    margin: 0 0 1.5em;
}

body pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

body code,
body kbd,
body tt,
body var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

body abbr,
body acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

body mark,
body ins {
    background: #fff9c0;
    text-decoration: none;
}

body big {
    font-size: 125%;
}