/* ==========================================================================
   Imports
   ========================================================================== */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

button, html input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* OPACITY */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSITION */
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Don't use black */
/* Gray scale */
/* Hilight */
/* Accent Colors */
/* Typography
   ========================================================================== */
/* Type Scale
   ========================================================================== */
/** * 12 & 16 as roots then powers of two. */
/* Break Points
   ========================================================================== */
/* Mobile */
/* Tablet */
/* Style Tidbits
   ========================================================================== */
/* ==========================================================================
   Media Queries

   - Mobile
   - Tablets
   ========================================================================== */
body {
  width: 100%; }
body:before, body:after {
  content: "";
  display: table; }
body:after {
  clear: both; }
body {
  zoom: 1; }

/* ==========================================================================
   TYPE
   - Meat
   - Headings
   - Media Query adjustments
   ========================================================================== */
/* Meat
   ========================================================================== */
p {
  font-size: 24px;
  line-height: 32px; }

.intro {
  font-size: 32px;
  line-height: 1.4em; }

.post ul li {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10.6666666667px; }

/* Headings
   ========================================================================== */
h1, .h1 {
  font-size: 64px; }

h2, .h2 {
  font-size: 48px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

.meta {
  font-size: 14px; }

blockquote, blockquote p {
  font-size: 32px; }

.archive input {
  font-size: 48px; }

@media only screen and (max-width: 480px) {
  p {
    font-size: 16px;
    line-height: 24px; }

  .intro {
    font-size: 24px;
    line-height: 1.4em; }

  .post ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px; }

  h1, .h1 {
    font-size: 48px; }

  h2, .h2 {
    font-size: 32px; }

  h3, .h3 {
    font-size: 24px; }

  h4, .h4 {
    font-size: 16px; }

  h5, .h5 {
    font-size: 14px; }

  h6, .h6 {
    font-size: 14px; }

  .meta {
    font-size: 14px; }

  blockquote, blockquote p {
    font-size: 24px; }

  .archive input {
    font-size: 32px; } }
