@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,300,300italic,400italic,700,700italic);

.section-nav {
    font-size: 0.9em;
}

.section-nav a {
    font-family: 'Fjalla', Helvetica, sans-serif;
}

.toc ul {
    list-style-type: none;
    padding-left: 1.5em;
}

a {
    text-decoration: none;
}

.content a {
    text-decoration: none;
    border-bottom: 2px solid #e1e1e1;
}

.content a:hover {
    border-bottom: 2px solid #85cf9b;
}

.toc a {
    text-decoration: none;
}

.toc a:hover {
    border-bottom: 2px solid #85cf9b;
}

.nav {
    border-bottom: 1px solid #ebeaea;
}

.nav a {
    font-family: 'Fjalla';
}

.nav h2 b {
    font-family: 'Fjalla';
}

.posts a {
    text-decoration: none;
    font-family: 'Fjalla';
}

.posts a:hover {
    border-bottom: 2px solid #85cf9b;
}

blockquote {
    border-left: 4px solid #85cf9b;
    margin: 0px;
    padding: 0 12px 0 12px;
    font-style: italic;
}

.highlight {
  padding: 25px;
  margin: 0;
  margin: 30px 0;
  overflow: auto;
  font-weight: 400;
  border-radius: 4px;
  background: #f7f7f7;
}

.highlight pre {
    margin: 0;
}
