/* ==========================================================================
   VARIABLES

   - Breakpoints
      - Desktop
      - Tablet
   - Type Scale
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/**
 *
 * There are two breakpoints located in /_sass/_queries.scss
 * One for tablets, and one for desktops. NKD is mobile first.
 * This sets the range for those breakpoints.
 * Queries are meant to be extended as needed.
 *
 */
/* Large Breakpoint */
/* Medium Breakpoint */
/* Type Scale - I always need a type-scale
   ========================================================================== */
/* Grid
   ========================================================================== */
/* Colors
   ========================================================================== */
/* ==========================================================================
   QUERIES

   Mobile first media queries

   - not-small
   - medium
   - large
   ========================================================================== */
/**
 * These queries are constructed to be for mobile first css.
 * You should write all styles for mobile and override things
 * at larger breakpoints where needed.
 *
 * You can use this query inside or outside of a class like so
 * @include breakpoint(medium) {
 *    .someclass { color: #ee4466; }
 * }
 *
 * or
 *
 * .someclass {
 *    @include breakpoint(large) {
 *      .someclass { color: #ffcc33; }
 *    }
 * }
 *
 * It's rather lovely.
 *
 */
/*! normalize.css v2.1.0 | 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-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 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, em {
  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; }

.clearfix::after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

.lowlight {
  color: #fff; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.container {
  margin: 0 auto;
  max-width: 36rem; }

.row {
  margin-bottom: 25.6px; }
  @media (min-width: 800px) {
    .row {
      margin-left: -12.8px;
      margin-right: -12.8px; } }

.padded,
.add-gutter {
  padding-right: 12.8px;
  padding-left: 12.8px; }

.vertically-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

main {
  padding-left: 12.8px;
  padding-right: 12.8px; }

.col-50 {
  position: relative;
  min-height: 1px;
  margin-bottom: 51.2px; }
  @media (min-width: 800px) {
    .col-50 {
      float: left;
      margin-bottom: 0;
      padding-left: 12.8px;
      padding-right: 12.8px; } }

@media (min-width: 800px) {
  .col-50 {
    width: 50%; } }

@media (min-width: 600px) {
  .view-sm {
    display: none !important; } }

@media (max-width: 600px) {
  .view-sm-up {
    display: none !important; } }

.flex-container {
  display: flex; }

/* ==========================================================================
   TYPE

   - Fonts
   - Headers
   - Copy

   ========================================================================== */
.serif {
  font-family: georgia, serif; }

.sans-serif {
  font-family: "proxima-nova", Avenir, "Avenir Next", Helvetica, Arial, sans-serif; }

html {
  font-family: "proxima-nova", Avenir, "Avenir Next", Helvetica, Arial, sans-serif;
  color: #444;
  line-height: 1.6; }

