/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700italic,700,400italic);
/* line 11, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, _normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, _normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 73, _normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, _normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, _normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, _normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, _normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, _normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, _normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 172, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, _normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 196, _normalize.scss */
sup {
  top: -0.5em; }

/* line 200, _normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, _normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, _normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, _normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, _normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, _normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, _normalize.scss */
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.
 */
/* line 305, _normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* --------------------------------------------------------------------------------
   GLOBAL -------------------------------------------------------------------------
          -----------------------------------------------------------------------*/
/* line 14, site.css.scss */
body {
  background: #404040;
  color: #F9F9F9;
  font-family: "Ubuntu Mono";
  font-size: 1.5em;
  min-width: 1200px; }

/* line 23, site.css.scss */
.logo img {
  height: 18.75em;
  margin-top: 6em; }

/* line 28, site.css.scss */
a {
  text-decoration: none;
  color: #389FD0; }
  /* line 31, site.css.scss */
  a:visited {
    color: #309FD5; }

/* line 36, site.css.scss */
h1 {
  font-size: 1.8em;
  font-weight: 400;
  margin: 0; }

/* line 42, site.css.scss */
ul {
  padding-left: 0px; }

/* --------------------------------------------------------------------------------
   BANNER -------------------------------------------------------------------------
          -----------------------------------------------------------------------*/
/* line 49, site.css.scss */
.banner {
  width: 75%;
  margin: auto;
  padding-top: 25px; }
  /* line 54, site.css.scss */
  .banner h1 {
    font-size: 4em; }
  /* line 58, site.css.scss */
  .banner .title {
    width: 50%;
    margin: auto; }
  /* line 63, site.css.scss */
  .banner .nav-container {
    width: 40%;
    margin: auto; }
  /* line 68, site.css.scss */
  .banner ul.nav {
    list-style: none;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    display: inline-flex; }
  /* line 76, site.css.scss */
  .banner li.nav-item {
    width: 200px;
    text-align: center; }
    /* line 81, site.css.scss */
    .banner li.nav-item.active a {
      cursor: default; }
    /* line 86, site.css.scss */
    .banner li.nav-item a {
      text-decoration: none; }
  /* line 91, site.css.scss */
  .banner li.nav-item:not(.active):hover:before {
    color: #F9F9F9;
    content: ">"; }
  /* line 96, site.css.scss */
  .banner li.nav-item:not(.active):hover:after {
    color: #F9F9F9;
    content: "<"; }
  /* line 101, site.css.scss */
  .banner li.nav-item.active:before {
    color: #BA514B;
    content: ">"; }
  /* line 107, site.css.scss */
  .banner li.nav-item.active:after {
    color: #BA514B;
    content: "<"; }

/* --------------------------------------------------------------------------------
   MAIN ---------------------------------------------------------------------------
          -----------------------------------------------------------------------*/
/* line 117, site.css.scss */
#main {
  width: 80%;
  padding: 1% 5% 0% 5%;
  margin: auto; }
  @media screen and (max-width: 375px) {
    /* line 117, site.css.scss */
    #main {
      width: 95%; } }
  @media screen and (max-width: 667px) {
    /* line 117, site.css.scss */
    #main {
      width: 95%; } }

/* line 129, site.css.scss */
.container {
  width: 100%;
  display: inline-flex; }

/* --------------------------------------------------------------------------------
   SIDE BAR -----------------------------------------------------------------------
          -----------------------------------------------------------------------*/
/* line 137, site.css.scss */
.sidebar {
  width: 200px;
  min-width: 200px; }
  /* line 141, site.css.scss */
  .sidebar .avatar {
    border: 2px solid #343434;
    margin: auto;
    margin-bottom: 25px; }
  /* line 146, site.css.scss */
  .sidebar .avatar, .sidebar .avatar .gravatar {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 75px;
    border-radius: 75px; }
  /* line 152, site.css.scss */
  .sidebar .gravatar {
    width: 150px;
    height: 150px; }
  /* line 157, site.css.scss */
  .sidebar .name {
    font-size: 1.19em;
    font-weight: bold; }
    @media screen and (max-width: 375px) {
      /* line 157, site.css.scss */
      .sidebar .name {
        font-size: 1.15em; } }
    @media screen and (max-width: 667px) {
      /* line 157, site.css.scss */
      .sidebar .name {
        font-size: 1.15em; } }
  /* line 168, site.css.scss */
  .sidebar .social {
    width: 75%;
    margin: auto; }
    /* line 172, site.css.scss */
    .sidebar .social .github {
      margin: 15px 10px 0px 0px; }
    /* line 176, site.css.scss */
    .sidebar .social .linkedin {
      margin: 15px 0px 0px 10px; }
    /* line 180, site.css.scss */
    .sidebar .social .github, .sidebar .social .linkedin {
      display: inline-flex;
      font-size: 23pt; }

/* --------------------------------------------------------------------------------
   FOOTER -------------------------------------------------------------------------
          -----------------------------------------------------------------------*/
/* line 190, site.css.scss */
footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 100%;
  z-index: 1000;
  background: inherit;
  opacity: .75;
  border-top: 1px solid black; }
  /* line 201, site.css.scss */
  footer .footer-container {
    width: 75%;
    margin: auto;
    display: flex; }
    @media screen and (max-width: 375px) {
      /* line 201, site.css.scss */
      footer .footer-container {
        width: 100%; } }
    @media screen and (max-width: 667px) {
      /* line 201, site.css.scss */
      footer .footer-container {
        width: 100%; } }
  /* line 214, site.css.scss */
  footer .copy-write {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-left: 25px;
    margin-right: auto;
    line-height: 50px; }
  /* line 222, site.css.scss */
  footer .build-info {
    margin: auto;
    line-height: 25px;
    font-size: 0.7em; }
  /* line 228, site.css.scss */
  footer .license {
    margin: 9px 25px 0px auto; }

/* --------------------------------------------------------------------------------
   CONTENT ------------------------------------------------------------------------
          -----------------------------------------------------------------------*/
/* line 236, site.css.scss */
.content-container {
  width: 79%;
  margin: 25px 0 25px 0;
  padding-left: 160px; }
  @media screen and (max-width: 375px) {
    /* line 236, site.css.scss */
    .content-container {
      padding-left: 40px; } }
  @media screen and (max-width: 667px) {
    /* line 236, site.css.scss */
    .content-container {
      padding-left: 40px; } }
  /* line 247, site.css.scss */
  .content-container ul.projects {
    list-style: none; }
    /* line 250, site.css.scss */
    .content-container ul.projects ul.project {
      list-style: none;
      margin-top: 35px;
      margin-bottom: 35px; }
      /* line 255, site.css.scss */
      .content-container ul.projects ul.project .name {
        font-size: 2em;
        margin-bottom: 10px;
        border-bottom: black solid 1px;
        border-color: #32A3D6;
        width: 95%;
        max-width: 600px; }
        /* line 262, site.css.scss */
        .content-container ul.projects ul.project .name a {
          color: #389FD0; }
      /* line 271, site.css.scss */
      .content-container ul.projects ul.project .docs, .content-container ul.projects ul.project .github {
        display: inline-flex;
        margin: 20px 0 0 35px;
        line-height: 35px; }
        /* line 275, site.css.scss */
        .content-container ul.projects ul.project .docs a, .content-container ul.projects ul.project .github a {
          color: #738D34; }
