/* Normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Bourbon, Neat, and Bitters */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/* Pygments */
.highlight .hll {
  background-color: #49483e; }

.highlight .c {
  color: #75715e; }

.highlight .err {
  color: #960050;
  background-color: #1e0010; }

.highlight .k {
  color: #00a8c8; }

.highlight .l {
  color: #ae81ff; }

.highlight .n {
  color: #111111; }

.highlight .o {
  color: #f92672; }

.highlight .p {
  color: #111111; }

.highlight .cm {
  color: #75715e; }

.highlight .cp {
  color: #75715e; }

.highlight .c1 {
  color: #75715e; }

.highlight .cs {
  color: #75715e; }

.highlight .ge {
  font-style: italic; }

.highlight .gs {
  font-weight: bold; }

.highlight .kc {
  color: #00a8c8; }

.highlight .kd {
  color: #00a8c8; }

.highlight .kn {
  color: #f92672; }

.highlight .kp {
  color: #00a8c8; }

.highlight .kr {
  color: #00a8c8; }

.highlight .kt {
  color: #00a8c8; }

.highlight .ld {
  color: #d88200; }

.highlight .m {
  color: #ae81ff; }

.highlight .s {
  color: #d88200; }

.highlight .na {
  color: #75af00; }

.highlight .nb {
  color: #111111; }

.highlight .nc {
  color: #75af00; }

.highlight .no {
  color: #00a8c8; }

.highlight .nd {
  color: #75af00; }

.highlight .ni {
  color: #111111; }

.highlight .ne {
  color: #75af00; }

.highlight .nf {
  color: #75af00; }

.highlight .nl {
  color: #111111; }

.highlight .nn {
  color: #111111; }

.highlight .nx {
  color: #75af00; }

.highlight .py {
  color: #111111; }

.highlight .nt {
  color: #f92672; }

.highlight .nv {
  color: #111111; }

.highlight .ow {
  color: #f92672; }

.highlight .w {
  color: #111111; }

.highlight .mf {
  color: #ae81ff; }

.highlight .mh {
  color: #ae81ff; }

.highlight .mi {
  color: #ae81ff; }

.highlight .mo {
  color: #ae81ff; }

.highlight .sb {
  color: #d88200; }

.highlight .sc {
  color: #d88200; }

.highlight .sd {
  color: #d88200; }

.highlight .s2 {
  color: #d88200; }

.highlight .se {
  color: #8045FF; }

.highlight .sh {
  color: #d88200; }

.highlight .si {
  color: #d88200; }

.highlight .sx {
  color: #d88200; }

.highlight .sr {
  color: #d88200; }

.highlight .s1 {
  color: #d88200; }

.highlight .ss {
  color: #d88200; }

.highlight .bp {
  color: #111111; }

.highlight .vc {
  color: #111111; }

.highlight .vg {
  color: #111111; }

.highlight .vi {
  color: #111111; }

.highlight .il {
  color: #ae81ff; }

/* Alex */
@font-face {
  font-family: 'fetch';
  src: url("fetch.eot");
  src: url("fetch.eot?#iefix") format("embedded-opentype"), url("fetch.ttf") format("truetype"), url("fetch.woff") format("woff"), url("fetch.svg#fetch") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  body::after {
    clear: both;
    content: "";
    display: table; }

a {
  border-bottom: 1px dotted;
  color: #c00;
  padding-bottom: 0.15em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a:hover {
    color: #f00;
    border-bottom-style: solid; }

main,
.main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%; }
  main::after,
  .main::after {
    clear: both;
    content: "";
    display: table; }
  main:last-child,
  .main:last-child {
    margin-right: 0; }

.site-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
  border-top: 4px solid #000;
  margin-top: 2.5em;
  padding-top: 0.75em; }
  .site-footer:last-child {
    margin-right: 0; }
  .site-footer p {
    color: #aaa;
    font-size: 0.75em;
    line-height: 2;
    text-align: center; }

.site-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
  border-bottom: 8px solid #000;
  margin-bottom: 2.5em;
  margin-top: 1em;
  padding-bottom: 0.25em; }
  .site-header:last-child {
    margin-right: 0; }
  .site-header h1 {
    font-size: 3.25em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.25em;
    text-align: center; }
  .site-header nav {
    margin: 0 auto;
    width: 80%; }
    .site-header nav::after {
      clear: both;
      content: "";
      display: table; }
    .site-header nav a {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      display: inline-block;
      margin-bottom: 0.61805em; }
  .site-header .links {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center; }
    .site-header .links a {
      border: 0;
      font-weight: bold;
      line-height: 1.6;
      padding: 0 0.25em;
      margin-left: 1em;
      text-align: center; }
      .site-header .links a:first-child {
        margin-left: 0; }
  .site-header .buttons a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    background-color: #f00;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0; }
    .site-header .buttons a:last-child {
      margin-right: 0; }
    .site-header .buttons a:nth-child(2n) {
      margin-right: 0; }
    .site-header .buttons a:nth-child(2n+1) {
      clear: left; }
    .site-header .buttons a::after {
      clear: both;
      content: "";
      display: table; }
    .site-header .buttons a:hover {
      background-color: #d00; }
    .site-header .buttons a span {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
    .site-header .buttons a i {
      display: inline-block;
      font-size: 1.618rem;
      position: relative;
      height: 2.61792rem;
      width: 100%; }
      .site-header .buttons a i:before {
        bottom: 0;
        color: #fff;
        content: attr(data-icon);
        display: inline-block;
        font-family: 'fetch';
        font-style: normal;
        left: 0;
        line-height: 2;
        margin-top: -0.25rem;
        min-width: 1rem;
        position: absolute;
        right: 0;
        speak: none;
        top: 0;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.archive ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  .archive ol li {
    margin-bottom: 1.618em; }
    .archive ol li::after {
      clear: both;
      content: "";
      display: table; }
    .archive ol li.header {
      border: 0 solid #999;
      border-bottom-width: 2px;
      margin-bottom: 2em; }
      .archive ol li.header h3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-top: 0;
        padding-top: 0; }
        .archive ol li.header h3:last-child {
          margin-right: 0; }
        .archive ol li.header h3 a {
          border: 0; }
    .archive ol li time {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      color: #aaa; }
      .archive ol li time:last-child {
        margin-right: 0; }
    .archive ol li span {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .archive ol li span:last-child {
        margin-right: 0; }
.archive .pagination {
  text-align: center; }
  .archive .pagination span {
    display: inline-block;
    line-height: 0;
    margin-bottom: 10px;
    padding: 15px 20px;
    text-align: center; }
  .archive .pagination a {
    background-color: #f00;
    color: #fff;
    display: inline-block;
    line-height: 0;
    margin-bottom: 10px;
    padding: 15px 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .archive .pagination a:hover {
      background-color: #d00; }

article header,
.hentry header {
  border-bottom: 2px solid #000;
  margin-bottom: 1.5em;
  padding-bottom: 1em; }
  article header h1,
  .hentry header h1 {
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 0.75em;
    text-align: center; }
  article header .meta,
  .hentry header .meta {
    font-size: 0.75em;
    text-align: center; }
article section,
.hentry section {
  margin-bottom: 1em; }
  article section.comments,
  .hentry section.comments {
    background: rgba(255, 200, 50, 0.25);
    border: 4px solid #fc8;
    border-radius: 8px;
    margin-top: 2em;
    padding: 2em; }
    article section.comments p,
    .hentry section.comments p {
      font-weight: bold;
      text-align: center; }
article pre,
.hentry pre {
  background: #efefef;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.25em 0.5em; }
article tt,
.hentry tt {
  background: #fd9;
  border-radius: 5px;
  padding: 0.25em; }
article ul, article ol,
.hentry ul,
.hentry ol {
  list-style-position: outside;
  margin: 0.5em auto;
  width: 80%; }
  article ul li, article ol li,
  .hentry ul li,
  .hentry ol li {
    margin-bottom: 0.5em; }
article ul,
.hentry ul {
  list-style-type: square; }
article .arabic,
.hentry .arabic {
  list-style-type: decimal; }
article .footnote .label,
.hentry .footnote .label {
  width: 2em; }
article .footnote-reference,
.hentry .footnote-reference {
  padding-left: .2em;
  padding-right: .2em; }
article footer .tags,
.hentry footer .tags {
  list-style: none; }
  article footer .tags li,
  .hentry footer .tags li {
    display: inline; }
    article footer .tags li:after,
    .hentry footer .tags li:after {
      content: ', '; }
    article footer .tags li:last-child:after,
    .hentry footer .tags li:last-child:after {
      content: ''; }

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*# sourceMappingURL=fetch.css.map */
