* {
       box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

html {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.5em;
  padding: 0 0 2rem 0;
}

header,
.wrapper {
  min-width: 20rem;
}

.wrapper {
  max-width: 45rem;
  margin: 0 auto;
}

a {
  color: hsl(210,40%,40%);
  text-decoration: none;
}

a.permalink {
  color: hsl(210,40%,85%);
}

p a,
blockquote a,
li a {
  color: inherit;
  box-shadow: inset 0 -4px 0 hsl(210,40%,85%);
}

a.block {
  text-decoration: none !important;
  box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
  margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  line-height: 1.2em;
}

h1,
h2 {
  margin: 0;
}

h1 {
  font-family: "aw-conqueror-carved", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: .5rem;
  font-size: 3rem;
  line-height: 1em;
  padding: 0 1rem;
  position: relative;
}

/* title text kerning */
h1 .l, h1 .c { padding-right: .08em; }
h1 .a, h1 .t { padding-right: .05em; }
h1 .s + .e { padding-left: .03em; }

h1 a {
  color: inherit;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

h4, h5, h6 {
  font-size: 1rem;
  margin-bottom: .5rem;
}

h5, h6 {
  color: #666;
  margin-bottom: 0;
}

h6 {
  font-weight: normal;
}

article + article {
  margin-top: 2rem;
  border-top: 1px dotted #999;
  padding-top: 2rem;
}

li {
  margin: 0;
  padding-left: 0;
}

ul, ol {
  padding-left: 1.25rem;
  list-style-type: square;
}

ul.unstyled,
ol.unstyled {
  list-style: none;
  padding-left: 0;
}

ul.inline,
ul.inline > li {
  list-style: none;
  padding-left: 0;
}

ul.inline > li {
  display: inline-block;
  margin-right: .25rem;
}

ul:not(.unstyled).inline > li:not(:last-child):after {
  content: ", ";
}

main,
footer {
  padding: 0 10px;
  padding: 0 1rem;
}

header {
  text-align: center;
  padding: 1rem 0;
}

blockquote {
  color: #333;
  background: #f9f9f9;
  padding: .75rem 1rem;
}

  blockquote > p { margin: 0; }
  blockquote > p + p { margin-top: 1rem; }

#subtitle {
  color: #999;
  font-size: .75rem;
  font-style: italic;
  font-family: inherit;
  line-height: 1em;
  font-weight: normal;
  position: relative;
  margin-top: 1em;
}

#subtitle:before {
  content: " ";
  display: block;
  border-top: 1px dotted;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

#subtitle span {
  background: #fff;
  padding: 0 .5em;
}

main h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

a.icon {
  box-shadow: none;
}

img.iconic {
  display: none;
}

svg.iconic {
  width: 1em;
  height: 1em;
  margin-right: .25em;
  vertical-align: baseline;
}

h2 svg.iconic,
h3 svg.iconic {
  margin-bottom: -.1em;
}

ul#social {
  line-height: 3rem;
  margin-bottom: 0;
}

ul#social svg.iconic {
  width: 2em;
  height: 2em;
  vertical-align: top;
  fill: hsl(210,40%,40%);
  stroke: hsl(210,40%,40%);
}

.float-right,
.float-left {
  display: block;
  margin: 1rem 0;
}

time {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: .6em;
  float: right;
  display: inline-block;
  vertical-align: baseline;
  width: 5.4em;
  height: 2em;
  margin-right: .5rem;
  position: relative;
  top: .3rem;
  color: #999;
}

  time > span {
    position: absolute;
    display: block;
    line-height: 1em;
  }

  time .day {
    left: 0;
    top: -.1em;
    font-size: 2.5em;
    line-height: 1em;
  }

  time .month {
    text-transform: uppercase;
    top: 0;
    right: 0;
  }

  time .year {
    bottom: 0;
    right: 0;
  }

main {
  padding-bottom: 4rem;
  position: relative;
}

main:after {
  content: "✌";
  display: block;
  text-align: center;
  font-size: 2rem;
  color: hsl(210,40%,85%);
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
}

@media (min-width: 640px) {
  h1 {
    font-size: 3rem;
  }

  header {
    padding-top: 2rem;
  }

  footer {
    display: -webkit-flex;
    display: flex;
  }

  footer section {
    margin-right: 1rem;
  }

  footer section.left { flex: 3; }
  footer section.right { flex: 2; }

  .float-right {
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 40%;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  /* to even out the #links */
  ul#social {
    line-height: 2.75rem;
  }
}

@media (min-width: 960px) {
  html {
    line-height: 1.4em;
  }

  h1 {
    font-size: 4rem;
  }

  .wrapper {
    max-width: 50rem;
  }

  main {
    padding-left: 0;
    padding-right: 0;
  }

  body:not(.wide) .wrapper {
    display: -webkit-flex;
    display: flex;
  }

  body:not(.wide) main {
    flex: 5;
  }

  body:not(.wide) footer {
    display: block;
    flex: 2;
    margin-left: 2rem;
  }

  footer {
    padding: 0;
  }

}
