
// Body text
body 
  font-size: 20px
  line-height: 30px
  
// Post headings
h1  
  font-size: 24px
  line-height: 28px

// Comments, etc headers
h2  
  font-size: 20px
  line-height: 28px

h3  
  font-size: 18px
  line-height: 20px

// Footer
h4
  font-size: 14px
  line-height: 14px

// Post timestamps
time
  font-size: 14px
  line-height: 14px


// Allow logo to span across top of the screen
header .logo img
  max-width: 100%

.menu
  ul
    margin-bottom: 2.5em
  li
    padding: 0 .8em
  li a
    font-size: 20px
    line-height: 20px

article.post
  margin-top: 2em
