@import 'https://fonts.googleapis.com/css?family=Merriweather|Open+Sans';
/*! normalize.css v2.1.2 | 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 styling not present in IE 8/9.
 */
[hidden] {
  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
   ========================================================================== */
/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
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;
}

.highlight {
  background-color: #073642;
  color: #93a1a1;
}

.highlight .c {
  color: #586e75 !important;
  font-style: italic !important;
}

.highlight .cm {
  color: #586e75 !important;
  font-style: italic !important;
}

.highlight .cp {
  color: #586e75 !important;
  font-style: italic !important;
}

.highlight .c1 {
  color: #586e75 !important;
  font-style: italic !important;
}

.highlight .cs {
  color: #586e75 !important;
  font-weight: bold !important;
  font-style: italic !important;
}

.highlight .err {
  color: #dc322f !important;
  background: none !important;
}

.highlight .k {
  color: #cb4b16 !important;
}

.highlight .o {
  color: #93a1a1 !important;
  font-weight: bold !important;
}

.highlight .p {
  color: #93a1a1 !important;
}

.highlight .ow {
  color: #2aa198 !important;
  font-weight: bold !important;
}

.highlight .gd {
  color: #93a1a1 !important;
  background-color: #372c34 !important;
  display: inline-block;
}

.highlight .gd .x {
  color: #93a1a1 !important;
  background-color: #4d2d33 !important;
  display: inline-block;
}

