@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

* {
  box-sizing: border-box;
}

/* stylelint-disable plugin/selector-bem-pattern */
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Avenir", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
  fill: currentColor;
}

a,
.link {
  border-bottom: 1px dotted #ff6760;
  text-decoration: none;
  color: #ff6760;
}

a.oembed,
.link--oembed {
  padding-right: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA/ElEQVR4nKXQIUtDURiH8d/mLCaTQTAIWgzCTBZBEQxGs+BMJoOYLWsD/QSD+QmsWiyixS4GTaIGEUQEZbAwwz1jhzvv3R3+4cJ5z3mf59zzlrp7Nf9JJVqXMIOJIcwPntGNBYs4w1zBix+xhbty2GiNAMM8TqEnqGY0bkueFn+r4WwpFpTTZEgDC6m9t5jJAnuZxHReQ57gA+u4DPXsKIJXrOA21PuSyR9iKm6sGMwDNvAU6iPUw/o43ZwW3Eum/C6Z+AkOMv7yT8EXvjGGJnbz4FjQwTiWcYNPrA1hO/SHeB0dVAvAcBULdnCBdgGwjXPU6D/hBZsF4IH8AtZpJuuCvVxQAAAAAElFTkSuQmCC") no-repeat right center;
}
a.oembed:hover,
.link--oembed:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAArklEQVR4nKWSQQrCMBREp6KCe13ZVRbeQrypd8nGA3TrUSI8F/0JbWjSRgc+oc3M47dMB+gf7ex0krykIInKBPO5RAAEeNrkLZcAoWC8R6PN2d6HHFDSAFwySJSA9A9KOkk6Vh2VDd5Ab/fXySazDUqAabi35wF4bAEshZdUBNw2hKuAp0Fq4QToGKscJO0bGvyRdJhW+dUQnvttFcdYz1Ijo4L5XP4JP2utiav6AnEcHrU2z5MrAAAAAElFTkSuQmCC");
}

.embedly-embed[title="Spotify embed"] {
  width: 100%;
}

a:visited,
.link:visited {
  color: #ff8e84;
}

a:active,
.link:active {
  background-color: #ff1e14;
}

a:hover,
.link:hover {
  border-bottom: 1px dotted #fff;
  background-color: #ff6760;
  color: #fff;
}

.gist-file a:hover {
  background-color: inherit;
}

.contact {
  color: #999;
}

@media print {
  #subscribe {
    display: none;
  }

  #about {
    page-break-before: always;
  }
}
.section {
  --section-padding-top: 45px;
  padding: var(--section-padding-top) 15px;
}
.section__content {
  margin: auto;
  max-width: 750px;
}
.section--alternate {
  background-color: #2B2B2B;
  color: #ccc;
}
.section--highlight {
  background-color: #457aba;
  color: #2B2B2B;
}
.section--me {
  background-color: #ff6760;
}
.section--background {
  --section-background-size: 110px;
  padding-top: calc(var(--section-background-size) + var(--section-padding-top));
  background: var(--section-background) center top no-repeat;
  background-size: auto var(--section-background-size);
}
@media print, (min-width: 767px) {
  .section {
    --section-padding-top: 70px;
    --section-background-size: 150px;
  }
  .section--background {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff var(--section-background-size)), var(--section-background) center top no-repeat;
    background-size: auto;
  }
}
@media print, (min-width: 992px) {
  .section--background {
    --section-background-size: 300px;
  }
}

/* stylelint-disable plugin/selector-bem-pattern */
.h1 {
  display: block;
  margin: 0.83em 0 1.6em;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: bold;
}

.h2 {
  display: block;
  margin: 0.83em 0 1.6em;
  line-height: 1.2;
  font-size: 1.5em;
  font-weight: bold;
}
@media print, (min-width: 767px) {
  .h2--center-above-sm {
    text-align: center;
  }
}

.h3 {
  font-size: 1.17em;
  font-weight: bold;
  line-height: 1.2;
}

.next-steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 45px 15px;
}
@media print, (min-width: 767px) {
  .next-steps {
    grid-template-columns: 1fr 1fr;
  }
}

.follow__item {
  width: 30px;
  height: 30px;
  margin-right: 7.5px;
  display: inline-block;
}
.follow__link, .follow__link:visited {
  border: none;
  color: #2B2B2B;
}
.follow__link:hover {
  background-color: transparent;
  border: none;
  color: #ccc;
}
.follow svg {
  fill: currentColor;
}

