@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit; /* 1 */
}

b,
strong {
  font-weight: bolder; /* 2 */
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/**
 * GHColors theme by Avi Aryan (http://aviaryan.in)
 * Inspired by Github syntax coloring
 * https://github.com/PrismJS/prism-themes/blob/master/themes/prism-ghcolors.css
 */
code[class*=language-],
pre[class*=language-] {
  color: #393A34;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  font-size: 0.95em;
  line-height: 1.2em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection {
  background: #b3d4fc;
}

pre[class*=language-]::selection, pre[class*=language-] ::selection,
code[class*=language-]::selection, code[class*=language-] ::selection {
  background: #b3d4fc;
}

/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border: 1px solid #dddddd;
  background-color: white;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.2em;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999988;
  font-style: italic;
}

.token.namespace {
  opacity: 0.7;
}

.token.string,
.token.attr-value {
  color: #e3116c;
}

.token.punctuation,
.token.operator {
  color: #393A34; /* no highlight */
}

.token.entity,
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.property,
.token.regex,
.token.inserted {
  color: #36acaa;
}

.token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
  color: #00a4db;
}

.token.function,
.token.deleted,
.language-autohotkey .token.tag {
  color: #9a050f;
}

.token.tag,
.token.selector,
.language-autohotkey .token.keyword {
  color: #00009f;
}

.token.important,
.token.function,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

html {
  font-size: 1.2em;
}

body {
  color: hsl(0, 0%, 20%);
  font-family: Verdana, sans-serif;
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: hsl(168, 100%, 24%);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Verdana, sans-serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.4em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3em;
    line-height: 1.125;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.6em;
    line-height: 1.05;
  }
}

h2 {
  color: hsl(24, 100%, 45%);
  font-size: 1.95em;
  line-height: 30/26;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.4em;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.7em;
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.65em;
  line-height: 25/22;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.8em;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.1em;
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.35em;
  line-height: 1.111;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.35em;
    line-height: 1.222;
  }
}

h5 {
  font-size: 1.2em;
  text-transform: uppercase;
}

h6 {
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}

p {
  line-height: 1.25em;
}
@media (min-width: 768px) {
  p {
    line-height: 1.375;
  }
}

blockquote {
  border-left: 4px solid hsl(24, 100%, 45%);
  font-size: 1.5em;
  font-family: Lato, Verdana, sans-serif;
  font-style: italic;
  line-height: 1.25;
  padding: 1em;
}
blockquote > * {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 1.8em;
    line-height: 35/24;
  }
}

.header {
  padding: 1em;
  background-color: hsl(168, 100%, 24%);
  color: hsl(0, 100%, 100%);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header a,
.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
  color: hsl(0, 100%, 100%);
  text-decoration: none;
}
.header__title {
  font-family: Lato, Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 1em 0 0;
}
.header__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header__nav li {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 1em 0;
}
.header__nav a {
  padding: 1em 0;
}

.footer {
  padding: 1em;
  background-color: hsl(168, 100%, 24%);
  color: hsl(0, 100%, 100%);
  margin: 1em 0 0 0;
}
.footer a {
  color: hsl(0, 100%, 100%);
}

html {
  height: 100%;
}

body {
  background: #fafafa;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  display: flex;
  height: 100%;
  flex-direction: column;
}

img {
  max-width: 100%;
}

#main {
  padding: 1em;
  flex: 1 0 auto;
}
#main::after {
  content: " "; /* &nbsp; */
  display: block;
  height: 0;
  visibility: hidden;
}

.header,
.footer {
  flex: none;
}

.page {
  max-width: 60em;
  margin: 0 auto;
}

.schools {
  display: flex;
  flex-wrap: wrap;
}
.schools__block {
  box-sizing: border-box;
  flex: 1 1 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .schools__block {
    flex: 1 1 47%;
    padding: 0 3% 0 0;
  }
}

.skills {
  display: flex;
  flex-wrap: wrap;
}
.skills__group {
  box-sizing: border-box;
  flex: 1 1 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .skills__group {
    flex: 1 1 47%;
    padding: 0 3% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .skills__group {
    flex: 1 1 22%;
  }
}

.jobs {
  display: flex;
  flex-wrap: wrap;
}
.jobs__role {
  box-sizing: border-box;
  flex: 1 1 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .jobs__role {
    flex: 1 1 47%;
    padding: 0 3% 0 0;
  }
}

.projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.projects__block {
  box-sizing: border-box;
  flex: 1 1 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .projects__block {
    flex: 0 1 50%;
    padding: 0 3% 0 0;
  }
}
.projects__block img {
  width: 100%;
}

.profile {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.profile__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.profile__headshot {
  margin-right: 1em;
}
.profile__headshot img {
  width: 300px;
  border-radius: 150px;
  max-width: 100%;
}
.profile__description {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .profile__description {
    flex: 1 1 auto;
  }
}
.profile__social-icons {
  font-size: 1.8em;
}
.profile__social-icons ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.profile__social-icons li {
  display: inline-block;
  margin-right: 0.25em;
}
.profile__social-icons a,
.profile__social-icons a:link,
.profile__social-icons a:visited,
.profile__social-icons a:hover,
.profile__social-icons a:active {
  color: hsl(24, 100%, 45%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  transition: all 0.5s ease;
}
.profile__social-icons a:hover {
  color: hsl(0, 100%, 100%);
  background-color: hsl(24, 100%, 45%);
}
.profile__social-icons svg {
  height: 1.5em;
  width: 1.5em;
}

.blog {
  max-width: 60em;
  margin: 0 auto;
}
.blog__posts-list {
  padding: 0;
  list-style-type: none;
}
.blog__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
}
.blog__pagination-prev {
  margin-right: 1rem;
}
.blog__pagination-next {
  margin-left: 1rem;
}
.blog__pagination-pages {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog__pagination-page {
  margin: 0 0.25rem;
}
.blog__pagination-page a,
.blog__pagination-page span {
  display: inline-block;
  min-width: 1.5rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.blog__pagination-page.is-current span {
  font-weight: bold;
}

.post__title {
  margin-bottom: 0.25em;
}
.post__title a,
.post__title a:link,
.post__title a:visited,
.post__title a:hover,
.post__title a:active {
  color: inherit;
  text-decoration: none;
}
.post__date {
  font-size: 75%;
  margin-bottom: 2em;
}
.post__read-more {
  text-align: right;
}
.post img {
  display: block;
  margin: 0 auto;
}
.post .figure-multi {
  display: block;
}
.post .figure-multi__item {
  margin-right: 0;
}
@media (min-width: 768px) {
  .post .figure-multi {
    display: flex;
  }
  .post .figure-multi__item {
    flex: 1;
    margin-right: 1em;
  }
  .post .figure-multi__item:last-child {
    margin-right: 0;
  }
}
.post figcaption {
  text-align: center;
  font-size: 75%;
  font-style: italic;
  margin-top: 1em;
}