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

body,
button,
input,
select,
optgroup,
textarea {
    color: #131313;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    color: #131313;
}

h1,
h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
}

h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
}

h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
}

h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}



@media (min-width: 769px) {
h1,
h2 {
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
}
h1.entry-title {
    margin: 0;
    font-size: 32px;
}


h3 {
    font-weight: bold;
    font-size: 42px;
    line-height: 57px;
}

h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
}

h5 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}
}


p {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    line-height: 24px;
    color: #131313;
}
p.smaller, .smaller p {
    font-size:14px;
    line-height:19px;
}

.grad p,
.grad h1,
.grad h2,
.grad h3,
.grad h4,
.grad h5 {
    color: #FFF;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
    font-size: 125%;
}