Headings

A Page Title


<header class="page-title">
  <h2 class="title">A Page Title</h2>
  <div class="keyline"></div>
</header>
 

A Small Title in The Guide


<div class="directory-content">
  <header class="entry-title small">
    <h2 class="title">A Small Title in The Guide</h2>
  </header>
</div>


<div class="sidebar">
  <h3>A Sidebar Header</h3>
</div>

A Content Title

A Content Subtitle


<div class="article-page">
  <article>
    <header class="entry-title">
      <h1 class="title">A Content Title</h1>
      <h2 class="subtitle">A Content Subtitle</h2>
    </header>
  </article>
</div>

A Masonry Title

A Masonry Subtitle


<header class="entry-title">
  <h1 class="title"><a href="#">A Masonry Title</a></h1>
  <h2 class="subtitle">A Masonry Subtitle</h2>
</header>