/*! normalize.css v2.1.1 | 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. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * 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; }

/* @group Variables -------------------- */
/* @end Variables */
/* @group Base Styles -------------------- */
body {
  background: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5; }

.wrap:before,
.wrap:after {
  content: "";
  display: table; }

.wrap:after {
  clear: both; }

.wrap {
  max-width: 1084px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1; }

.fixed {
  position: fixed; }

/* clearfix (now called group, via http://css-tricks.com/snippets/css/clear-fix/) */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* apply a natural box layout model to all elements; see: http://paulirish.com/2012/box-sizing-border-box-ftw/; */
/* ...also, dont' be concerned about the everything selector here, as it's not being used as a compound selector, so it's performance impact is very nominal */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  font-weight: bold;
  color: #333; }
  a:hover {
    text-decoration: none;
    opacity: .8; }
  a:active, a:focus {
    outline: none; }

::-moz-selection {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-shadow: none; }

::selection {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  text-shadow: none; }

/* @end Base Styles */
/* @group Layout Styles -------------------- */
/* Site Nav */
.site-nav {
  position: fixed;
  z-index: 999;
  top: 16px;
  right: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4f0ed;
  border: 1px solid rgba(51, 51, 51, 0.2); }
  @media (max-width: 570px) {
    .site-nav {
      top: 4px;
      right: 2px; } }
  .site-nav .nav-trigger {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    display: block;
    text-align: right;
    line-height: 1; }
    .site-nav .nav-trigger .menu-icon {
      display: block; }
  .site-nav .links {
    list-style: none;
    margin: 0;
    padding: 0 15px 8px;
    text-align: right;
    display: none;
    letter-spacing: -1px; }
    .site-nav .links > li:hover {
      background-color: rgba(217, 212, 208, 0.5);
      margin: 0 -15px;
      padding: 0 15px; }
    .site-nav .links a {
      text-decoration: none; }
  .site-nav:hover {
    background: white; }
    .site-nav:hover .links {
      display: block; }
    .site-nav:hover .nav-trigger .menu-icon {
      display: inline-block; }

/* Page Header */
.page-header {
  background-size: cover;
  padding: 195px 0 65px;
  color: #333;
  background-image: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f4f0ed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px; }
  .page-header.Africa {
    background-image: url("../img/bg-Africa.jpg"); }
  .page-header.Infocontrols {
    background-image: url("../img/bg-Infocontrols.jpg"); }
  .page-header.Human-rights {
    background-image: url("../img/bg-Human-rights.jpg"); }
  .page-header.Security {
    background-image: url("../img/bg-Security.jpg"); }
  .page-header.Random {
    background-image: url("../img/bg-Random.jpg"); }
  .page-header.tinydeathstar {
    background-image: url("../img/bg-tinydeathstar.jpg"); }
  .page-header .intro-copy h1 {
    font-weight: 800;
    letter-spacing: -3px;
    margin: 20px 0 0;
    width: auto;
    font-size: 60px;
    line-height: 1; }
    @media (max-width: 570px) {
      .page-header .intro-copy h1 {
        font-size: 38px; } }
  .page-header .intro-copy .subhead {
    font-size: 28px;
    font-family: "Lora", "Minion Pro", Palatino, Georgia, serif;
    letter-spacing: -1px;
    margin: 5px 0 0; }
  .page-header .intro-copy .description {
    font-size: 24px;
    margin: 10px 0 0; }
    .page-header .intro-copy .description a {
      font-weight: 600;
      letter-spacing: -1px; }
  .page-header .intro-copy a {
    padding: 0 3px;
    margin: 0 -3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333; }
    .page-header .intro-copy a:hover {
      background-color: white; }

/* Page Footer */
.page-footer {
  text-align: center;
  background: #a8a5a3;
  border-top: 1px solid #d9d4d0;
  padding: 30px 0;
  font-family: "Lora", "Minion Pro", Palatino, Georgia, serif; }
  @media (max-width: 550px) {
    .page-footer {
      font-size: 14px; } }
  .page-footer p {
    margin: 0; }

