/* =Base styles -------------------------------------------------------------- */ body { font: 16px/26px 'Source Sans Pro',sans-serif; color: #4e4e4e; 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; } h1 a, h1 a:hover, h1 a:focus, h1 a:active, h1 a:visited, h2 a, h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited, h3 a, h3 a:hover, h3 a:focus, h3 a:active, h3 a:visited, h4 a, h4 a:hover, h4 a:focus, h4 a:active, h4 a:visited, h5 a, h5 a:hover, h5 a:focus, h5 a:active, h5 a:visited, h6 a, h6 a:hover, h6 a:focus, h6 a:active, h6 a:visited { color: #252525; margin-top: 0; font-weight: bold; } /* =Headings -------------------------------------------------------------- */ h1, h2, h3, h4, h5, h6 { color: #252525; margin-top: 0; font-weight: bold; } h1 { font-size: 46px; line-height: 54px; margin: 0 0 30px 0; } h2 { font-size: 34px; line-height: 42px; 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; } }