.container {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 6rem;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 15em;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 4.2rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}


ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 3em;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

pre,
blockquote,
p,
ul,
ol,
form {
  margin-bottom: 2.0rem;
}

ul.blog-posts {
    list-style: none;
    padding-left: 0;
}

@media (min-width: 600px) {
    ul.blog-posts {
        margin-left: 8em;
    }
}

ul.blog-posts .date {
    font-size: 0.5em;
    color: #888;
}

ul.blog-posts li {
    font-size: 1.5em;
}

ul.blog-posts a {
    text-decoration: none;
    color: black;
}

ul.blog-posts a:hover {
    color: #333;
}

div.highlight pre {
    font-family: 'Inconsolata', monospace;
    padding-left: 3em;
    font-size: 1em;
    line-height: 1.2;
}
