// Making everything consistent as the layout expands p, h1, h2, h3, h4, h5, h6, dl, ol, ul, table, figure, blockquote, disqus_thread

width: 85%
max-width: 1012px
margin: 1.6rem auto 1.6rem auto

// The pre element resides in the parent 'figure' element pre

width: 100%

// Setting the margin for the text inside the blockquote blockquote

p
  margin: .1rem

// Setting the color for the headers h1, h2, h3, h4, h5, h6

color: $color-custom-primary

// Sticky footer hack html

height: 100%

body

position: relative
padding-bottom: 220px
min-height: 100%

// Setting this to keep the footer above the body's padding
z-index: -2