.header {
  font-family: "Cuprum", Helvetica, Arial, sans-serif
}

.content {
  font-family: "Nunito", sans-serif
}

a {
  color: #3b8bba;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:visited {
  color: #265778;
}

.small-print {
  color: #777;
  font-size: 0.8em;
  margin: 0.6em;
}

.post-meta {
  font-size: 90%;
}

article > footer {
  text-align: right;
}

.prev-next-post {
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #eee;
}

.prev-next-post .prev {
  float: left;
  text-align: left;
  overflow: hidden;
}

.prev-next-post .next {
  float: right;
  text-align: right;
  overflow: hidden;
}

#menu {
  overflow-y: visible;
}

#menu a {
  padding: 0.6em;
}

#menu .brand {
  font-family: Cuprum;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: none;
  background: transparent;
  text-decoration: none;
  margin: 0.5em 0;
}

#menu .pure-menu {
  font-size: 0.9em;
}

#menu .pure-menu ul.pure-menu-children {
  border-top: none;
}

i {
  display: inline-block;
  margin-right: 0.2em;
}

.pagination {
  text-align: center;
  margin-top: 3em;
}

.pagination a {
  color: #265778;
}

table {
  border-collapse: collapse;
}

tr {
  border: solid;
  border-width: 1px 0;
}

tr:first-child {
  border-top: none;
}

p code.hljs, h1 code.hljs, h2 code.hljs, h3 code.hljs, h4 code.hljs, li code.hljs {
  display: inline;
  padding: .2em .4em;
  background: rgba(27,31,35,0.05)
}

blockquote {
  padding-left: 1em;
  border-left: 0.2em solid rgba(27,31,35,0.2)
}

.hljs {
  background: #f6f8fa;
  border-radius: 3px;
  font-size: 85%;
}

.post-time {
  color: #777;
}
