.highlight pre  { background: #ffffff; }
.highlight pre .c { color: #bdc3c7 } /* Comment */
.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight pre .k { color: #008800; font-weight: bold } /* Keyword */
.highlight pre .cm { color: #bdc3c7 } /* Comment.Multiline */
.highlight pre .cp { color: #95a5a6; font-weight: bold } /* Comment.Preproc */
.highlight pre .c1 { color: #bdc3c7 } /* Comment.Single */
.highlight pre .cs { color: #95a5a6; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight pre .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight pre .ge { font-style: italic } /* Generic.Emph */
.highlight pre .gr { color: #aa0000 } /* Generic.Error */
.highlight pre .gh { color: #333333 } /* Generic.Heading */
.highlight pre .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight pre .go { color: #888888 } /* Generic.Output */
.highlight pre .gp { color: #555555 } /* Generic.Prompt */
.highlight pre .gs { font-weight: bold } /* Generic.Strong */
.highlight pre .gu { color: #666666 } /* Generic.Subheading */
.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
.highlight pre .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight pre .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight pre .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight pre .kp { color: #008800 } /* Keyword.Pseudo */
.highlight pre .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight pre .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight pre .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight pre .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight pre .na { color: #336699 } /* Name.Attribute */
.highlight pre .nb { color: #003388 } /* Name.Builtin */
.highlight pre .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight pre .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight pre .nd { color: #555555 } /* Name.Decorator */
.highlight pre .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight pre .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight pre .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight pre .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight pre .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight pre .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight pre .nv { color: #336699 } /* Name.Variable */
.highlight pre .ow { color: #008800 } /* Operator.Word */
.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
.highlight pre .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight pre .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight pre .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight pre .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight pre .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight pre .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight pre .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight pre .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight pre .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight pre .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight pre .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight pre .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight pre .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight pre .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight pre .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight pre .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight pre .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight pre .vc { color: #336699 } /* Name.Variable.Class */
.highlight pre .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight pre .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight pre .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Lora', serif;
  line-height: 1.2em;
  font-size: 16px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Caption', sans;
  line-height: 100%;
  margin: 1.2em 0 0.6em 0;
  font-weight: 300 !important;
}

h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.3em;
}

em {
  font-style: italic;
}

a {
  color: #318fe8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  margin: 0 0 1.2em 2.4em;
  border-left: 8px solid #d9d9d9;
  padding: 0.3em 1em;
  color: #929292;
}

p {
  margin: 0 0 1.2em 0;
}

ul,
ol {
  margin: 0 0 1.2em 2.4em;
  padding: 0;
}
ul li,
ol li {
  margin-bottom: 0.6em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ul ul,
ol ul {
  list-style: circle;
}
ul ul ul,
ol ul ul,
ol ol ul,
ul ol ul {
  list-style: square;
}
ol {
  list-style: decimal;
}

.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  color: #5f5f5f;
  line-height: 1.5em;
  padding: 20px;
}

.content-wrapper.wide {
  max-width: 1200px;
}

.content-wrapper h2 {
  letter-spacing: -0.02em;
  color: #2f2f2f;
  font-size: 36px;
  font-weight: bold !important;
}

.posts ul {
  list-style: none;
  margin: 0;
}

.posts ul li {
  margin-bottom: 0.4em;
}

.posts li .date {
  color: #bbb;
  font-size: 0.9em;
}

.post-element .date {
  color: #bbb;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0.5em 0 -0.5em 0;
  font-family: "Source Sans Pro", sans;
  margin: 0 0 0.2em 0;
}

.post-element .title {
  margin: 0 0 0.2em 0;
}

.post-element .title a {
  margin-bottom: 0;
  line-height: 1.2em;
  color: #34495e;
}

.post-element .excerpt {
  font-family: 'Lora', serif;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #95a5a6;
}

.textual-content .pull-in {
  margin-left: 1em;
  margin-right: 1em;
}

.textual-content .highlight-paragraph cite {
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  display: block;
}

.textual-content #table-of-contents + ul {
  margin: 0 0 1.2em 2.4em;
}
.textual-content #table-of-contents + ul li {
  margin: 0;
  line-height: 1.6em;
}



.textual-content .highlight-paragraph {
  font-style: italic;
  font-size: 32px;
  line-height: 38px;
  border: none;
  margin: 1.5em -1em;
  padding: 0;
  text-align: center;
  color: #95a5a6;
}

.textual-content blockquote {
  border-left: 3px solid #ecf0f1;
}

.textual-content .pull-left,
.textual-content .pull-right,
.textual-content .centred-image {
  text-align: center;
  padding: 20px;
  border: 1px solid #ecf0f1;
  display: block;
}
.textual-content .pull-left img,
.textual-content .pull-right img,
.textual-content .centred-image img {
  padding: 0;
  border: 0;
}
.textual-content .pull-left em,
.textual-content .pull-right em,
.textual-content .centred-image em {
  font-style: italic;
  font-size: 16px;
  color: #95a5a6;
}
.textual-content .full-image img {
  width: 100%;
  height: auto;
}

.textual-content code {
  font-family: monospace;
  color: #95a5a6;
  background: #f3f3f3;
  padding: 0 0.2em;
}

.textual-content .highlight,
.textual-content pre.src,
.textual-content .simple-code {
  margin: 2em 0;
  border: 1px solid #ecf0f1;
  border-left-width: 2px;
  padding: 0.5em;
  font-family: monospace;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.textual-content .highlight,
.textual-content .highlight pre,
.textual-content .highlight code,
.textual-content .simple-code,
.textual-content .simple-code code {
  background: #fcfcfc;
  color: #7f8c8d;
}
.textual-content .highlight pre,
.textual-content .simple-code {
  overflow: auto;
}
.textual-content .highlight code,
.textual-content .highlighttable code,
.textual-content .simple-code code {
  padding: 0;
}

.textual-content .highlight {
  border-collapse: collapse;
  border: 1px solid #ecf0f1;
  border-left-width: 2px;
  font-size: 16px;
  width: auto;
  line-height: 22px;
  font-family: monospace;
  margin: 2em 0;
}

.textual-content .highlight td {
  vertical-align: top;
  padding: 0.5em;
}
.textual-content .highlight td.gutter {
  background: #fff;
  width: 20px;
  text-align: right;
  border-right: 1px solid #ecf0f1;
}
.textual-content .highlight td.gutter code,
.textual-content .highlight td.gutter pre {
  background-color: #fff;
  color: #bdc3c7;
}
.textual-content .highlight td.code {
  border-left: 1px solid #ecf0f1;
  background: #fcfcfc;
}
.textual-content .highlight td.code .highlight {
  padding: 0 0 0 0.5em;
  margin: 0;
  border: none;
}

.navigation {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0 50px;
  border-bottom: 1px solid #f3f3f3;
}

.navigation a {
  text-decoration: none;
  color: #888;
  padding: 0.8em 0.5em;
  font-size: 22px;
  font-family: 'PT Sans Caption', sans;
  font-weight: lighter;
  transition: all 0.3s ease-out;
  display: inline-block;
  border-bottom: 4px solid transparent;
  text-transform: lowercase;
}s

.navigation a:hover {
  color: #70b1ef;
}
.navigation a.active {
  border-bottom-color: #70b1ef;
  color: #70b1ef;
  font-weight: bold;
}

.page-heading {
  margin-bottom: 2em;
}
.page-heading .meta {
  font-size: 0.9em;
  color: #bbb;
  font-family: 'PT Sans Caption', sans;
}
.page-heading .published-date {
  margin-top: -0.5em;
}

.footer {
  padding: 3em 0 2em 0;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255,255,255,0.8);
  box-shadow: inset 1px 0px 0px rgba(255,255,255,0.8);
  background: #f3f3f3;
  text-align: center;
  letter-spacing: 0.1em;
}
.footer #social {
  list-style: none;
}
.footer #social li,
.footer #social a {
  width: 64px;
  height: 64px;
  display: inline-block;
}
.footer #social a {
  text-decoration: none;
  color: #999;
}
.footer #social a:hover {
  color: #5f5f5f;
}
.footer #social i {
  font-size: 96px;
  font-style: normal;
}
.footer #meta-info {
  color: #999;
}
.footer #meta-info .heart {
  color: #e74c3c;
  font-size: 1.3em;
  padding: 0 0.02em;
  position: relative;
  top: 0.1em;
}

@media (max-width: 970px) {
  .content-wrapper #content .pull-left {
    margin-left: 0;
  }
  .content-wrapper #content .pull-right {
    margin-right: 0;
  }
  .content-wrapper #content .highlighttable {
    border-width: 1px 0;
  }
  .content-wrapper #content .highlighttable td {
    padding: 2px 0;
  }
  .content-wrapper #content .highlighttable .linenos {
    display: none;
  }
  .content-wrapper #content .highlighttable .code {
    border: 0;
  }
  .content-wrapper #content .highlighttable .highlight {
    font-size: 13px;
    line-height: 16px;
  }
  .content-wrapper pre,
  .content-wrapper pre span {
    white-space: pre-wrap;
  }
}
@media (max-width: 750px) {
  .content-wrapper blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper img {
    padding: 0;
    position: static;
    width: 100%;
    height: auto;
  }
  .content-wrapper iframe {
    border-width: 1px 0px;
    padding: 2px 0px;
    width: 100%;
    height: auto;
  }
  .content-wrapper .pull-left,
  .content-wrapper .pull-right,
  .content-wrapper .centred-image {
    border-width: 1px 0;
    padding: 2px 0;
  }
  .content-wrapper .pull-left,
  .content-wrapper .pull-right {
    margin: 0.5em 0 1em 0;
    float: none;
  }
  .content-wrapper .special-image-1,
  .content-wrapper .special-image-2 {
    height: auto;
  }
  .content-wrapper ul,
  .content-wrapper ol {
    margin-left: 1.2em;
  }
}

.about-image {
  float: right;
  width: 500px;
  padding-left: 25px;
  padding-bottom: 10px;
}

#stalker {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

#stalker > a {
  opacity: 0.8;
  text-decoration: none;
  display: inline-block;
  margin: 0 8px;
}

#stalker > a:hover {
  opacity: 1;
}

#stalker i.fa {
  font-size: 100px;
}

.footer-links {
  margin: 25px 0;
}

.footer-links > a {
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #6e9bc5;
}

.newsletter {
  max-width: 400px;
  margin: 0 auto;
}

.newsletter label {
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.newsletter input {
  width: 250px;
  border: 1px solid #ddd;
  padding: 10px;
  font: 400 14px Open Sans,sans-serif;
  outline: none;
  color: #333;
  border-radius: 0;
}

.newsletter .button {
  margin-bottom: 12px;
  background: #999;
  border: 0;
  cursor: pointer;
  color: #fff;
  font: 700 12px/21px Open Sans,sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 25px;
  width: auto;
  transition: all .2s ease-in;
}

.newsletter .button:hover {
  background: #70b1ef;
}

strong {
  font-weight: 700;
}