@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
*, ::before, ::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}
@media screen and (min-width: 50em) {
  html {
    font-size: 137.5%;
  }
}

body {
  background: white;
  color: #222;
  font-family: "open sans", sans-serif;
  line-height: 1.618;
  padding: 0 1.618rem;
}

a {
  color: #705b91;
  text-decoration: none;
}

code {
  font-family: "andale mono", "menlo", "monaco", monospace;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: georgia, serif;
  line-height: 1.309;
  margin: 0;
}

h1 {
  font-size: 1.625em;
  font-weight: 700;
}
@media screen and (min-width: 30em) {
  h1 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 50em) {
  h1 {
    font-size: 2.54545em;
  }
}

h2, h3, h4, h5, h6 {
  font-size: 1.375em;
  margin: 3.236rem 0 1.618rem;
}
@media screen and (min-width: 50em) {
  h2, h3, h4, h5, h6 {
    font-size: 1.18182em;
  }
}

h2 {
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

h3 {
  font-weight: 700;
}

h4 {
  font-style: italic;
  font-weight: 400;
}


img {
  display: block;
  height: auto;
  margin: 0 1.618rem 1.618rem 0;
  max-width: 100%;
  float: center;
}

p {
  margin: 0 0 1.618rem 0;
}

pre {
  font-family: inherit;
  margin: 0;
}

.ampersand {
  font-family: baskerville, palatino, georgia, serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 400;
}

.c-circle {
  border-radius: 10%;
  display: block;
  height: auto;
  margin: 0 1.618rem 0 0;
  max-width: 144px;
  float: left;
}

.group::after, .grid::after {
  clear: both;
  content: "";
  display: table;
}

.c-subdued {
  color: #666;
  font-size: 0.875em;
}
@media screen and (min-width: 50em) {
  .c-subdued {
    font-size: 0.72727em;
  }
}

.grid {
  margin: 0 -0.809rem;
}

.grid-box, .grid-box--1of2, .grid-box--1of3, .grid-box--2of3 {
  float: left;
  padding: 0 0.809rem;
  width: 100%;
}

@media screen and (min-width: 50em) {
  .grid-box--1of2 {
    width: 50%;
  }
}

.grid-box--1of3 {
  width: 50%;
}
@media screen and (min-width: 50em) {
  .grid-box--1of3 {
    width: 33.33333%;
  }
}

.grid-box--2of3 {
  width: 50%;
}
@media screen and (min-width: 50em) {
  .grid-box--2of3 {
    width: 66.66667%;
  }
}

.l-header {
  border-bottom: 1px solid #ccc;
  margin: 1.618rem auto 3.236rem;
  max-width: 41.25em;
  max-width: calc(33em + 1.618rem*4);
  padding-bottom: 1.618rem;
  text-align: center;
}

.l-main {
  margin: 0 auto;
  max-width: 33em;
}

.l-footer {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  margin: 3.236rem auto 1.618rem;
  max-width: 41.25em;
  max-width: calc(33em + 1.618rem*4);
  padding: 1.618rem 0;
}

.l-quote {
  color: #666;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (min-width: 50em) {
  .l-quote {
    font-size: 0.72727em;
  }
}

.logo {
  color: #333;
  font-family: georgia, serif;
  font-size: 1.375em;
}
@media screen and (min-width: 50em) {
  .logo {
    font-size: 1.18182em;
  }
}

.logo--b {
  color: #333;
  font-family: georgia, serif;
}

.post {
  line-height: 161.8%;
  margin: 0 auto;
}

.post-header {
  border: 2px solid #333;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  color: #333;
  margin: 0 0 3.236rem 0;
  padding: 1.618rem 1.618rem 1.618rem 0;
  position: relative;
  padding: 3.236rem 1.618rem 3.236rem 0;
}

.post-date {
  background-color: white;
  bottom: 100%;
  font-size: 0.875em;
  left: 0;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: -0.2em;
  padding-right: 0.5em;
  position: absolute;
  text-transform: uppercase;
}
@media screen and (min-width: 50em) {
  .post-date {
    font-size: 0.72727em;
  }
}

.post-intro {
  font-family: georgia, serif;
  font-size: 0.9em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.codeblock {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 1.618rem;
  padding: 1.618rem;
}