/* Utilities */
.constrained {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto; }

.section-heading {
  border-top: 0;
  border-bottom: 1px solid #d9d4d0;
  padding: 18px 0;
  margin-bottom: 30px; }
  .section-heading h2 {
    font-weight: 800;
    line-height: 1;
    margin: 0;
    font-size: 36px;
    letter-spacing: -2px;
    color: #333; }
    @media (max-width: 450px) {
      .section-heading h2 {
        font-size: 28px; } }

/* @end Layout Styles */
/* @group default Page styles -------------------- */
.page .page-header {
  padding: 30px 0; }
  .page .page-header .intro-copy h1 {
    line-height: 1.3; }

/* @end default Page styles */
/* @group Home styles -------------------- */
.page-home .page-header {
  background-color: #f4f0ed;
  background-image: none;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 990px) {
    .page-home .page-header {
      height: auto; } }
  .page-home .page-header .my-avatar {
    width: 58.59375%;
    float: right;
    position: relative;
    bottom: -5px;
    margin-top: 40px;
    margin-bottom: -10px; }
    @media (max-width: 990px) {
      .page-home .page-header .my-avatar {
        max-width: 550px;
        width: 100%;
        margin: 40px auto -120px;
        float: none; } }
  .page-home .page-header .joel-photo {
    max-width: 100%; }
  .page-home .page-header .intro-copy {
    width: 610px;
    float: centre;
    margin-top: 80px; }
    @media (max-width: 990px) {
      .page-home .page-header .intro-copy {
        margin: 30px auto 0;
        float: none; } }
    @media (max-width: 700px) {
      .page-home .page-header .intro-copy {
        width: auto; } }
    .page-home .page-header .intro-copy h1 {
      margin: 20px 0 25px;
      letter-spacing: -3px;
      font-weight: 800;
      font-size: 4.4rem;
      text-indent: 4px; }
      @media (max-width: 570px) {
        .page-home .page-header .intro-copy h1 {
          font-size: 14vw; } }
      .page-home .page-header .intro-copy h1 a {
        font-weight: 700;
        color: #333; }
    .page-home .page-header .intro-copy h2 {
      font-weight: 300;
      border-top: 0;
      border-bottom: 2px solid #d9d4d0;
      padding: 10px 0;
      font-size: 1.46875rem;
      margin: 10px 0; }
      @media (max-width: 570px) {
        .page-home .page-header .intro-copy h2 {
          font-size: 5vw;
          letter-spacing: -1px; } }
    .page-home .page-header .intro-copy .description {
      font-size: 16px;
      line-height: 1.5;
      font-family: "Lora", "Minion Pro", Palatino, Georgia, serif; }
  .page-home .page-header .social-media-links {
    margin-top: 20px; }
  .page-home .page-header .icon-link {
    display: inline-block;
    text-decoration: none;
    margin-right: 6px; }
    .page-home .page-header .icon-link:hover {
      background-color: transparent; }
.page-home .writing .article-item {
  display: none; }

/* Writing (article index) */
.writing {
  padding-bottom: 80px; }
  .writing .section-heading h2 {
    float: left; }
    @media (max-width: 595px) {
      .writing .section-heading h2 {
        float: none; } }
    .writing .section-heading h2.other-writing {
      font-size: 36px; }
  .writing .article-nav {
    font-weight: 300;
    font-size: 24px;
    float: right;
    margin-right: 60px; }
    @media (max-width: 990px) {
      .writing .article-nav {
        margin-right: 0; } }
    @media (max-width: 595px) {
      .writing .article-nav {
        float: none;
        margin-top: 20px; } }
    .writing .article-nav > a {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      color: #333;
      font-size: 24px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 3px 10px;
      line-height: 1.25;
      letter-spacing: -1px;
      outline: none;
      background-color: #f4f0ed;
      text-decoration: none;
      background-color: transparent;
      margin-left: 10px;
      float: left; }
      @media (max-width: 750px) {
        .writing .article-nav > a {
          margin-left: 4px; } }
      @media (max-width: 650px) {
        .writing .article-nav > a {
          padding: 3px 6px;
          font-size: 22px; } }
      @media (max-width: 450px) {
        .writing .article-nav > a {
          font-size: 17px; } }
      .writing .article-nav > a:first-child {
        margin-left: 0;
        padding: 3px 16px; }
        @media (max-width: 450px) {
          .writing .article-nav > a:first-child {
            padding: 3px 8px; } }
      .writing .article-nav > a:hover {
        background-color: #f4f0ed;
        opacity: .6; }
    .writing .article-nav .showing {
      background-color: #f4f0ed;
      cursor: default; }
      .writing .article-nav .showing:hover {
        background-color: #f4f0ed; }
  .writing .article-item > a {
    text-decoration: none; }
  .writing .article-item.show {
    display: block; }
  .writing .article-index {
    list-style: none;
    padding-left: 0; }
    .writing .article-index li {
      margin: 60px 0; }
    .writing .article-index .article-title {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 28px;
      color: #333;
      letter-spacing: -1px;
      margin-bottom: 4px;
      line-height: 1.2; }
      .writing .article-index .article-title .external-link-icon-svg {
        margin-left: 5px; }
        .writing .article-index .article-title .external-link-icon-svg path {
          fill: #a29f9c; }
    .writing .article-index .article-date {
      font-size: 16px;
      color: #a29f9c;
      margin: 0;
      font-weight: 400; }
      @media (max-width: 450px) {
        .writing .article-index .article-date {
          font-size: 14px; } }
    .writing .article-index .external_site {
      text-transform: capitalize; }
    .writing .article-index .article-excerpt {
      color: #333;
      font-family: "Lora", "Minion Pro", Palatino, Georgia, serif;
      font-weight: 400;
      margin: 7px 0 0; }
    .writing .article-index .article-source {
      display: block;
      font-style: italic;
      color: #c7c7c7; }
    .writing .article-index a {
      display: block; }
      .writing .article-index a:hover {
        opacity: .8; }

/* @end Home styles */
/* @group Blog Post Styles -------------------- */
.blogpost .page-header .intro-copy {
  width: auto;
  margin-left: 176px; }
  @media (max-width: 1084px) {
    .blogpost .page-header .intro-copy {
      margin-left: 0; } }
@media (max-width: 1084px) {
  .blogpost .page-header .wrap {
    max-width: 732px; } }
.blogpost .page-header .article-date {
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 5px 0 0;
  letter-spacing: -.5px; }
  .blogpost .page-header .article-date a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
.blogpost .my-avatar {
  max-width: 100px;
  float: left;
  margin-left: -100px;
  position: relative;
  right: -140px; }
  @media (max-width: 1084px) {
    .blogpost .my-avatar {
      right: 0;
      float: none;
      width: auto;
      text-align: center;
      margin: 0 auto; }
      .blogpost .my-avatar > a {
        height: auto; }
      .blogpost .my-avatar img {
        width: 80px;
        margin: 0 auto; } }
  @media (max-width: 570px) {
    .blogpost .my-avatar {
      margin-top: 20px; } }
.blogpost .joel-photo {
  max-width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.post-content {
  padding: 40px 0 80px;
  font-family: "Lora", "Minion Pro", Palatino, Georgia, serif;
  font-size: 20px; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content h7 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #333;
    letter-spacing: -2px;
    letter-spacing: -1.5px;
    line-height: 1; }
    .post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a, .post-content h5 a, .post-content h6 a, .post-content h7 a {
      font-weight: 800;
      text-decoration: none;
      color: #85807c; }
  .post-content h1 {
    font-weight: 800; }
  .post-content h1, .post-content h2 {
    margin: 80px 0 30px; }
  .post-content h3, .post-content h4 {
    margin: 40px 0 20px; }
  .post-content .half {
    max-width: 50%; }
  .post-content .one-third {
    max-width: 33%; }
  .post-content .two-third {
    max-width: 66%; }
  .post-content .quarter {
    max-width: 25%; }
  .post-content .three-quarter {
    max-width: 75%; }
  .post-content .left {
    float: left;
    margin-right: 20px; }
  .post-content .right {
    float: right;
    margin-left: 20px; }
  .post-content .disclaimer {
    color: #85807c;
    font-size: .9em;
    background-color: #f4f0ed;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px; }
  .post-content .strikethrough,
  .post-content del {
    text-decoration: line-through;
    color: #c7c7c7; }
  .post-content blockquote {
    border-left: 6px solid #d9d4d0;
    margin-left: 0;
    padding: 5px 40px;
    background-color: #f4f0ed;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0; }
  .post-content code {
    font-size: 18px;
    line-height: 1.2;
    background-color: #f4f0ed;
    padding: 4px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .post-content img {
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .post-content hr {
    border: none;
    border-top: 2px solid #d9d4d0;
    margin: 80px 0; }
  .post-content a {
    font-weight: 400; }

.discussion-link {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  .discussion-link a {
    text-decoration: none; }

/* next article styles */
.next-article {
  color: #333;
  padding: 50px 0;
  background-image: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f4f0ed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .next-article.Africa {
    background-image: url("../img/bg-Africa.jpg"); }
  .next-article.Infocontrols {
    background-image: url("../img/bg-Infocontrols.jpg"); }
  .next-article.Human-rights {
    background-image: url("../img/bg-Human-rights.jpg"); }
  .next-article.Security {
    background-image: url("../img/bg-Security.jpg"); }
  .next-article.Random {
    background-image: url("../img/bg-Random.jpg"); }
  .next-article.tinydeathstar {
    background-image: url("../img/bg-tinydeathstar.jpg"); }
  .next-article a {
    text-decoration: none; }
  .next-article .next-arrow,
  .next-article .index-link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0 0 30px; }
  .next-article .title {
    margin: 0 0 10px;
    font-size: 40px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px; }
    .next-article .title a {
      font-weight: 800; }
    .next-article .title a:hover {
      opacity: .75; }
  .next-article .subhead {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1;
    font-family: "Lora", "Minion Pro", Palatino, Georgia, serif; }
  .next-article .article-date {
    margin: 0;
    letter-spacing: -1px; }
  .next-article .nav {
    margin: 20px 0 0; }
  .next-article .next-link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid;
    padding: 2px 12px;
    display: inline-block; }
    .next-article .next-link:hover {
      background-color: rgba(51, 51, 51, 0.2); }
  .next-article .index-link {
    margin: 0 0 0;
    display: inline-block; }
    .next-article .index-link:hover {
      opacity: .75; }

.wrap div.highlight {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  border: 1px solid #eee;
  font-size: 20px; }
  .wrap div.highlight pre {
    margin: 0; }
    .wrap div.highlight pre code {
      background-color: transparent;
      font-size: 18px;
      line-height: 1.2;
      padding: 0; }
  .wrap div.highlight .language-html .nt {
    color: #004472;
    background-color: #f3faff; }
  .wrap div.highlight .language-html .na {
    color: #0099ff; }
  .wrap div.highlight .language-html .s {
    color: #ff0000; }
  .wrap div.highlight .language-html .mc {
    color: #0099ff; }
  .wrap div.highlight .language-html .k {
    color: #7653c1;
    background-color: #f3faff; }
  .wrap div.highlight .language-html .m {
    color: #24ac00; }
  .wrap div.highlight .language-html .c {
    color: #c7c7c7; }
  .wrap div.highlight .language-scss .c1,
  .wrap div.highlight .language-css .c1 {
    color: #c7c7c7; }
  .wrap div.highlight .language-scss .nc,
  .wrap div.highlight .language-css .nc {
    color: #0099ff; }
  .wrap div.highlight .language-scss .p,
  .wrap div.highlight .language-css .p {
    color: #000; }
  .wrap div.highlight .language-scss .na,
  .wrap div.highlight .language-css .na {
    color: #ff0000; }
  .wrap div.highlight .language-scss .o,
  .wrap div.highlight .language-css .o {
    color: #000; }
  .wrap div.highlight .language-scss .no,
  .wrap div.highlight .language-css .no {
    color: #2a7ae2; }
  .wrap div.highlight .language-scss .mh,
  .wrap div.highlight .language-css .mh {
    color: #7653c1;
    background-color: #f3f2ff; }
  .wrap div.highlight .language-scss .mi,
  .wrap div.highlight .language-css .mi {
    color: #24ac00; }
  .wrap div.highlight .language-scss .kt,
  .wrap div.highlight .language-css .kt {
    color: #24ac00; }
  .wrap div.highlight .language-scss .k,
  .wrap div.highlight .language-css .k {
    color: #2a7ae2; }
  .wrap div.highlight .language-scss .nd,
  .wrap div.highlight .language-css .nd {
    color: #0099ff; }
  .wrap div.highlight .language-scss .nt,
  .wrap div.highlight .language-css .nt {
    color: #24ac00; }

/* @end Blog Post Styles */
/* @group 404 page styles -------------------- */
body.page404 {
  background-color: #000000;
  color: #000000; }
  body.page404 .site-nav a {
    color: #333; }
  body.page404 .bg-img {
    background-image: url("../img/bg-404-sunset.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body.page404 .page-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: scroll; }
  body.page404 a {
    color: #000000; }
  body.page404 header {
    margin-top: 40px; }
  body.page404 .intro-copy {
    width: 35.4361370717%;
    float: left;
    text-align: center; }
    body.page404 .intro-copy h1 {
      font-weight: 900;
      font-size: 246px;
      margin: 40px 0 20px;
      width: auto;
      line-height: 170px; }
      body.page404 .intro-copy h1 a {
        color: #000;
        text-decoration: none; }
    body.page404 .intro-copy .subhead {
      font-size: 50px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0;
      white-space: nowrap; }
  body.page404 .intro-right {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 78px;
    line-height: 96.5px;
    margin: 15px 0 0;
    width: 57.3208722741%;
    float: right; }
  body.page404 .wrap {
    max-width: 1232px; }
  body.page404 .content {
    background-color: rgba(56, 21, 68, 0.4);
    margin: 60px 0;
    padding: 0 0 30px; }
    body.page404 .content h2 {
      font-size: 30px;
      margin: 40px 0 0; }
    body.page404 .content p {
      font-size: 20px;
      font-family: "Lora", "Minion Pro", Palatino, Georgia, serif; }
  body.page404 ol {
    font-family: "Lora", "Minion Pro", Palatino, Georgia, serif;
    font-size: 20px;
    padding-left: 0; }
    body.page404 ol li {
      list-style-position: inside;
      margin-bottom: 10px; }

@media screen and (max-width: 1300px) {
  body.page404 .wrap {
    max-width: 960px; }
  body.page404 header {
    margin-top: 20px; }
  body.page404 .intro-copy {
    width: 437px; }
  body.page404 .intro-right {
    width: 455px;
    font-size: 65px;
    line-height: 65px;
    margin-top: 34px;
    letter-spacing: -3px; }
  body.page404 .content {
    margin-top: 30px; } }
@media screen and (max-width: 1000px) {
  body.page404 .intro-copy {
    width: 100%; }
  body.page404 .intro-right {
    width: 100%;
    padding: 0 30px;
    text-align: center; }
  body.page404 .content {
    padding: 0 30px; } }
@media screen and (max-width: 500px) {
  body.page404 .intro-copy h1 {
    font-size: 156px;
    line-height: 130px;
    margin-bottom: 0; }
  body.page404 .intro-copy .subhead {
    font-size: 29px;
    line-height: 1; }
  body.page404 .intro-right {
    padding: 0 15px;
    font-size: 36px;
    line-height: 1; }
  body.page404 .content {
    padding: 0 15px; }
    body.page404 .content h2 {
      line-height: 1; } }
/* @end 404 page styles */
/* @group Category Page Styles -------------------- */
body.category .page-header {
  margin-bottom: 20px;
  padding: 100px 0 40px; }
  body.category .page-header .intro-copy {
    width: auto; }
  body.category .page-header h1 {
    text-transform: capitalize; }
  body.category .page-header .subhead {
    border-top: 0;
    border-bottom: 0;
    padding: 5px 0;
    margin-top: 15px;
    margin-bottom: 15px; }

.categories .category-list {
  padding: 0;
  list-style: none; }
  .categories .category-list li {
    text-transform: capitalize;
    float: left; }
    .categories .category-list li > a {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      color: #333;
      font-size: 24px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 3px 10px;
      line-height: 1.25;
      letter-spacing: -1px;
      outline: none;
      background-color: #f4f0ed;
      text-decoration: none;
      float: left;
      margin: 0 4px 8px;
      font-size: 20px; }
      @media (max-width: 450px) {
        .categories .category-list li > a {
          font-size: 16px; } }
    .categories .category-list li:hover {
      opacity: .6; }

/* @end Category Page Styles */
/* @group About page styles -------------------- */
.page-about .page-header {
  padding: 100px 0;
  background-size: 1280px;
  background-color: #c9c4c1; }
  .page-about .page-header .my-avatar {
    display: none; }
  .page-about .page-header .intro-copy h1 {
    text-align: center;
    margin-right: 10%;
    margin-top: 0; }
.page-about .post-content {
  font-size: 20px; }
  .page-about .post-content .lead {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 10px; }
    .page-about .post-content .lead a {
      font-weight: inherit; }

/* @end about page styles */
/* @group Media Queries -------------------- */
@media screen and (max-width: 990px) {
  .page-home .page-header,
  .page-header {
    padding: 25px;
    text-align: center; }
    .page-home .page-header .intro-copy h1,
    .page-header .intro-copy h1 {
      width: auto;
      margin-bottom: 30px; }
    .page-home .page-header .intro-copy .article-date,
    .page-header .intro-copy .article-date {
      font-size: 14px; }

  body.blogpost .page-header {
    margin-bottom: 0; }
    body.blogpost .page-header .intro-copy h1 {
      margin: 10px auto 0; }

  .post-content {
    overflow: hidden;
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 0; }
    .post-content h2 {
      margin: 40px 0 20px; }
    .post-content .disclaimer {
      font-size: 18px; }
    .post-content div.highlight {
      padding: 10px 15px; }
      .post-content div.highlight pre code {
        font-size: 14px;
        padding: 2px 4px; } }
@media screen and (max-width: 570px) {
  .wrap {
    padding: 0 15px; }

  .page-home .page-header,
  .page-header {
    padding: 0; }
    .page-home .page-header .intro-copy .subhead,
    .page-header .intro-copy .subhead {
      font-size: 18px; }
    .page-home .page-header .intro-copy .description,
    .page-header .intro-copy .description {
      font-size: 14px; }
    .page-home .page-header .my-avatar.home,
    .page-header .my-avatar.home {
      margin: 20px auto -80px; }

  .page-header {
    padding-bottom: 5px; }

  .writing .article-index li {
    margin: 30px 0; }
  .writing .article-index .article-title {
    font-size: 24px; } }
@media screen and (max-width: 380px) {
  .post-content {
    font-size: 16px; } }
/* @end Media Queries */
