/* =Base styles
-------------------------------------------------------------- */

body {
    font: 16px/30px 'Source Sans Pro',sans-serif;
    color: #565656;
    font-weight: 300;
}

p {
    margin: 0 0 20px 0;
}

p.tagline {
    font-size: 18px;
    line-height: 22px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.lead {
    line-height: 1.6;
    font-weight: inherit;
}

/* =Links
-------------------------------------------------------------- */

a {
    color: #428BCA;
    transition: none;
}

a:hover {
    color: #428BCA;
    text-decoration: underline;
    transition: none;
}

.navbar-header a:hover {
    text-decoration: none;
}


/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #414142;
    margin-top: 0;
    font-weight: bold;
}

h1 {
    font-size: 46px;
    line-height: 54px;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
}

.post-teaser h2 {
    margin-bottom: 10px;
}

.article-box h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}

.post-author h2, 
#comments h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.blog-sidebar h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

.single .content h1, 
.single .content h2, 
.single .content h3, 
.single .content h4, 
.single .content h5, 
.single .content h6 {
    margin-bottom: 20px;
}

/* =Media queries
-------------------------------------------------------------- */

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
        margin: 0 0 30px 0;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .article-box h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .blog-sidebar h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 22px;
    } 
    
    article.format-quote blockquote,  
    article.format-quote blockquote p {
        font-size: 26px;
        line-height: 38px;
    }

    .latest-posts article.format-quote blockquote,  
    .latest-posts article.format-quote blockquote p {
        font-size: 22px;
        line-height: 34px;
    }
}