/************ Basic *************/
body {
  font-family: "Calendas Plus", "Crimson Text", "Hoefler Text", "Georgia", serif;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  text-size-adjust: 100%;
  background: #f9f9f9;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden; }

a.footnote:before {
  content: "["; }

a.footnote:after {
  content: "]"; }

.katex {
  font-size: 24px !important; }

.katex-display {
  overflow-x: auto;
  overflow-y: hidden; }

.hilighted {
  color: #c66b09;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.unhilighted {
  color: #3b3b3b;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

h1, h2, h3, h4, h5 {
  font-family: "Calendas Plus", "Crimson Text", "Hoefler Text", "Georgia", serif; }

h3 {
  font-weight: bold; }

p {
  margin-bottom: 32px; }

a, a:visited, a:active {
  color: #c66b09;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

a:hover {
  color: #24536B;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

em {
  padding: 1px 2px;
  border-radius: 2px;
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 16px; }

.hilite {
  display: inline-block;
  padding: 0 0.3em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #a07590; }

blockquote, blockquote p {
  font-style: italic;
  line-height: 1.3em;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 32px; }

/*   Code Formatting    */
code {
  color: #24536B;
  font-family: "Monaco", "Courier New", "Courier";
  font-size: .75em;
  font-weight: bold; }

.highlight {
  background: #3b3b3b;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 32px;
  overflow-x: scroll; }
.highlight code {
  color: #f9f9f9;
  font-family: "Monaco", "Courier New", "Courier";
  font-size: .9em; }
.highlight code .lineno {
  margin-right: 16px;
  color: #a8a8a8;
  line-height: 2em; }
.highlight code .nt {
  color: #c85b5c; }
.highlight code .na {
  color: #f0e687; }
.highlight code .s {
  color: #87ceeb; }

hr {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background: #a8a8a8;
  border: none;
  margin-bottom: 32px;
  border-radius: 2px; }

input {
  background: none;
  border: none;
  outline: none; }

.archive input {
  background: none;
  outline: none;
  width: 100%;
  font-family: "Calendas Plus", "Crimson Text", "Hoefler Text", "Georgia", serif; }
.archive input:focus {
  background: white;
  color: #3b3b3b; }

/* Variables and Building Blocks */
.icons {
  font-family: "Icons";
  font-size: 14px;
  line-height: 20px; }

.bb {
  border-bottom: 2px solid #c66b09; }

.pad-top {
  padding-top: 64px; }

/************ Layout *************/
#bump {
  min-height: 100%;
  height: auto;
  margin: 0 auto-320px; }

.wrap {
  max-width: 960px;
  display: inline;
  float: left;
  width: 97%;
  margin: 0 1.5%;
  float: none;
  margin: 0 auto;
  overflow: hidden; }
.wrap:before, .wrap:after {
  content: "";
  display: table; }
.wrap:after {
  clear: both; }
.wrap {
  zoom: 1; }

.post {
  display: inline;
  float: left;
  width: 77%;
  margin: 0 1.5%;
  max-width: 680px;
  display: block;
  margin: 0 auto;
  float: none; }

/* Header */
header.site-header {
  padding: 40px 0;
  position: relative;
  width: 100%;
  z-index: 5000; }
header.site-header .wrap {
  max-width: 90vw; }

#bump .darken a {
  color: #a8a8a8;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
#bump .darken a:hover {
  color: #c66b09;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
#bump .darken .menu .icons {
  color: #3b3b3b; }
#bump .darken nav ul li a {
  color: #a8a8a8; }
#bump .darken nav ul li a:active {
  color: #c66b09; }
#bump .darken nav ul li a:hover {
  text-shadow: none;
  color: #c66b09; }
#bump .darken nav ul li.active a {
  color: #c66b09; }

header.site-header a.menu {
  display: none; }

header.site-header hgroup h1, header.site-header nav ul {
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", "Arial", sans-serif; }

header.site-header hgroup {
  float: left;
  padding-left: 5vw; }
header.site-header hgroup h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #24536B;
  letter-spacing: 2px;
  text-transform: uppercase; }
header.site-header hgroup a {
  color: #fff;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
header.site-header hgroup a:hover {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

header.site-header nav {
  float: right;
  display: block;
  padding-right: 5vw; }
header.site-header nav:before, header.site-header nav:after {
  content: "";
  display: table; }
header.site-header nav:after {
  clear: both; }
header.site-header nav {
  zoom: 1; }
header.site-header nav ul li {
  font-size: 22px;
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
  top: 2px;
  position: relative;
  margin-left: 20px; }
header.site-header nav ul li a {
  color: white;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
header.site-header nav ul li a:hover {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* Article Stuff */
.article {
  position: relative;
  margin-bottom: 32px; }
.article .overlay {
  vertical-align: middle;
  min-height: 360px;
  height: 50vh;
  width: 100%;
  max-height: 800px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55); }
.article .overlay-lighter {
  background: rgba(0, 0, 0, 0.1); }
.article .featured-image {
  vertical-align: middle;
  min-height: 360px;
  height: 50vh;
  width: 100%;
  max-height: 800px;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  top: 0;
  z-index: -1; }
.article .featured-image img {
  max-height: 800px; }
.article header {
  margin: 64px 0 32px 0; }
.article header hgroup {
  color: #3b3b3b;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 0; }
.article header hgroup .date {
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #a8a8a8;
  text-transform: uppercase;
  margin-top: 21.3333333333px; }
.article header .intro {
  text-align: left; }

.archive {
  display: inline;
  float: left;
  width: 97%;
  margin: 0 1.5%;
  display: block;
  margin: 0 auto;
  float: none;
  min-height: 500px;
  max-width: 950px; }

.archive-wrap {
  display: inline;
  float: left;
  width: 97%;
  margin: 0 1.5%;
  width: 100%;
  display: block;
  margin: 0 auto;
  float: none;
  padding-top: 140px; }
.archive-wrap .post-list {
  width: 100%;
  list-style-type: none;
  list-style: none;
  display: inline;
  float: left;
  width: 67%;
  margin: 0 1.5%;
  margin-left: 16.5%;
  display: block;
  float: none; }
.archive-wrap .post-list lh h2 {
  margin-bottom: 48px; }
.archive-wrap .post-list lh h2 a {
  color: #3b3b3b; }
.archive-wrap .post-list lh h2 a:hover {
  color: #24536B; }
.archive-wrap .post-list .featured-image-small {
  float: left;
  display: block;
  position: relative;
  z-index: 10;
  margin-right: 1em;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-animation-name: scale-in;
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.56, -0.01, 0, 1);
  -webkit-animation-delay: .4s;
  -webkit-animation-fill-mode: both; }
.archive-wrap .post-list .featured-image-project {
  float: left;
  display: block;
  position: relative;
  top: 120px;
  z-index: 10;
  margin-right: 2em;
  width: 160px;
  height: 160px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-animation-name: scale-in;
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.56, -0.01, 0, 1);
  -webkit-animation-delay: .4s;
  -webkit-animation-fill-mode: both; }
.archive-wrap .post-list li {
  display: block;
  float: none;
  font-size: 32px;
  margin-bottom: 64px;
  position: relative; }
.archive-wrap .post-list li a {
  position: relative; }
.archive-wrap .post-list li a:hover {
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
.archive-wrap .post-list li h1 {
  font-size: 32px;
  font-style: italic; }
.archive-wrap .post-list .summary {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.3em; }
.archive-wrap .post-list .date {
  margin-bottom: 3px; }
.archive-wrap .post-list .date time {
  position: relative;
  top: -3px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  font-style: normal;
  color: #a8a8a8;
  text-transform: uppercase;
  vertical-align: middle; }

.post {
  min-height: 500px; }
.post .deets {
  position: relative;
  top: 45px;
  z-index: 5; }
.post .deets .date {
  font-size: 16px;
  position: relative;
  top: 10px;
  left: 6px;
  color: #999;
  margin-bottom: 16px; }
.post h1 {
  font-style: italic; }
.post h1 a {
  color: #3b3b3b;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.post h1 a:hover {
  text-shadow: 0 0 3px rgba(200, 200, 200, 0.6);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.post h1, .post h2, .post h3, .post h4, .post h5 {
  padding-top: 16px;
  margin-bottom: 16px;
  line-height: 1.25em; }
.post figure {
  margin: 32px 0; }
.post figure img {
  margin-bottom: 16px; }
.post figure figcaption {
  font-size: 16px;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #bbbbbb;
  text-align: center; }
.post img {
  width: 100%;
  height: auto;
  display: block;
  margin: 32px auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
.post ul {
  display: block;
  margin-bottom: 32px;
  list-style: disc;
  list-style-type: disc; }
.post ul lh h1, .post ul lh h2, .post ul lh h3, .post ul lh h4, .post ul lh h5 {
  border-bottom: 2px solid #a8a8a8; }
.post ul li {
  list-style: disc;
  list-style-type: disc;
  margin-left: 64px;
  padding-left: 10.6666666667px; }
.post ul li:last-child {
  margin-bottom: 0; }
.post ol {
  display: block;
  margin-bottom: 32px; }
.post ol lh h1, .post ol lh h2, .post ol lh h3, .post ol lh h4, .post ol lh h5 {
  border-bottom: 2px solid #a8a8a8; }
.post ol li {
  margin-left: 64px;
  padding-left: 10.6666666667px;
  margin-bottom: 10.6666666667px;
  line-height: 32px;
  font-size: 24px; }
.post ol li:last-child {
  margin-bottom: 0; }
.post .sharet {
  position: relative;
  text-align: right; }
.post .share {
  color: #a8a8a8; }
.post .share:hover {
  color: #c66b09;
  border-color: rgba(198, 107, 9, 0.7);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* Footer Stuff */
.push {
  height: 80px !important; }

footert {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  float: none;
  background: #f9f9f9; }
footert footer {
  width: 100%;
  display: inline;
  float: left;
  width: 77%;
  margin: 0 1.5%;
  max-width: 680px;
  display: block;
  margin: 0 auto;
  float: none;
  background: #f9f9f9;
  height: 80px;
  font-size: 24px;
  color: #3b3b3b;
  position: relative; }
footert footer small {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 12px;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  color: rgba(168, 168, 168, 0.8); }
footert footer small a {
  color: rgba(168, 168, 168, 0.5); }
footert footer small a:hover {
  color: rgba(168, 168, 168, 0.9); }
footert footer .list-title {
  margin-bottom: 16px;
  border-bottom: 2px solid #c66b09;
  font-style: italic;
  font-size: 24px; }
footert footer .list-title a {
  color: #f9f9f9; }
footert footer .prev-posts {
  display: inline;
  float: left;
  width: 57%;
  margin: 0 1.5%;
  max-width: 600px;
  min-height: 250px;
  padding-left: 0vw; }
footert footer .prev-posts p {
  padding-top: 64px; }
footert footer .prev-posts li {
  display: block;
  width: 102.5%;
  margin: 0 -1.25%;
  margin-top: 16px; }
footert footer .prev-posts li:before, footert footer .prev-posts li:after {
  content: "";
  display: table; }
footert footer .prev-posts li:after {
  clear: both; }
footert footer .prev-posts li {
  zoom: 1; }
footert footer .prev-posts li .recent-title {
  display: inline;
  float: left;
  width: 64.1666666667%;
  margin: 0 1.25%;
  font-style: italic; }
footert footer .prev-posts li .recent-title a:hover {
  color: #f9f9f9; }
footert footer .prev-posts li span.date {
  float: none;
  color: rgba(168, 168, 168, 0.6);
  display: inline;
  float: left;
  width: 30.8333333333%;
  margin: 0 1.25%;
  position: relative;
  font-size: 16px;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: right; }
footert footer .social {
  position: absolute;
  top: 109px;
  display: inline;
  float: left;
  width: 14.1666666667%;
  margin: 0 1.25%;
  right: 0vw;
  font-style: italic; }
footert footer .social a:hover {
  color: #f9f9f9; }
footert footer .social ul li {
  margin-bottom: 16px; }
footert footer .social ul li:last-child {
  margin-bottom: 0; }

.disqus {
  margin-top: 96px; }

/* Tablet
   ========================================================================== */
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px; }

  blockquote, blockquote p {
    font-size: 32px; }

  footert footer {
    font-size: 16px; }
  footert footer .prev-posts li span.date {
    font-size: 14px; }
  footert footer .social {
    right: 10vw; } }
/* Mobile
   ========================================================================== */
@media only screen and (max-width: 500px) {
  footert footer .social {
    display: none; }
  footert footer aside {
    width: 90%;
    margin: 0 auto; }
  footert footer .prev-posts {
    display: inline;
    float: left;
    width: 87%;
    margin: 0 1.5%;
    padding-left: 0;
    float: none;
    margin: 0 auto;
    display: block; }
  footert footer .prev-posts li {
    margin-top: 16px; } }
@media only screen and (max-width: 680px) {
  /* All Posts */
  section.article img.loading {
    top: 10px !important;
    right: 6%;
    left: inherit; }

  header.site-header {
    min-height: 59px;
    margin-top: 20px;
    padding-top: 0; }

  header.site-header hgroup h1 {
    margin-bottom: 0;
    font-size: 24px; }

  header.site-header hgroup {
    position: absolute;
    left: 7%;
    float: none;
    padding-left: 0; }

  header.site-header a.menu {
    position: absolute;
    right: 7%;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    color: white; }
  header.site-header a.menu .icons {
    font-size: 32px; }

  header.site-header a.menu img {
    width: 24px;
    height: auto; }

  header.site-header nav {
    display: none;
    float: none;
    width: 100%;
    padding-right: 0; }

  header.site-header nav:before {
    display: table;
    clear: both;
    content: ''; }

  header.site-header nav ul {
    padding: 20px 0 10px 0;
    margin-top: 15px; }

  header.site-header nav ul li {
    display: block;
    margin-left: 0;
    top: 0px;
    font-size: 16px; }

  header.site-header nav ul li a {
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 15px 0px;
    padding-right: 7%;
    position: relative;
    width: 100%;
    color: #f9f9f9; }
  header.site-header nav ul li a:active {
    background-color: #c66b09;
    color: white; }
  header.site-header nav ul li a:hover {
    text-shadow: none; }

  #bump .darken nav ul {
    padding: 0;
    margin-top: 40px;
    background: #3b3b3b; }

  #bump .darken nav ul li a {
    color: #f9f9f9; }
  #bump .darken nav ul li a:active {
    background-color: #c66b09; }
  #bump .darken nav ul li a:hover {
    text-shadow: none;
    color: #f9f9f9;
    background-color: #c66b09; } }
@media only screen and (max-width: 480px) {
  .post {
    display: inline;
    float: left;
    width: 87%;
    margin: 0 1.5%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    float: none; }

  footert footer {
    font-size: 16px; }

  small {
    font-size: 14px; } }
.btn {
  background: none;
  color: #c66b09;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  [hidden] {
    display: none; }

  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  html {
    margin: 0;
    padding: 0;
    min-height: auto !important;
    font-size: 14px; }

  p, figcaption, body {
    margin: 0 auto;
    margin-bottom: 1.5em;
    background: #fff !important;
    color: #000 !important;
    font-size: 1.5rem;
    line-height: 1.2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

  .katex {
    font-size: 1.5rem !important; }

  h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0; }

  h1 {
    font-size: 2.5rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 2rem; }

  h5 {
    font-size: 1rem; }

  h6 {
    font-size: 1rem; }

  a, a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word; }

  table {
    border-collapse: collapse; }

  thead {
    display: table-header-group; }

  table, th, td {
    border-bottom: 1px solid #000; }

  td, th {
    padding: 8px 16px; }

  img {
    border: 0;
    display: block;
    max-width: 60% !important;
    vertical-align: middle; }

  hr {
    border: 0;
    border-bottom: 2px solid #bbb;
    height: 0;
    margin: 2.25rem 0;
    padding: 0; }

  dt {
    font-weight: bold; }

  dd {
    margin: 0;
    margin-bottom: 0.75rem; }

  abbr[title], acronym[title] {
    border: 0;
    text-decoration: none; }

  table, blockquote, pre, code, figure, li, hr, ul, ol, a, tr {
    page-break-inside: avoid; }

  h2, h3, h4, p, a {
    orphans: 3;
    widows: 3; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }

  h1 + p, h2 + p, h3 + p {
    page-break-before: avoid; }

  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid; }

  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word; }

  abbr[title]:after, acronym[title]:after {
    content: " (" attr(title) ")"; }

  #main {
    max-width: 100%; }

  .page {
    margin: 0;
    padding: 0;
    width: 100%; }

  .page-break, .page-break-before {
    page-break-before: always; }

  .page-break-after {
    page-break-after: always; }

  .no-print {
    display: none; }

  a.no-reformat:after {
    content: ''; }

  abbr[title].no-reformat:after, acronym[title].no-reformat:after {
    content: ''; }

  .page__hero-caption {
    color: #000 !important;
    background: #fff !important;
    opacity: 1; }
  .page__hero-caption a {
    color: #000 !important; }

  /*
     Hide the following elements on print
     ========================================================================== */
  header.site-header a.menu, header.site-header nav ul, .overlay, .overlay-lighter, .featured-image, footert, footer, .masthead, .toc, .page__share, .page__related, .pagination, .ads, .page__footer, .page__comments-form, .author__avatar, .author__content, .author__urls-wrapper, .nav__list, .sidebar, .adsbygoogle {
    display: none !important;
    height: 1px !important; } }

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