<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  Syntax highlighting  */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

div.highlighter-rouge,
figure.highlight {
  position: relative;
  margin-bottom: 1em;
  background: #263238;
  color: #EEFFFF;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: 0.75em;
  line-height: 1.8;
  border-radius: 4px; }
  div.highlighter-rouge &gt; pre,
  div.highlighter-rouge pre.highlight,
  figure.highlight &gt; pre,
  figure.highlight pre.highlight {
    margin: 0;
    padding: 1em; }

.highlight table {
  margin-bottom: 0;
  font-size: 1em;
  border: 0; }
  .highlight table td {
    padding: 0;
    width: calc(100% - 1em);
    border: 0;
    /* line numbers*/
    /* code */ }
    .highlight table td.gutter, .highlight table td.rouge-gutter {
      padding-right: 1em;
      width: 2em;
      color: #B2CCD6;
      border-right: 1px solid #B2CCD6;
      text-align: right; }
    .highlight table td.code, .highlight table td.rouge-code {
      padding-left: 1em; }
  .highlight table pre {
    margin: 0; }

.highlight pre {
  width: 100%; }

.highlight .hll {
  background-color: #EEFFFF; }

.highlight .c {
  /* Comment */
  color: #B2CCD6; }
.highlight .err {
  /* Error */
  color: #F07178; }
.highlight .k {
  /* Keyword */
  color: #C792EA; }
.highlight .l {
  /* Literal */
  color: #F78C6C; }
.highlight .n {
  /* Name */
  color: #EEFFFF; }
.highlight .o {
  /* Operator */
  color: #89DDFF; }
.highlight .p {
  /* Punctuation */
  color: #EEFFFF; }
.highlight .cm {
  /* Comment.Multiline */
  color: #B2CCD6; }
.highlight .cp {
  /* Comment.Preproc */
  color: #B2CCD6; }
.highlight .c1 {
  /* Comment.Single */
  color: #B2CCD6; }
.highlight .cs {
  /* Comment.Special */
  color: #B2CCD6; }
.highlight .gd {
  /* Generic.Deleted */
  color: #F07178; }
.highlight .ge {
  /* Generic.Emph */
  font-style: italic; }
.highlight .gh {
  /* Generic.Heading */
  color: #EEFFFF;
  font-weight: bold; }
.highlight .gi {
  /* Generic.Inserted */
  color: #98C379; }
.highlight .gp {
  /* Generic.Prompt */
  color: #B2CCD6;
  font-weight: bold; }
.highlight .gs {
  /* Generic.Strong */
  font-weight: bold; }
.highlight .gu {
  /* Generic.Subheading */
  color: #89DDFF;
  font-weight: bold; }
.highlight .kc {
  /* Keyword.Constant */
  color: #C792EA; }
.highlight .kd {
  /* Keyword.Declaration */
  color: #C792EA; }
.highlight .kn {
  /* Keyword.Namespace */
  color: #89DDFF; }
.highlight .kp {
  /* Keyword.Pseudo */
  color: #C792EA; }
.highlight .kr {
  /* Keyword.Reserved */
  color: #C792EA; }
.highlight .kt {
  /* Keyword.Type */
  color: #FFCB6B; }
.highlight .ld {
  /* Literal.Date */
  color: #98C379; }
.highlight .m {
  /* Literal.Number */
  color: #F78C6C; }
.highlight .s {
  /* Literal.String */
  color: #98C379; }
.highlight .na {
  /* Name.Attribute */
  color: #82AAFF; }
.highlight .nb {
  /* Name.Builtin */
  color: #EEFFFF; }
.highlight .nc {
  /* Name.Class */
  color: #FFCB6B; }
.highlight .no {
  /* Name.Constant */
  color: #F07178; }
.highlight .nd {
  /* Name.Decorator */
  color: #89DDFF; }
.highlight .ni {
  /* Name.Entity */
  color: #EEFFFF; }
.highlight .ne {
  /* Name.Exception */
  color: #F07178; }
.highlight .nf {
  /* Name.Function */
  color: #82AAFF; }
.highlight .nl {
  /* Name.Label */
  color: #EEFFFF; }
.highlight .nn {
  /* Name.Namespace */
  color: #FFCB6B; }
.highlight .nx {
  /* Name.Other */
  color: #82AAFF; }
.highlight .py {
  /* Name.Property */
  color: #EEFFFF; }
.highlight .nt {
  /* Name.Tag */
  color: #89DDFF; }
.highlight .nv {
  /* Name.Variable */
  color: #F07178; }
.highlight .ow {
  /* Operator.Word */
  color: #89DDFF; }
.highlight .w {
  /* Text.Whitespace */
  color: #EEFFFF; }
.highlight .mf {
  /* Literal.Number.Float */
  color: #F78C6C; }
.highlight .mh {
  /* Literal.Number.Hex */
  color: #F78C6C; }
.highlight .mi {
  /* Literal.Number.Integer */
  color: #F78C6C; }
.highlight .mo {
  /* Literal.Number.Oct */
  color: #F78C6C; }
.highlight .sb {
  /* Literal.String.Backtick */
  color: #98C379; }
.highlight .sc {
  /* Literal.String.Char */
  color: #EEFFFF; }
.highlight .sd {
  /* Literal.String.Doc */
  color: #B2CCD6; }
.highlight .s2 {
  /* Literal.String.Double */
  color: #98C379; }
.highlight .se {
  /* Literal.String.Escape */
  color: #F78C6C; }
.highlight .sh {
  /* Literal.String.Heredoc */
  color: #98C379; }
.highlight .si {
  /* Literal.String.Interpol */
  color: #F78C6C; }
.highlight .sx {
  /* Literal.String.Other */
  color: #98C379; }
.highlight .sr {
  /* Literal.String.Regex */
  color: #98C379; }
.highlight .s1 {
  /* Literal.String.Single */
  color: #98C379; }
.highlight .ss {
  /* Literal.String.Symbol */
  color: #98C379; }
.highlight .bp {
  /* Name.Builtin.Pseudo */
  color: #EEFFFF; }
.highlight .vc {
  /* Name.Variable.Class */
  color: #F07178; }
.highlight .vg {
  /* Name.Variable.Global */
  color: #F07178; }
.highlight .vi {
  /* Name.Variable.Instance */
  color: #F07178; }
.highlight .il {
  /* Literal.Number.Integer.Long */
  color: #F78C6C; }

.gist .blob-num {
  width: 3.5% !important; }

.dataframe tbody {
  font-size: 0.8em;
  border-color: white; }
  .dataframe tbody tr :nth-child(even) {
    background-color: #f8f8f8; }
  .dataframe tbody tr th {
    border-top: 0;
    border-left: 0;
    border-bottom: 0; }
  .dataframe tbody tr td {
    padding: 0;
    border: 0;
    text-align: center; }

.dataframe thead tr :nth-child(n+2) {
  color: black;
  font-size: 0.75em;
  text-align: center !important;
  border-top: 0;
  border-left: 0;
  border-right: 0; }
.dataframe thead tr :first-child {
  border-top: 0;
  border-left: 0; }

table.dataframe {
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

figure {
  margin: 0; }

.gist table tbody tr td {
  box-sizing: content-box; }

html {
  background: #fff; }

::selection {
  background: #D4D4D4; }

::-moz-selection {
  background: #D4D4D4; }

body {
  color: #383838;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  word-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin: 0.67em 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #383838; }

h1 {
  font-size: 2.3em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.15em; }

blockquote {
  border-left: 2px solid #9fd2e3;
  margin: 1em 1em;
  padding: 0.75em 1em;
  background-color: #EEF7FA;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

blockquote p:last-child,
footer p:last-child {
  margin-bottom: 0; }

table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  overflow-x: scroll;
  display: inline-block; }

td,
th {
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left; }

table,
dl,
kbd,
samp {
  margin: 1em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 2em; }

p,
ol,
ul,
dl,
.math-display {
  line-height: 1.5;
  margin-bottom: 1em; }

.math-display {
  display: inline-block;
  width: 100%; }

li p {
  display: inline; }
li &gt; ul, li &gt; ol {
  margin-bottom: 0;
  margin-left: 1em; }

ol,
ul {
  list-style-position: inside; }

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  margin: 1em 0; }

a {
  color: #507492;
  text-decoration: none; }

iframe,
img,
embed,
object,
video {
  max-width: 100%;
  padding: 0 10%; }

img[align=left] {
  margin-right: 3%; }

img[align=right] {
  margin-left: 3%; }

/* ---- Responsive ---- */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1em; }

  h4 {
    font-size: 0.9em; }

  p,
  li {
    font-size: 0.8em; } }
#post-nav {
  padding: 3% 6%; }
  @media (max-width: 1000px) {
    #post-nav {
      padding: 3% 3%; } }

article,
.comments, .feature-image .post-content, .feature-image footer, .posts .post-teaser, .site-footer {
  padding: 4% 20%; }
  @media (max-width: 1000px) {
    article,
    .comments, .feature-image .post-content, .feature-image footer, .posts .post-teaser, .site-footer {
      padding: 6% 12.5%; } }
  @media (max-width: 576px) {
    article,
    .comments, .feature-image .post-content, .feature-image footer, .posts .post-teaser, .site-footer {
      padding: 4%; } }

.call-out {
  padding: 6% 20%; }
  @media (max-width: 1000px) {
    .call-out {
      padding: 9% 12.5%; } }
  @media (max-width: 576px) {
    .call-out {
      padding: 6%; } }

.header-txt-shadow, .call-out p,
.call-out a,
.call-out li,
.call-out h1,
.call-out h2,
.call-out h3,
.call-out h4,
.call-out h5, h1.title {
  text-shadow: 1px 1px 2px #3f3f3f; }

.button {
  border-radius: 0.3em;
  border: 1px solid;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 0.75em; }

.button-link:hover, a.button:hover {
  background: #507492;
  border: 1px solid #507492;
  color: #fff;
  text-decoration: none; }

.body-link:hover, article a:hover, .posts .post-teaser p a:hover {
  text-decoration: underline;
  color: #354d61; }

.post-link:hover {
  text-decoration: none;
  color: #688ead; }

.disabled {
  opacity: 0.7; }

.text-center {
  text-align: center; }

.right {
  float: right; }

article,
.comments {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%; }

article header {
  margin-bottom: 6%;
  text-align: center; }
article .footnotes {
  font-size: 0.9em; }

footer {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em;
  display: inline-block;
  text-align: center; }
  footer .meta, footer #post-nav p, #post-nav footer p {
    color: rgba(56, 56, 56, 0.5);
    letter-spacing: 0.1em;
    display: inline;
    text-transform: uppercase; }
  footer a.button {
    margin-left: 1em; }

header h1 {
  margin: 0; }

.meta, #post-nav p {
  color: rgba(56, 56, 56, 0.5);
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase; }

/* --- Feature image --- */
.feature-image {
  padding: 0; }
  .feature-image .post-link {
    color: #fff; }
  .feature-image header {
    color: #fff;
    background-size: cover;
    margin-bottom: 0;
    padding: 8% 20%; }
    .feature-image header .meta, .feature-image header #post-nav p, #post-nav .feature-image header p {
      color: rgba(255, 255, 255, 0.7); }
  .feature-image .post-content {
    padding-bottom: 0; }
  .feature-image footer {
    padding-top: 0; }

@media screen and (max-width: 768px) {
  .feature-image header {
    padding: 4% 4%; } }

/* --- Post navigation --- */
#post-nav {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  float: left; }
  #post-nav a,
  #post-nav .page-title {
    display: inline-block; }
  #post-nav .page-title {
    font-size: 1.2em;
    margin-bottom: 1em;
    width: 100%; }
  #post-nav a {
    padding: 2em 3em;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: center;
    width: 50%; }
  #post-nav i {
    vertical-align: middle; }

.call-out {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  text-align: center;
  color: #FFF;
  background: #507492 no-repeat;
  background-size: cover;
  /* --- Responsive --- */ }
  @media screen and (max-width: 850px) {
    .call-out {
      background-size: 100% auto; } }
  .call-out p:last-child {
    margin-bottom: 0; }

#main {
  background-position: 100% 0, 0 center, center top; }

.posts .post-teaser {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  background-size: cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .posts .post-teaser img {
    width: 100%;
    padding: 0;
    vertical-align: middle; }
  .posts .post-teaser .post-img {
    vertical-align: middle;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .posts .post-teaser .post-img {
        height: 250px; } }
    @media screen and (max-width: 768px) {
      .posts .post-teaser .post-img {
        height: 150px; } }
  .posts .post-teaser .post-img img {
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s; }
    .posts .post-teaser .post-img img:hover {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
.posts .excerpt {
  margin-top: 1em; }

.pagination {
  padding: 4% 20% 0 20%;
  text-align: center; }
  @media (max-width: 600px) {
    .pagination {
      padding: 4%; } }
  .pagination .button {
    margin: 0 1.5em; }
    .pagination .button i {
      vertical-align: middle; }

.subtitle {
  font-weight: normal;
  margin-top: 5px;
  text-shadow: 1px 1px 2px #3f3f3f; }

.tag-list {
  width: 100%;
  font-size: 0.9em; }
  .tag-list div.meta {
    margin-right: 0.5em; }
  .tag-list a.button {
    margin: 0.1em;
    padding: 0.2em 0.4em; }
  .tag-list p {
    margin: 0;
    padding: 0 0.2em 0 0; }

.tag-anchor {
  margin-bottom: 3%; }
  .tag-anchor a {
    color: #507492; }
    .tag-anchor a:hover {
      text-decoration: none; }

.tag-posts {
  display: inline-block;
  width: 100%; }
  .tag-posts .tag-title {
    margin-top: 0;
    margin-bottom: 0; }
    .tag-posts .tag-title a {
      margin-left: 3%; }
  .tag-posts .meta, .tag-posts #post-nav p, #post-nav .tag-posts p {
    display: inline;
    float: right;
    font-size: 0.7em;
    line-height: normal; }

.search-bar {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.43;
  color: #383838;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .search-bar:focus, .search-bar:hover {
    border-color: #507492;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(80, 116, 146, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(80, 116, 146, 0.4); }
  .search-bar::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .search-bar:-ms-input-placeholder, .search-bar::-webkit-input-placeholder {
    color: #999; }
  .search-bar input[type=text] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px; }

.search-title a h3 {
  margin: 0; }
.search-title a:hover {
  text-decoration: none; }

.site-footer {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #858585;
  font-size: 0.9em; }
  .site-footer .footer-icons ul {
    list-style: none; }
    .site-footer .footer-icons ul li {
      display: inline; }

#post-nav {
  width: 100%;
  display: inline-block; }
  #post-nav a {
    width: 100%;
    padding: 0;
    margin: 0; }
  #post-nav #previous-post {
    float: left; }
  #post-nav #next-post {
    float: right; }

.site-header {
  padding: 2% 2% 1% 2%;
  background: #fff;
  display: inline-block;
  float: left;
  width: 100%; }
  .site-header .separator {
    user-select: none;
    opacity: 0; }
    .site-header .separator:first-child {
      display: none; }
  .site-header a {
    color: #383838; }
  .site-header .avatar {
    height: 3em;
    width: 3em;
    float: left;
    margin-top: -13px;
    border-radius: 0.2em;
    margin-right: 0.5em;
    padding: 10px 10px; }
  .site-header .site-title {
    float: left;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5; }
  .site-header nav {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-header nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 1.5;
      float: right;
      text-align: right;
      display: block; }
    .site-header nav li {
      display: inline;
      float: left;
      margin-right: 0.4em; }
    .site-header nav a:hover {
      color: #507492; }
    .site-header nav a#pull i {
      margin-top: 13px;
      float: right; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }
  .clear:before, .clear:after {
    content: " ";
    display: table; }

/* ---- Responsive ---- */
@media (min-width: 768px) {
  a#pull {
    display: none; } }
@media screen and (max-width: 768px) {
  .site-header img.avatar {
    margin-top: -7px; }
  .site-header .site-title {
    margin-top: 7px; }

  nav {
    height: auto; }
    nav .separator {
      display: none !important; }
    nav ul {
      width: 100%;
      overflow: hidden;
      transition: font-size .25s, margin .25s, padding .25s, opacity .5s .25s; }
    nav ul.hide {
      font-size: 0;
      margin: 0;
      opacity: 0;
      padding: 0;
      /* fade out, then shrink */
      transition: opacity .25s, font-size .5s .25s, margin .5s .25s, padding .5s .25s; }
    nav li {
      width: 100%;
      float: left;
      position: relative; }
    nav a {
      text-align: left;
      width: 100%; }
      nav a#pull {
        display: block;
        width: 100%;
        position: relative; }
        nav a#pull:after {
          content: "";
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 10px; } }
.portfolio * {
  z-index: 2;
  margin: 8% 5%; }
  .portfolio * img {
    padding: 0 0;
    margin: 0 0; }
  .portfolio * .portfolio-item {
    right: 0;
    margin: 0 0 15px; }
    @media (min-width: 767px) {
      .portfolio * .portfolio-item {
        margin: 0 0 30px; } }
    .portfolio * .portfolio-item .portfolio-link {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 400px; }
      .portfolio * .portfolio-item .portfolio-link .caption {
        margin: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        background: rgba(80, 116, 146, 0.4);
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        font: 0/0 a; }
        .portfolio * .portfolio-item .portfolio-link .caption::before {
          content: ' ';
          display: inline-block;
          vertical-align: middle;
          height: 100%; }
        .portfolio * .portfolio-item .portfolio-link .caption:hover {
          opacity: 1; }
        .portfolio * .portfolio-item .portfolio-link .caption .caption-content {
          font-family: 'Lora', 'Times New Roman', serif;
          font-size: 15px;
          color: #fff;
          margin: auto;
          text-align: center;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 450px) {
            .portfolio * .portfolio-item .portfolio-link .caption .caption-content {
              font-size: 7px; } }
          .portfolio * .portfolio-item .portfolio-link .caption .caption-content h3,
          .portfolio * .portfolio-item .portfolio-link .caption .caption-content h4 {
            margin: 0; }

/* --- Responsive --- */
@media screen and (max-width: 450px) {
  .portfolio .caption-content {
    font-size: 7px; } }
/* ---- grid ---- */
.grid {
  padding-bottom: 6%;
  padding-top: 1%;
  /* clear fix */ }
  .grid:after {
    content: '';
    display: block;
    clear: both; }

/* ---- .grid-item within masonry ---- */
.grid-sizer,
.grid-item {
  /* state column width */
  width: 32.6%; }

.grid-item {
  float: left;
  border-radius: 5px; }
  .grid-item img {
    /* for image formatting in the masonry */
    display: block;
    max-width: 100%;
    min-height: 30%; }

/* --- Masonry gutter size --- */
.gutter-sizer {
  width: 1%; }

.grid-item:first-of-type {
  margin: 0; }

.grid-item {
  margin-bottom: 1%; }
</pre></body></html>