blockquote {
  margin: 0;
  font-style: italic;
  color: #868686; }

/* Headers
   ========================================================================== */
.h1 {
  font-size: 32px; }
  @media (min-width: 600px) {
    .h1 {
      font-size: 64px; } }

.h2 {
  font-size: 48px; }

.h3 {
  font-size: 32px; }

.h4 {
  font-size: 20px; }

.h5 {
  font-size: 16px; }

.h6 {
  font-size: 12px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

/* Copy
   ========================================================================== */
@media (min-width: 600px) {
  .text-intro {
    font-size: 20px; } }

.copy {
  font-size: 20px; }

.text-large {
  font-size: 20px; }

hr {
  border: none;
  border-top: 1px solid #dddddd;
  margin-top: 25.6px;
  margin-bottom: 25.6px; }

/* Casing
   ========================================================================== */
.caps-lock {
  text-transform: uppercase; }

.title-casing {
  text-transform: capitalize; }

/* Tracking
   ========================================================================== */
.title {
  margin-bottom: 0; }
  .title a {
    text-decoration: none;
    color: #444; }

.subtitle {
  font-weight: 600; }
  @media (min-width: 600px) {
    .subtitle {
      font-size: 32px; } }

.inline-title {
  font-size: 20px;
  display: inline-block; }

.divider {
  display: inline-block;
  margin-right: 8.5333333333px;
  margin-left: 8.5333333333px; }

/* Alignment
   ========================================================================== */
.ar {
  text-align: right; }

.al {
  text-align: left; }

.ac,
.ct {
  text-align: center; }

/* Wrapping
   ========================================================================== */
.nw {
  white-space: nowrap; }

/* Leading
   ========================================================================== */
.lh-1 {
  line-height: 1; }

.lh-2 {
  line-height: 2; }

.lh-title {
  line-height: 1.3; }

.lh-copy {
  line-height: 1.6; }

.redtest {
  color: red !important; }

/* Lists
   ========================================================================== */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none; }

/*******************************************************************************
  CODE
*******************************************************************************/
p code {
  padding: 0 0.25em;
  background: #eee; }

/*******************************************************************************
  LINKS
*******************************************************************************/
a {
  color: #058ed9; }
  a:visited {
    color: #036299; }

/*******************************************************************************
  Figures
*******************************************************************************/
figcaption {
  text-align: center;
  color: #aaaaaa; }
  figcaption a {
    color: #aaaaaa; }
    figcaption a:visited {
      color: #aaaaaa; }

.btn {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: #aaaaaa;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 600; }
  .btn:visited {
    color: white; }
  .btn:hover {
    cursor: pointer;
    background-color: #919191;
    transform: scale(1.02); }
  .btn.btn-primary {
    background-color: #058ed9; }
    .btn.btn-primary:hover {
      background-color: #036299; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

footer {
  margin-bottom: 25.6px; }

.nav-small {
  margin-bottom: 25.6px; }

.masthead {
  position: relative; }

.project-line {
  position: absolute;
  left: 0;
  bottom: 38.2%;
  color: #fff; }

.project-block-content,
.project-block-content:hover,
.project-block-content:active,
.project-block-content:visited,
.project-line-link,
.project-line-link:hover,
.project-line-link:active,
.project-line-link:visited {
  color: #fff; }

.project-block-container {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38.2%; }

.project-block {
  flex: 1 1 50%;
  position: relative;
  display: block;
  height: 100%; }

.project-block-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.project-block-title,
.project-block-description {
  margin: 0; }

.project-block-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-top: 25.6px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.6); }
  .project-block-content:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.layout-mag-left {
  padding-top: 25.6px;
  padding-bottom: 25.6px;
  background-color: #444;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/space-station.jpg"); }
  @media (min-width: 600px) {
    .layout-mag-left {
      min-height: 600px;
      padding-bottom: 0;
      background-size: 100%; } }
  @media (min-width: 800px) {
    .layout-mag-left {
      position: fixed;
      top: 0;
      left: 0;
      margin: 0;
      width: 50%;
      height: 100%;
      color: #063a42;
      background-size: auto; } }

.layout-mag-right {
  padding: 25.6px 0; }
  @media (min-width: 800px) {
    .layout-mag-right {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0;
      width: 50%; } }

.layout-mag-alt-image {
  background-image: url("../img/space-tree.jpg"); }
  @media (min-width: 600px) {
    .layout-mag-alt-image {
      min-height: 0;
      padding-bottom: 25.6px; } }

.masthead-title,
.masthead-subtitle,
.masthead-intro {
  color: #fff; }

.masthead-title {
  margin: 0;
  line-height: 1; }
  @media (min-width: 600px) {
    .masthead-title {
      font-size: 48px; } }

.masthead-intro {
  margin-top: 51.2px;
  line-height: 1.2; }

@media (min-width: 800px) {
  .layout-home h2 {
    margin-top: 0; } }
.layout-home .read-all a {
  padding: 0.75em 1em;
  background: #aaaaaa;
  text-decoration: none; }
  @media (min-width: 800px) {
    .layout-home .read-all a {
      display: inline-block;
      padding: 0.25em 0.5em;
      line-height: 30px;
      color: #fff;
      font-size: 12px; } }

.date {
  margin-top: -1em;
  color: #aaaaaa;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.layout-default .title a {
  color: #444; }

.post,
.project {
  margin-bottom: 25.6px; }
  .post:last-of-type,
  .project:last-of-type {
    margin-bottom: 0; }

.cover-image-square {
  display: inline-block;
  width: 100%;
  height: 40vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 800px) {
    .cover-image-square {
      height: 20vw; } }

@media (min-width: 600px) {
  .media .media-left {
    max-width: 60%; } }

.cover-mask {
  margin-bottom: 25.6px; }
  @media (min-width: 800px) {
    .cover-mask {
      margin-bottom: 0; } }

.mental-models-callout {
  padding: 25.6px;
  border: 1px solid #868686;
  background-color: #eee; }
  .mental-models-callout p:first-child {
    margin-top: 0; }

.mc-email,
.mc-submit {
  padding: 10px;
  min-height: 44px; }

.mc-email {
  margin-right: 10px; }

.mc-submit {
  border: none;
  border: 1px solid #444;
  background-color: #058ed9;
  border-radius: 2px;
  color: white;
  min-height: 44px; }

/* Solarized Light

For use with Jekyll and Pygments

http://ethanschoonover.com/solarized

SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #fdf6e3;
  color: #586e75; }

.highlight .lineno {
  color: #93a1a1; }

/* Line Numbers */
.highlight .c {
  color: #93a1a1; }

/* Comment */
.highlight .err {
  color: #586e75; }

/* Error */
.highlight .g {
  color: #586e75; }

/* Generic */
.highlight .k {
  color: #859900; }

/* Keyword */
.highlight .l {
  color: #586e75; }

/* Literal */
.highlight .n {
  color: #586e75; }

/* Name */
.highlight .o {
  color: #859900; }

/* Operator */
.highlight .x {
  color: #cb4b16; }

/* Other */
.highlight .p {
  color: #586e75; }

/* Punctuation */
.highlight .cm {
  color: #93a1a1; }

/* Comment.Multiline */
.highlight .cp {
  color: #859900; }

/* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1; }

/* Comment.Single */
.highlight .cs {
  color: #859900; }

/* Comment.Special */
.highlight .gd {
  color: #2aa198; }

/* Generic.Deleted */
.highlight .ge {
  color: #586e75;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #dc322f; }

/* Generic.Error */
.highlight .gh {
  color: #cb4b16; }

/* Generic.Heading */
.highlight .gi {
  color: #859900; }

/* Generic.Inserted */
.highlight .go {
  color: #586e75; }

/* Generic.Output */
.highlight .gp {
  color: #586e75; }

/* Generic.Prompt */
.highlight .gs {
  color: #586e75;
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #cb4b16; }

/* Generic.Subheading */
.highlight .gt {
  color: #586e75; }

/* Generic.Traceback */
.highlight .kc {
  color: #cb4b16; }

/* Keyword.Constant */
.highlight .kd {
  color: #268bd2; }

/* Keyword.Declaration */
.highlight .kn {
  color: #859900; }

/* Keyword.Namespace */
.highlight .kp {
  color: #859900; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #268bd2; }

/* Keyword.Reserved */
.highlight .kt {
  color: #dc322f; }

/* Keyword.Type */
.highlight .ld {
  color: #586e75; }

/* Literal.Date */
.highlight .m {
  color: #2aa198; }

/* Literal.Number */
.highlight .s {
  color: #2aa198; }

/* Literal.String */
.highlight .na {
  color: #586e75; }

/* Name.Attribute */
.highlight .nb {
  color: #B58900; }

/* Name.Builtin */
.highlight .nc {
  color: #268bd2; }

/* Name.Class */
.highlight .no {
  color: #cb4b16; }

/* Name.Constant */
.highlight .nd {
  color: #268bd2; }

/* Name.Decorator */
.highlight .ni {
  color: #cb4b16; }

/* Name.Entity */
.highlight .ne {
  color: #cb4b16; }

/* Name.Exception */
.highlight .nf {
  color: #268bd2; }

/* Name.Function */
.highlight .nl {
  color: #586e75; }

/* Name.Label */
.highlight .nn {
  color: #586e75; }

/* Name.Namespace */
.highlight .nx {
  color: #586e75; }

/* Name.Other */
.highlight .py {
  color: #586e75; }

/* Name.Property */
.highlight .nt {
  color: #268bd2; }

/* Name.Tag */
.highlight .nv {
  color: #268bd2; }

/* Name.Variable */
.highlight .ow {
  color: #859900; }

/* Operator.Word */
.highlight .w {
  color: #586e75; }

/* Text.Whitespace */
.highlight .mf {
  color: #2aa198; }

/* Literal.Number.Float */
.highlight .mh {
  color: #2aa198; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #93a1a1; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198; }

/* Literal.String.Char */
.highlight .sd {
  color: #586e75; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198; }

/* Literal.String.Double */
.highlight .se {
  color: #cb4b16; }

/* Literal.String.Escape */
.highlight .sh {
  color: #586e75; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198; }

/* Literal.String.Other */
.highlight .sr {
  color: #dc322f; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198; }

/* Literal.String.Single */
.highlight .ss {
  color: #2aa198; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #268bd2; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268bd2; }

/* Name.Variable.Class */
.highlight .vg {
  color: #268bd2; }

/* Name.Variable.Global */
.highlight .vi {
  color: #268bd2; }

/* Name.Variable.Instance */
.highlight .il {
  color: #2aa198; }

/* Literal.Number.Integer.Long */
.highlight {
  padding: 12.8px;
  font-size: 13px; }
  @media (min-width: 660px) {
    .highlight {
      margin-left: -51.2px;
      margin-right: -51.2px;
      font-size: 15px; } }
  .highlight pre {
    margin: 0;
    white-space: pre;
    overflow-x: auto; }

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