.highlight .ge {
  color: #93a1a1 !important;
  font-style: italic !important;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gh {
  color: #586e75 !important;
}

.highlight .gi {
  color: #93a1a1 !important;
  background-color: #1a412b !important;
  display: inline-block;
}

.highlight .gi .x {
  color: #93a1a1 !important;
  background-color: #355720 !important;
  display: inline-block;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  color: #93a1a1 !important;
  font-weight: bold !important;
}

.highlight .gu {
  color: #6c71c4 !important;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .kc {
  color: #859900 !important;
  font-weight: bold !important;
}

.highlight .kd {
  color: #268bd2 !important;
}

.highlight .kp {
  color: #cb4b16 !important;
  font-weight: bold !important;
}

.highlight .kr {
  color: #d33682 !important;
  font-weight: bold !important;
}

.highlight .kt {
  color: #2aa198 !important;
}

.highlight .n {
  color: #268bd2 !important;
}

.highlight .na {
  color: #268bd2 !important;
}

.highlight .nb {
  color: #859900 !important;
}

.highlight .nc {
  color: #d33682 !important;
}

.highlight .no {
  color: #b58900 !important;
}

.highlight .ni {
  color: #800080;
}

.highlight .nl {
  color: #859900 !important;
}

.highlight .ne {
  color: #268bd2 !important;
  font-weight: bold !important;
}

.highlight .nf {
  color: #268bd2 !important;
  font-weight: bold !important;
}

.highlight .nn {
  color: #b58900 !important;
}

.highlight .nt {
  color: #268bd2 !important;
  font-weight: bold !important;
}

.highlight .nx {
  color: #b58900 !important;
}

.highlight .bp {
  color: #999999;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #268bd2 !important;
}

.highlight .vi {
  color: #268bd2 !important;
}

.highlight .nv {
  color: #268bd2 !important;
}

.highlight .w {
  color: #bbbbbb;
}

.highlight .mf {
  color: #2aa198 !important;
}

.highlight .m {
  color: #2aa198 !important;
}

.highlight .mh {
  color: #2aa198 !important;
}

.highlight .mi {
  color: #2aa198 !important;
}

.highlight .mo {
  color: #009999;
}

.highlight .s {
  color: #2aa198 !important;
}

.highlight .sb {
  color: #d14;
}

.highlight .sc {
  color: #d14;
}

.highlight .sd {
  color: #2aa198 !important;
}

.highlight .s2 {
  color: #2aa198 !important;
}

.highlight .se {
  color: #dc322f !important;
}

.highlight .sh {
  color: #d14;
}

.highlight .si {
  color: #268bd2 !important;
}

.highlight .sx {
  color: #d14;
}

.highlight .sr {
  color: #2aa198 !important;
}

.highlight .s1 {
  color: #2aa198 !important;
}

.highlight .ss {
  color: #990073;
}

.highlight .il {
  color: #009999;
}

.highlight div .gd, .highlight div .gd .x, .highlight div .gi, .highlight div .gi .x {
  display: inline-block;
  width: 100%;
}

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

body {
  margin: 0;
  color: #393838;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}

@media (max-width: 1250px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 630px) {
  body {
    font-size: 12px;
  }
}

.content {
  position: relative;
  margin: 30px auto 0;
  max-width: 680px;
  width: 55%;
}

.content a {
  color: #393838;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.content a:hover {
  color: #CC0500;
}

@media (max-width: 1250px) {
  .content {
    margin: 65px auto 25px;
    width: 86%;
  }
}

@media (max-width: 630px) {
  .content {
    margin: 50px auto 15px;
  }
}

.pagination {
  width: 100%;
}

.pagination a {
  font-size: 1.5em;
  font-weight: bold;
  padding: .7em 0;
  text-decoration: none;
}

.older {
  float: left;
}

.newer {
  float: right;
}

.markdown ul, .markdown ol {
  padding-left: 30px;
}

.markdown img {
  max-width: 100%;
}

.markdown .anchor {
  text-decoration: none;
  position: absolute;
  margin-left: -1.7em;
  padding-left: 1.7em;
  outline: none;
  color: #393838;
}

.markdown .anchor:hover {
  text-decoration: none;
}

.markdown h1, .markdown h2, .markdown h3,
.markdown h4, .markdown h5, .markdown h6 {
  line-height: 1.3;
}

.markdown h1:hover .header-link, .markdown h2:hover .header-link, .markdown h3:hover .header-link,
.markdown h4:hover .header-link, .markdown h5:hover .header-link, .markdown h6:hover .header-link {
  visibility: visible;
}

@media (max-width: 1250px) {
  .markdown h1:hover .header-link, .markdown h2:hover .header-link, .markdown h3:hover .header-link,
  .markdown h4:hover .header-link, .markdown h5:hover .header-link, .markdown h6:hover .header-link {
    visibility: hidden;
  }
}

.markdown blockquote {
  border-left: 6px solid gainsboro;
  margin-left: 0;
  padding-left: 1em;
}

.header-link {
  margin-left: -1.7em;
  visibility: hidden;
  font-size: 16px;
}

@media (max-width: 1250px) {
  .header-link {
    font-size: 14px;
  }
}

@media (max-width: 630px) {
  .header-link {
    font-size: 12px;
  }
}

code {
  background: #ebebff;
  border: 1px solid #e6e5e5;
  padding: 0 0.23em;
  border-top-left-radius: 3px;
  margin: 0;
  font-size: .8em;
  line-height: 1.5em;
  font-family: Monaco, Consolas, monospace;
}

.markdown > pre {
  font-family: Monaco, Consolas, monospace;
  margin: 1em 0;
  white-space: normal;
}

.markdown > pre pre {
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  overflow: auto;
}

.markdown > pre code {
  border: 0;
  padding: 0;
}

.highlight {
  border-top-left-radius: 3px;
}

.highlight pre {
  padding: 15px;
  margin-bottom: 0;
}

/*Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/*/
/*License:  CC BY 3.0 -- http://creativecommons.org/licenses/by/3.0/*/
/*
Note: To edit icons, go to the following url: http://icomoon.io/app/
      then click `Import Icons` in the top left and upload the `src/styles/selection.json` file.

      After updating the icons simply download them and replace the `fonts` folder inside the `src/styles` folder,
      replace the `src/styles/selection.json` with the new `selection.json` and replace the contents of
      `src/styles/_icon.scss` with `style.css`.
*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ks04bf");
  src: url("fonts/icomoon.eot?ks04bf#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ks04bf") format("truetype"), url("fonts/icomoon.woff?ks04bf") format("woff"), url("fonts/icomoon.svg?ks04bf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*="icon-"], .header-link {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before, .header-link:before {
  content: "\e600";
}

.icon-twitter:before {
  content: "\e601";
}

.icon-google-plus:before {
  content: "\e602";
}

.icon-facebook:before {
  content: "\e603";
}

.icon-github:before {
  content: "\e604";
}

.icon-pinterest:before {
  content: "\e605";
}

.icon-dribbble:before {
  content: "\e606";
}

.icon-menu:before {
  content: "\e607";
}

.icon-bubbles:before {
  content: "\e608";
}

.icon-soundcloud:before {
  content: "\e609";
}

.icon-skype:before {
  content: "\e60a";
}

.icon-lastfm:before {
  content: "\e60b";
}

.icon-foursquare:before {
  content: "\e60c";
}

.icon-tumblr:before {
  content: "\e60d";
}

.icon-linkedin:before {
  content: "\e900";
}

nav {
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  background: #CC0500;
  width: 250px;
}

nav a {
  color: white;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

@media (max-width: 1250px) {
  nav {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  nav:after {
    content: "";
    display: table;
    clear: both;
  }
}

.nav-show {
  overflow: visible;
}

.name {
  z-index: 100;
  font-weight: normal;
  font-size: 2em;
  margin: 30px 0;
  padding-left: 40px;
}

@media (max-width: 1250px) {
  .name {
    padding-left: 1em;
    margin: 0;
    float: left;
    font-size: 1.6em;
    line-height: 2.2em;
  }
}

.menu {
  text-align: right;
  color: white;
  display: none;
  float: right;
  margin: 0;
  padding-right: .5em;
  font-size: 1.6em;
  line-height: 2.2em;
}

.menu:hover {
  text-decoration: none;
}

@media (max-width: 1250px) {
  .menu {
    display: block;
  }
}

.nav-links {
  list-style: none;
  background: #CC0500;
  padding-left: 40px;
  font-size: 1.4em;
}

.nav-links a {
  display: block;
  padding: 0 0 .55em;
}

@media (max-width: 1250px) {
  .nav-links a {
    display: block;
    padding: 0;
    margin: .55em .9em;
  }
}

@media (max-width: 1250px) {
  .nav-links {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 2.5em;
  }
}

.social-media {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.8em;
  line-height: 2em;
}

.social-media a {
  margin: 0 10px;
  padding: 2px;
}

.social-media a:hover {
  text-decoration: none;
  color: #393838;
}

@media (max-width: 1250px) {
  .social-media {
    display: none;
  }
}

.post-head {
  border-bottom: 1px solid #b8b7b7;
  margin: 1em 0;
  padding-bottom: 5px;
  position: relative;
}

.post-head a {
  text-decoration: none;
}

.post-title {
  float: left;
  padding-right: 4.9em;
  margin: 0 0 5px;
  font-size: 2em;
}

@media (max-width: 1250px) {
  .post-title {
    font-size: 1.7em;
  }
}

.post-date {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 1.3em;
  line-height: 1.7em;
  color: #b8b7b7;
}

.post-body {
  margin-bottom: 1.2em;
  font-family: "Merriweather", serif;
  line-height: 1.65em;
}

.social {
  padding: .55em 0 1.4em;
}

.comments {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

.comments a {
  color: #b8b7b7;
  text-decoration: none;
}

.comments .icon-bubbles {
  padding: 3px 15px 5px 0;
  float: left;
}

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