/***************/
/* MEYER RESET */
/***************/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .with-img:before, body.resume header:before,
.clearfix:after,
.with-img:after,
body.resume header:after {
  content: " ";
  display: table; }

.clearfix:after, .with-img:after, body.resume header:after {
  clear: both; }

.text-center {
  text-align: center; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**************/
/* BASE RULES */
/**************/
html {
  font-size: 100%; }

body {
  background: #fdf6e3;
  font: 18px/1.4 Helvetica, Arial, sans-serif;
  color: #586e75; }

.container {
  margin: 0 auto;
  max-width: 740px;
  padding: 0 10px;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cb4b16;
  font-weight: 600;
  line-height: 1.7;
  margin: 1em 0 15px;
  padding: 0; }
  @media screen and (max-width: 640px) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1.4; } }

h1 {
  font-weight: 500;
  font-size: 1.77777em; }
  h1 a {
    color: inherit; }

h2 {
  font-weight: 400;
  font-size: 1.33333em; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 1em;
  color: #586e75; }

p {
  margin: 15px 0; }

a {
  color: #268bd2;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active {
    color: #268bd2; }

ul, ol {
  margin: 15px 0;
  padding-left: 30px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ol ul, ul ol, ul ul, ol ol {
  margin: 0; }

ul ul, ol ul {
  list-style-type: circle; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 600; }

img {
  max-width: 100%; }

.date {
  font-style: italic;
  color: #586e75; }

p code {
  border-radius: 5px;
  padding: 2px 8px;
  border: 1px solid #586e75;
  font-family: "Bitstream Vera Sans Mono", "Courier", monospace;
  background: #002b36;
  color: #eee8d5; }

p.note {
  padding-left: 1em;
  padding-right: 1em;
  color: #839496;
  font-size: 0.9em; }

blockquote {
  box-shadow: 1px 0 #999 inset;
  margin-left: 2em;
  padding-left: 1em;
  font-weight: 100; }

body.site ::-moz-selection {
  color: #cb4b16;
  background: #eee8d5; }
body.site ::selection {
  color: #cb4b16;
  background: #eee8d5; }

.with-img img:not(.emoji) {
  max-width: 50%;
  margin-top: 15px;
  margin-bottom: 15px; }
.with-img.left img:not(.emoji) {
  float: left;
  margin-right: 2em; }
.with-img.right img:not(.emoji) {
  float: right;
  margin-left: 2em; }
.with-img img.small {
  max-width: 30%; }
.with-img img.tiny {
  max-width: 20%; }
.with-img img.large {
  max-width: 65%; }

.page img:not(.emoji) {
  border-radius: 5px;
  box-shadow: 0px 4px 15px 3px #999; }
.page img.framed {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #999, 0 0 0 4px white, 0 0 0 5px #999, 0 4px 18px 7px #999; }

body.resume {
  font-family: "Times New Roman", Times, serif;
  background: white; }
  @media screen and (min-width: 640px) {
    body.resume {
      font-size: 18px;
      line-height: 27px; } }
  @media screen and (max-width: 640px) {
    body.resume {
      font-size: 15.99984px;
      line-height: 23.99976px; } }
  @media print {
    body.resume {
      color: #fff;
      background-color: #000;
      font-size: 14px;
      line-height: 21px; } }
  body.resume h1, body.resume h2, body.resume h3, body.resume h4, body.resume h5, body.resume h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    page-break-after: avoid; }
  body.resume h1 {
    line-height: 54px;
    margin: 0; }
  @media print {
    body.resume {
      color: grey; }
      body.resume h1, body.resume h2, body.resume h3, body.resume h4, body.resume h5, body.resume h6 {
        color: black; } }
  body.resume .wrapper-masthead {
    display: none; }
  body.resume .wrapper-footer {
    display: none; }
  body.resume #main {
    max-width: 720px; }
  body.resume header {
    margin-bottom: 27px; }
    @media not print {
      body.resume header {
        margin-top: 27px; } }
    @media (min-width: 640px) {
      body.resume header h1 {
        line-height: 1em;
        margin: 0;
        float: left;
        display: inline-block; }
      body.resume header address {
        line-height: 1.25em;
        float: right;
        text-align: right; } }
  body.resume .resume-entry {
    page-break-inside: avoid;
    margin: 0 0 27px 0; }
    body.resume .resume-entry .entry-heading {
      margin-bottom: 13.5px; }
      body.resume .resume-entry .entry-heading span.name {
        font-size: 1.1em;
        display: inline-block;
        font-weight: bold; }
      body.resume .resume-entry .entry-heading span.title {
        display: inline-block;
        min-width: 25%;
        font-weight: bold; }
        body.resume .resume-entry .entry-heading span.title:before {
          padding: 0 0.6em 0 0.4em;
          content: "\000B7"; }
      body.resume .resume-entry .entry-heading span.city {
        font-style: italic; }
      body.resume .resume-entry .entry-heading span.dates {
        font-style: italic; }
        body.resume .resume-entry .entry-heading span.dates:before {
          padding: 0 0.5em;
          content: " "; }
    body.resume .resume-entry ul {
      margin: 0;
      padding: 0; }
      body.resume .resume-entry ul li {
        margin: 0;
        padding: 0;
        margin-left: 1em;
        list-style: circle; }

/***********************/
/* SYNTAX HIGHLIGHTING */
/***********************/
.highlight {
  border-radius: 3px;
  box-shadow: 0px 4px 15px 3px #999;
  color: #eee8d5;
  background-color: #002b36;
  padding: 5px 10px;
  margin: 20px 0; }

.highlight pre {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 0.8em;
  font-family: "Bitstream Vera Sans Mono", "Courier", monospace;
  overflow: hidden; }

code {
  display: inline-block;
  font-family: 'Courier', monospace;
  font-size: 14px;
  color: #999; }

/*********************/
/* LAYOUT / SECTIONS */
/*********************/
.wrapper-masthead {
  margin-bottom: 50px; }

.masthead {
  padding: 20px 0;
  border-bottom: 1px solid #93a1a1; }
  @media screen and (max-width: 640px) {
    .masthead {
      text-align: center; } }

.site-avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px; }
  @media screen and (max-width: 640px) {
    .site-avatar {
      float: none;
      display: block;
      margin: 0 auto; } }
  .site-avatar img {
    border-radius: 5px; }

.site-info {
  float: left; }
  @media screen and (max-width: 640px) {
    .site-info {
      float: none;
      display: block;
      margin: 0 auto; } }

.site-name {
  margin: 0;
  color: #586e75;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px; }

.site-description {
  margin: -5px 0 0 0;
  color: #586e75;
  font-size: 16px; }
  @media screen and (max-width: 640px) {
    .site-description {
      margin: 3px 0; } }

nav {
  float: right;
  margin-top: 23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 640px) {
    nav {
      float: none;
      margin-top: 9px;
      display: block;
      font-size: 16px; } }
  nav a {
    margin-left: 20px;
    color: #586e75;
    text-align: right;
    font-weight: 300;
    letter-spacing: 1px; }
    @media screen and (max-width: 640px) {
      nav a {
        margin: 0 10px;
        color: #268bd2; } }

.posts > .post {
  padding-bottom: 2em;
  border-bottom: 1px solid #93a1a1; }

.posts > .post:last-child {
  padding-bottom: 1em;
  border-bottom: none; }

.post blockquote {
  margin: 1.8em .8em;
  border-left: 2px solid #586e75;
  padding: 0.1em 1em;
  color: #586e75;
  font-size: 22px;
  font-style: italic; }
.post .comments {
  margin-top: 10px; }
.post .read-more {
  text-transform: uppercase;
  font-size: 15px; }
.post img:not(.emoji) {
  border-radius: 5px;
  box-shadow: 0px 4px 15px 3px #999; }

.wrapper-footer {
  margin-top: 50px;
  background-color: #93a1a1; }

footer {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center; }
  footer .copyright, footer .social, footer .powered-by {
    order: 0;
    flex: 0 1 auto;
    align-self: auto; }
  footer a svg {
    width: 40px;
    height: 40px; }

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