.with-icon--mobile {
  display: flex;
}
.with-icon__icon {
  margin-right: 15px;
  flex-shrink: 0;
}
.with-icon__icon--narrow {
  width: 45px;
  height: 45px;
}
.with-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.with-icon__content {
  flex-grow: 1;
}
@media print, (min-width: 767px) {
  .with-icon {
    display: flex;
  }
}

.mailchimp {
  display: flex;
  margin-top: 7.5px;
}
.mailchimp__input {
  flex-grow: 1;
  padding: 3px 6px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.mailchimp__button {
  padding: 0;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1em;
  cursor: pointer;
}

.img-circle {
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff;
}
.img-circle--light {
  box-shadow: 0 0 0 3px #fff;
}

.me {
  padding: 30px 0 70px;
}
.me__header {
  color: #fff;
  text-align: center;
}
.me__hello {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1em;
}
.me__strong {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
}
.me__img img {
  transform: scaleX(-1);
}
@media print, (min-width: 767px) {
  .me {
    padding: 70px 0;
  }
  .me__header {
    display: flex;
    align-items: flex-end;
  }
  .me--cover {
    padding: 70px 45px;
  }
  .me--cover .me__header {
    align-items: center;
  }
  .me--cover .me__hello {
    flex: 75%;
  }
  .me__hello {
    order: 1;
    flex: 50%;
    padding-right: 15px;
    margin-top: 0;
    text-align: right;
  }
  .me__img {
    order: 2;
    flex: 50%;
    padding-left: 15px;
    text-align: left;
  }
}

.post-header {
  --post-header-size: 40px;
  padding: 10px 15px;
  background-color: #ff6760;
  color: #fff;
}
.post-header__content {
  margin: 0 auto;
  max-width: 750px;
  height: var(--post-header-size);
}
.post-header__title {
  margin: 0;
  line-height: var(--post-header-size);
  font-weight: bold;
  font-size: 1.8em;
}
.post-header__link, .post-header__link:visited {
  color: #fff;
}
.post-header__link:hover {
  color: #eee;
}
.post-header__img {
  width: var(--post-header-size);
  height: var(--post-header-size);
}
@media print, (min-width: 767px) {
  .post-header {
    --post-header-size: 50px;
  }
}

.post-preview__title {
  margin-bottom: 15px;
}
.post-preview__meta {
  font-size: 0.8em;
  font-weight: normal;
}
.post-preview__excerpt {
  padding-left: 15px;
  margin: 15px;
  border-left: 3px solid #457aba;
  color: #666;
}
.post-preview--alternate .post-preview__excerpt {
  border-color: transparent;
  color: #ccc;
}

.post-body {
  font-size: 1.2em;
  color: #373737;
  line-height: 1.6;
}
.post-body--theme-dark {
  color: #ccc;
}
.post-body--theme-dark .post-body__pre {
  background-color: #454545;
}
.post-body--theme-dark ::selection {
  color: #fff;
  background: #ff8e84;
}
.post-body__hr {
  margin: 70px 0 45px;
}
.post-body__p, .post-body__ul, .post-body__ol, .post-body__blockquote, .post-body__h2, .post-body__h3, .post-body__h4 {
  margin: 15px 0;
}
.post-body__h2, .post-body__h3, .post-body__h4 {
  margin: 1.5em 0 0;
  font-weight: 500;
}
.post-body__h2 {
  font-size: 1.5em;
}
.post-body__h3 {
  font-size: 1.25em;
}
.post-body__h4 {
  font-size: 1.1em;
}
.post-body__blockquote {
  margin-left: 30px;
}
.post-body__blockquote::before {
  content: "”";
  position: absolute;
  color: #ccc;
  font-size: 2em;
  text-indent: -15px;
}
.post-body__ul, .post-body__ol {
  margin-left: 45px;
  list-style: disc;
}
.post-body__ol {
  list-style-type: decimal;
}
.post-body__heading:hover::after {
  content: "#" attr(id);
  width: 0;
  display: inline-block;
  padding-left: 30px;
  white-space: pre;
  color: #ccc;
  font-size: 0.6em;
  font-style: italic;
  font-weight: normal;
}
.post-body__strong {
  font-weight: bold;
}
.post-body__code {
  font-family: monospace;
}
.post-body__img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
.post-body__em {
  color: inherit;
  font-style: italic;
  font-weight: normal;
}
.post-body__pre {
  padding: 7.5px;
  overflow: auto;
  background-color: #eee;
  border: 1px solid #ddd;
  font-size: 0.8em;
}
@media print, (min-width: 767px) {
  .post-body__blockquote {
    margin-left: 45px;
  }
}

.fig {
  color: #999;
  font-size: 0.9em;
}
.fig__image {
  margin-bottom: 7.5px;
}

.aside {
  padding-left: 15px;
  border-left: 3px solid #457aba;
}
@media print, (min-width: 767px) {
  .aside {
    margin-left: 15px;
  }
}

.title {
  margin-bottom: 70px;
  text-align: center;
}
.title--compact {
  margin-bottom: 30px;
}
.title__content {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.title__meta {
  font-size: 1.2em;
  color: #999;
}

.about {
  font-size: 1.2em;
}
.about__title {
  margin: 30px 0;
  display: flex;
  gap: 15px;
  align-content: center;
  align-items: center;
}
.about__link, .about__link:visited {
  color: #333;
}
@media print, (min-width: 767px) {
  .about {
    margin-left: 15px;
  }
  .about__title {
    margin-top: 0;
  }
}

.navicon {
  border: none;
  color: #ccc;
}
.navicon svg {
  color: #ccc;
}
.navicon:hover {
  background-color: transparent;
  border: none;
  color: #ff8e84;
}
.navicon:hover svg {
  color: #ff8e84;
}

.cv-layout {
  display: flex;
  flex-flow: row wrap;
}
.cv-layout__intro {
  flex: 0 0 100%;
  text-align: center;
}
.cv-layout__sidebar {
  flex: 0 0 100%;
}
.cv-layout__content {
  flex: 0 0 100%;
}
.cv-layout__topic {
  float: left;
  width: 50%;
}
.cv-layout__topic--skills {
  float: right;
}
@media print, (min-width: 992px) {
  .cv-layout__sidebar {
    flex: 0 0 228px;
    order: 1;
    padding-right: 30px;
  }
  .cv-layout__content {
    flex: 1;
    order: 2;
  }
  .cv-layout__topic {
    float: none;
    width: auto;
  }
  .cv-layout__topic--skills {
    float: none;
  }
}

.cv-title {
  margin-bottom: 24px;
}
.cv-title__picture {
  height: 100%;
  margin-bottom: 10px;
}
.cv-title__name {
  font-size: 2.4em;
  line-height: 1.4;
}
.cv-title__position {
  font-size: 1.2em;
  font-weight: lighter;
}
@media print, (min-width: 992px) {
  .cv-title {
    height: 96px;
    text-align: left;
  }
  .cv-title__picture {
    float: left;
  }
  .cv-title__name, .cv-title__position {
    margin-left: 228px;
  }
}

.cv-employment {
  margin-bottom: 48px;
  page-break-inside: avoid;
}
.cv-employment:last-child {
  margin-bottom: 0;
}
.cv-employment__position {
  margin-bottom: 6px;
  font-size: 1.2em;
}
.cv-employment__period {
  margin: -6px 0 24px;
  color: #444;
  font-size: 0.9em;
  font-style: italic;
}

.cv-skill {
  height: 24px;
  margin-bottom: 12px;
}
.cv-skill__rating {
  float: right;
}
.cv-skill__bullet {
  display: inline-block;
  margin-right: 3px;
  font-size: 24px;
  line-height: 24px;
}
.cv-skill__bullet--dimmed {
  color: #ddd;
}
.cv-skill__name {
  margin: 6px 0 -6px;
}
@media print, (min-width: 767px) and (max-width: 991px) {
  .cv-skill {
    border-bottom: 1px dotted #ccc;
  }
}
@media print {
  .cv-skill {
    border-bottom: none;
  }
}

.cv {
  padding: 96px 24px;
  margin: auto;
  max-width: 750px;
}
.cv__header {
  margin: 2em 0 1em;
  color: #ff6760;
  font-size: 24px;
}
.cv__content {
  font-size: 15px;
  line-height: 24px;
  color: #777;
}
.cv__dimmed {
  color: #777;
}
.cv__dimmed:visited {
  color: #777;
}
.cv__dimmed:hover {
  background-color: transparent;
  color: #777;
}
.cv__download {
  padding-left: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA/ElEQVR4nKXQIUtDURiH8d/mLCaTQTAIWgzCTBZBEQxGs+BMJoOYLWsD/QSD+QmsWiyixS4GTaIGEUQEZbAwwz1jhzvv3R3+4cJ5z3mf59zzlrp7Nf9JJVqXMIOJIcwPntGNBYs4w1zBix+xhbty2GiNAMM8TqEnqGY0bkueFn+r4WwpFpTTZEgDC6m9t5jJAnuZxHReQ57gA+u4DPXsKIJXrOA21PuSyR9iKm6sGMwDNvAU6iPUw/o43ZwW3Eum/C6Z+AkOMv7yT8EXvjGGJnbz4FjQwTiWcYNPrA1hO/SHeB0dVAvAcBULdnCBdgGwjXPU6D/hBZsF4IH8AtZpJuuCvVxQAAAAAElFTkSuQmCC") no-repeat left center;
}
@media print, (min-width: 992px) {
  .cv {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .cv {
    padding: 30px 10px;
  }
  .cv__download {
    display: none;
  }
}

.cv-layout {
  display: flex;
  flex-flow: row wrap;
}
.cv-layout__intro {
  flex: 0 0 100%;
  text-align: center;
}
.cv-layout__sidebar {
  flex: 0 0 100%;
}
.cv-layout__content {
  flex: 0 0 100%;
}
.cv-layout__topic {
  float: left;
  width: 50%;
}
.cv-layout__topic--skills {
  float: right;
}
@media print, (min-width: 992px) {
  .cv-layout__sidebar {
    flex: 0 0 228px;
    order: 1;
    padding-right: 30px;
  }
  .cv-layout__content {
    flex: 1;
    order: 2;
  }
  .cv-layout__topic {
    float: none;
    width: auto;
  }
  .cv-layout__topic--skills {
    float: none;
  }
}

.cv-title {
  margin-bottom: 24px;
}
.cv-title__picture {
  height: 100%;
  margin-bottom: 10px;
}
.cv-title__name {
  font-size: 2.4em;
  line-height: 1.4;
}
.cv-title__position {
  font-size: 1.2em;
  font-weight: lighter;
}
@media print, (min-width: 992px) {
  .cv-title {
    height: 96px;
    text-align: left;
  }
  .cv-title__picture {
    float: left;
  }
  .cv-title__name, .cv-title__position {
    margin-left: 228px;
  }
}

.cv-employment {
  margin-bottom: 48px;
  page-break-inside: avoid;
}
.cv-employment:last-child {
  margin-bottom: 0;
}
.cv-employment__position {
  margin-bottom: 6px;
  font-size: 1.2em;
}
.cv-employment__period {
  margin: -6px 0 24px;
  color: #444;
  font-size: 0.9em;
  font-style: italic;
}

.cv-skill {
  height: 24px;
  margin-bottom: 12px;
}
.cv-skill__rating {
  float: right;
}
.cv-skill__bullet {
  display: inline-block;
  margin-right: 3px;
  font-size: 24px;
  line-height: 24px;
}
.cv-skill__bullet--dimmed {
  color: #ddd;
}
.cv-skill__name {
  margin: 6px 0 -6px;
}
@media print, (min-width: 767px) and (max-width: 991px) {
  .cv-skill {
    border-bottom: 1px dotted #ccc;
  }
}
@media print {
  .cv-skill {
    border-bottom: none;
  }
}

#post-body.post-body--theme-dark .gist .blob-code {
  color: #A9B7C6;
}
#post-body.post-body--theme-dark .gist .highlight {
  background: #2B2B2B;
}
#post-body.post-body--theme-dark .gist .pl-c, #post-body.post-body--theme-dark .gist .--comment {
  color: #808080;
}
#post-body.post-body--theme-dark .gist .pl-k, #post-body.post-body--theme-dark .gist .--keyword {
  color: #CC7832;
}
#post-body.post-body--theme-dark .gist .pl-smi, #post-body.post-body--theme-dark .gist .--className {
  color: #A9B7C6;
}
#post-body.post-body--theme-dark .gist .pl-kos, #post-body.post-body--theme-dark .gist .--brackets {
  color: #A9B7C6;
}
#post-body.post-body--theme-dark .gist .pl-en, #post-body.post-body--theme-dark .gist .--method-name {
  color: #FFC66D;
}
#post-body.post-body--theme-dark .gist .pl-s1, #post-body.post-body--theme-dark .gist .--arguments {
  color: #A9B7C6;
}
#post-body.post-body--theme-dark .gist .pl-s, #post-body.post-body--theme-dark .gist .--strings {
  color: #6A8759;
}
#post-body.post-body--theme-dark .gist .pl-c1, #post-body.post-body--theme-dark .gist .--members {
  color: #9876AA;
}

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