@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #bbe1fb;
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background: #3073a6;
  }
}

h1, h2, h3 {
  display: block;
  margin: 0px;
  font-weight: 400;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  h1, h2, h3 {
    color: #d2dde4;
  }
}

h1 {
  font-size: 32px;
  margin-bottom: 2px;
}
h1 a {
  color: #10161E;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  h1 a {
    color: #d2dde4;
  }
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

p, ul, ol {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  p, ul, ol {
    color: #d2dde4;
  }
}

ul {
  padding-left: 0;
  list-style-type: "– ";
}

ol {
  padding-left: 1em;
}

dl {
  margin-top: 0.3em;
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: max-content auto;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  dl {
    color: #d2dde4;
  }
}

dt {
  grid-column-start: 1;
  text-align: right;
}

dd {
  margin-left: 1em;
  font-weight: 300;
  grid-column-start: 2;
  margin-bottom: 0.1em;
}

li {
  margin-bottom: 0.3em;
}

a {
  color: #1d588c;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #498ab6;
  }
}

a:hover {
  color: #04264e;
}
@media (prefers-color-scheme: dark) {
  a:hover {
    color: #78b8e3;
  }
}

.highlight {
  font-size: 1.1em;
}

strong {
  font-weight: 400;
}

pre {
  white-space: pre-line;
  overflow: scroll;
}

code {
  font-family: "Fira Mono", monospace;
  font-size: 0.8em;
  line-height: 1.4em;
}

figcaption {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  figcaption {
    color: #d2dde4;
  }
}

header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  position: relative;
  margin-bottom: 1em;
}
header:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  header:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  header:last-child {
    margin-right: 0;
  }
}
header h1 a:hover {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  header h1 a:hover {
    color: #d2dde4;
  }
}
header nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print {
  header nav {
    display: none;
  }
}
header nav a {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  padding: 3px 0px;
  color: #10161E;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  header nav a {
    color: #d2dde4;
  }
}
header nav a.active {
  margin-bottom: 0px;
  border-bottom: 2px solid #1d588c;
}
@media (prefers-color-scheme: dark) {
  header nav a.active {
    border-bottom: 2px solid #498ab6;
  }
}
header nav a:hover {
  margin-bottom: 0px;
  border-bottom: 2px solid #97cdf2;
}
@media (prefers-color-scheme: dark) {
  header nav a:hover {
    border-bottom: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header nav {
    left: 0;
    top: 100%;
  }
  header nav a {
    margin: 0;
    margin-top: 4px;
    margin-right: 8px;
  }
  header nav a.active {
    margin-top: 2px;
    border-top: 2px solid #1d588c;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a.active {
    border-top: 2px solid #498ab6;
  }
}
@media screen and (max-width: 480px) {
  header nav a:hover {
    margin-top: 2px;
    border-top: 2px solid #97cdf2;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a:hover {
    border-top: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 3em;
  }
}

.title {
  margin-top: 20px;
  border-bottom: solid 2px #10161E;
}
@media (prefers-color-scheme: dark) {
  .title {
    border-bottom: 2px solid #d2dde4;
  }
}

body {
  background: #f8fafb;
  font-family: "Lato", "Helvetica Neue", "Segoe UI Light", sans-serif;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: "";
  display: table;
  clear: both;
}
@media print {
  body {
    margin: 0.125in 0.5in 0 0.5in;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #10161E;
  }
}

.hero {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
}
.hero:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .hero {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  .hero:last-child {
    margin-right: 0;
  }
}
.hero h2 {
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  font-size: 3.5em;
}
.hero h3 {
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  .hero h3 {
    color: #d2dde4;
  }
}
.hero p {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
}
.hero p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .hero p {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 100%;
    margin-left: 0%;
  }
  .hero p:last-child {
    margin-right: 0;
  }
}

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

::selection {
  background: #bbe1fb;
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background: #3073a6;
  }
}

h1, h2, h3 {
  display: block;
  margin: 0px;
  font-weight: 400;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  h1, h2, h3 {
    color: #d2dde4;
  }
}

h1 {
  font-size: 32px;
  margin-bottom: 2px;
}
h1 a {
  color: #10161E;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  h1 a {
    color: #d2dde4;
  }
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

p, ul, ol {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  p, ul, ol {
    color: #d2dde4;
  }
}

ul {
  padding-left: 0;
  list-style-type: "– ";
}

ol {
  padding-left: 1em;
}

dl {
  margin-top: 0.3em;
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: max-content auto;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  dl {
    color: #d2dde4;
  }
}

dt {
  grid-column-start: 1;
  text-align: right;
}

dd {
  margin-left: 1em;
  font-weight: 300;
  grid-column-start: 2;
  margin-bottom: 0.1em;
}

li {
  margin-bottom: 0.3em;
}

a {
  color: #1d588c;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #498ab6;
  }
}

a:hover {
  color: #04264e;
}
@media (prefers-color-scheme: dark) {
  a:hover {
    color: #78b8e3;
  }
}

.highlight {
  font-size: 1.1em;
}

strong {
  font-weight: 400;
}

pre {
  white-space: pre-line;
  overflow: scroll;
}

code {
  font-family: "Fira Mono", monospace;
  font-size: 0.8em;
  line-height: 1.4em;
}

figcaption {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  figcaption {
    color: #d2dde4;
  }
}

header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  position: relative;
  margin-bottom: 1em;
}
header:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  header:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  header:last-child {
    margin-right: 0;
  }
}
header h1 a:hover {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  header h1 a:hover {
    color: #d2dde4;
  }
}
header nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print {
  header nav {
    display: none;
  }
}
header nav a {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  padding: 3px 0px;
  color: #10161E;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  header nav a {
    color: #d2dde4;
  }
}
header nav a.active {
  margin-bottom: 0px;
  border-bottom: 2px solid #1d588c;
}
@media (prefers-color-scheme: dark) {
  header nav a.active {
    border-bottom: 2px solid #498ab6;
  }
}
header nav a:hover {
  margin-bottom: 0px;
  border-bottom: 2px solid #97cdf2;
}
@media (prefers-color-scheme: dark) {
  header nav a:hover {
    border-bottom: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header nav {
    left: 0;
    top: 100%;
  }
  header nav a {
    margin: 0;
    margin-top: 4px;
    margin-right: 8px;
  }
  header nav a.active {
    margin-top: 2px;
    border-top: 2px solid #1d588c;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a.active {
    border-top: 2px solid #498ab6;
  }
}
@media screen and (max-width: 480px) {
  header nav a:hover {
    margin-top: 2px;
    border-top: 2px solid #97cdf2;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a:hover {
    border-top: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 3em;
  }
}

.title {
  margin-top: 20px;
  border-bottom: solid 2px #10161E;
}
@media (prefers-color-scheme: dark) {
  .title {
    border-bottom: 2px solid #d2dde4;
  }
}

body {
  background: #f8fafb;
  font-family: "Lato", "Helvetica Neue", "Segoe UI Light", sans-serif;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: "";
  display: table;
  clear: both;
}
@media print {
  body {
    margin: 0.125in 0.5in 0 0.5in;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #10161E;
  }
}

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

::selection {
  background: #bbe1fb;
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background: #3073a6;
  }
}

h1, h2, h3 {
  display: block;
  margin: 0px;
  font-weight: 400;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  h1, h2, h3 {
    color: #d2dde4;
  }
}

h1 {
  font-size: 32px;
  margin-bottom: 2px;
}
h1 a {
  color: #10161E;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  h1 a {
    color: #d2dde4;
  }
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

p, ul, ol {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  p, ul, ol {
    color: #d2dde4;
  }
}

ul {
  padding-left: 0;
  list-style-type: "– ";
}

ol {
  padding-left: 1em;
}

dl {
  margin-top: 0.3em;
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: max-content auto;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  dl {
    color: #d2dde4;
  }
}

dt {
  grid-column-start: 1;
  text-align: right;
}

dd {
  margin-left: 1em;
  font-weight: 300;
  grid-column-start: 2;
  margin-bottom: 0.1em;
}

li {
  margin-bottom: 0.3em;
}

a {
  color: #1d588c;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #498ab6;
  }
}

a:hover {
  color: #04264e;
}
@media (prefers-color-scheme: dark) {
  a:hover {
    color: #78b8e3;
  }
}

.highlight {
  font-size: 1.1em;
}

strong {
  font-weight: 400;
}

pre {
  white-space: pre-line;
  overflow: scroll;
}

code {
  font-family: "Fira Mono", monospace;
  font-size: 0.8em;
  line-height: 1.4em;
}

figcaption {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  figcaption {
    color: #d2dde4;
  }
}

header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  position: relative;
  margin-bottom: 1em;
}
header:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  header:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  header:last-child {
    margin-right: 0;
  }
}
header h1 a:hover {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  header h1 a:hover {
    color: #d2dde4;
  }
}
header nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print {
  header nav {
    display: none;
  }
}
header nav a {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  padding: 3px 0px;
  color: #10161E;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  header nav a {
    color: #d2dde4;
  }
}
header nav a.active {
  margin-bottom: 0px;
  border-bottom: 2px solid #1d588c;
}
@media (prefers-color-scheme: dark) {
  header nav a.active {
    border-bottom: 2px solid #498ab6;
  }
}
header nav a:hover {
  margin-bottom: 0px;
  border-bottom: 2px solid #97cdf2;
}
@media (prefers-color-scheme: dark) {
  header nav a:hover {
    border-bottom: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header nav {
    left: 0;
    top: 100%;
  }
  header nav a {
    margin: 0;
    margin-top: 4px;
    margin-right: 8px;
  }
  header nav a.active {
    margin-top: 2px;
    border-top: 2px solid #1d588c;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a.active {
    border-top: 2px solid #498ab6;
  }
}
@media screen and (max-width: 480px) {
  header nav a:hover {
    margin-top: 2px;
    border-top: 2px solid #97cdf2;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a:hover {
    border-top: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 3em;
  }
}

.title {
  margin-top: 20px;
  border-bottom: solid 2px #10161E;
}
@media (prefers-color-scheme: dark) {
  .title {
    border-bottom: 2px solid #d2dde4;
  }
}

body {
  background: #f8fafb;
  font-family: "Lato", "Helvetica Neue", "Segoe UI Light", sans-serif;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: "";
  display: table;
  clear: both;
}
@media print {
  body {
    margin: 0.125in 0.5in 0 0.5in;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #10161E;
  }
}

aside {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-right: 0;
}
aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  aside {
    margin-left: 8.5298042998%;
  }
}
@media screen and (max-width: 480px) {
  aside {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
    margin-bottom: 1em;
  }
  aside:last-child {
    margin-right: 0;
  }
}
aside a {
  display: block;
  color: #1d588c;
  margin-bottom: 3px;
}
@media (prefers-color-scheme: dark) {
  aside a {
    color: #498ab6;
  }
}
@media print {
  aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  aside:last-child {
    margin-right: 0;
  }
  aside a {
    display: inline-block;
    padding-right: 0.6em;
  }
}
aside address {
  margin: 20px 0px;
  font-style: normal;
}
@media print {
  aside .resume-actions {
    display: none;
  }
}
aside .resume-actions hr {
  border: 0;
  width: 80%;
  height: 1px;
  background-color: #ccc;
  margin: 1em 0;
}
@media screen and (max-width: 480px) {
  aside .resume-actions {
    display: none;
  }
}

.resume h3 {
  font-size: 1.1em;
  margin-bottom: 3px;
  margin-top: 1em;
  color: #10161E;
}
.resume h3 .duration {
  font-size: 0.8em;
  margin-left: 3px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  .resume h3 {
    color: #d2dde4;
  }
}
.resume p {
  margin-bottom: 0.5em;
}
.resume ul {
  margin: 0;
}
.resume #education h3 {
  margin-bottom: 1em;
}
@media print {
  .resume p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 13px;
  }
  .resume ul {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 13px;
    margin-right: 13px;
  }
  .resume h2 {
    font-size: 16px;
  }
  .resume h3 {
    font-size: 14px;
  }
  .resume h3 .duration {
    font-size: 11px;
  }
}

.resume-contact {
  font-size: 14px;
}

article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  article {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  article:last-child {
    margin-right: 0;
  }
}
@media print {
  article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  article:last-child {
    margin-right: 0;
  }
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #60a0b0;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #007020;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .cm {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #007020;
} /* Comment.Preproc */
.highlight .c1 {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #60a0b0;
  background-color: #fff0f0;
} /* Comment.Special */
.highlight .gd {
  color: #A00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #FF0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00A000;
} /* Generic.Inserted */
.highlight .go {
  color: #808080;
} /* Generic.Output */
.highlight .gp {
  color: #c65d09;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0040D0;
} /* Generic.Traceback */
.highlight .kc {
  color: #007020;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #007020;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #007020;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #007020;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #007020;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #902000;
} /* Keyword.Type */
.highlight .m {
  color: #40a070;
} /* Literal.Number */
.highlight .s {
  color: #4070a0;
} /* Literal.String */
.highlight .na {
  color: #4070a0;
} /* Name.Attribute */
.highlight .nb {
  color: #007020;
} /* Name.Builtin */
.highlight .nc {
  color: #0e84b5;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #60add5;
} /* Name.Constant */
.highlight .nd {
  color: #555555;
  font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
  color: #d55537;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #007020;
} /* Name.Exception */
.highlight .nf {
  color: #06287e;
} /* Name.Function */
.highlight .nl {
  color: #002070;
  font-weight: bold;
} /* Name.Label */
.highlight .nn {
  color: #0e84b5;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #062873;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #bb60d5;
} /* Name.Variable */
.highlight .ow {
  color: #007020;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #40a070;
} /* Literal.Number.Float */
.highlight .mh {
  color: #40a070;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #40a070;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #40a070;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #4070a0;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #4070a0;
} /* Literal.String.Char */
.highlight .sd {
  color: #4070a0;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #4070a0;
} /* Literal.String.Double */
.highlight .se {
  color: #4070a0;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #4070a0;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #70a0d0;
  font-style: italic;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #c65d09;
} /* Literal.String.Other */
.highlight .sr {
  color: #235388;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #4070a0;
} /* Literal.String.Single */
.highlight .ss {
  color: #517918;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #007020;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #bb60d5;
} /* Name.Variable.Class */
.highlight .vg {
  color: #bb60d5;
} /* Name.Variable.Global */
.highlight .vi {
  color: #bb60d5;
} /* Name.Variable.Instance */
.highlight .il {
  color: #40a070;
} /* Literal.Number.Integer.Long */
@media screen and (max-width: 480px) {
  .blogroll {
    display: none;
  }
}

.footnote {
  font-size: 0.8em;
}

.footnotes hr {
  border: none;
  width: 80%;
  border-bottom: 1px dashed #dedede;
}

figure {
  margin: 0;
  margin-bottom: 1em;
}
figure img {
  width: 100%;
}
figure figcaption {
  font-weight: 300;
  font-size: 0.9em;
  text-align: center;
}

.license {
  width: 80%;
  font-size: 0.8em;
  font-weight: 300;
  color: #10161E;
}
.license hr {
  border: 0;
  height: 1px;
  background-color: #ccc;
  margin: 1em 0;
}
.license a {
  display: inline;
}
@media screen and (max-width: 480px) {
  .license {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .license {
    color: #d2dde4;
  }
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 1.5em;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

::selection {
  background: #bbe1fb;
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background: #3073a6;
  }
}

h1, h2, h3 {
  display: block;
  margin: 0px;
  font-weight: 400;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  h1, h2, h3 {
    color: #d2dde4;
  }
}

h1 {
  font-size: 32px;
  margin-bottom: 2px;
}
h1 a {
  color: #10161E;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  h1 a {
    color: #d2dde4;
  }
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

p, ul, ol {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  p, ul, ol {
    color: #d2dde4;
  }
}

ul {
  padding-left: 0;
  list-style-type: "– ";
}

ol {
  padding-left: 1em;
}

dl {
  margin-top: 0.3em;
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: max-content auto;
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  dl {
    color: #d2dde4;
  }
}

dt {
  grid-column-start: 1;
  text-align: right;
}

dd {
  margin-left: 1em;
  font-weight: 300;
  grid-column-start: 2;
  margin-bottom: 0.1em;
}

li {
  margin-bottom: 0.3em;
}

a {
  color: #1d588c;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #498ab6;
  }
}

a:hover {
  color: #04264e;
}
@media (prefers-color-scheme: dark) {
  a:hover {
    color: #78b8e3;
  }
}

.highlight {
  font-size: 1.1em;
}

strong {
  font-weight: 400;
}

pre {
  white-space: pre-line;
  overflow: scroll;
}

code {
  font-family: "Fira Mono", monospace;
  font-size: 0.8em;
  line-height: 1.4em;
}

figcaption {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  figcaption {
    color: #d2dde4;
  }
}

header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
  position: relative;
  margin-bottom: 1em;
}
header:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  header:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  header:last-child {
    margin-right: 0;
  }
}
header h1 a:hover {
  color: #10161E;
}
@media (prefers-color-scheme: dark) {
  header h1 a:hover {
    color: #d2dde4;
  }
}
header nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print {
  header nav {
    display: none;
  }
}
header nav a {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  padding: 3px 0px;
  color: #10161E;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  header nav a {
    color: #d2dde4;
  }
}
header nav a.active {
  margin-bottom: 0px;
  border-bottom: 2px solid #1d588c;
}
@media (prefers-color-scheme: dark) {
  header nav a.active {
    border-bottom: 2px solid #498ab6;
  }
}
header nav a:hover {
  margin-bottom: 0px;
  border-bottom: 2px solid #97cdf2;
}
@media (prefers-color-scheme: dark) {
  header nav a:hover {
    border-bottom: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header nav {
    left: 0;
    top: 100%;
  }
  header nav a {
    margin: 0;
    margin-top: 4px;
    margin-right: 8px;
  }
  header nav a.active {
    margin-top: 2px;
    border-top: 2px solid #1d588c;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a.active {
    border-top: 2px solid #498ab6;
  }
}
@media screen and (max-width: 480px) {
  header nav a:hover {
    margin-top: 2px;
    border-top: 2px solid #97cdf2;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) and (prefers-color-scheme: dark) {
  header nav a:hover {
    border-top: 2px solid #97cdf2;
  }
}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 3em;
  }
}

.title {
  margin-top: 20px;
  border-bottom: solid 2px #10161E;
}
@media (prefers-color-scheme: dark) {
  .title {
    border-bottom: 2px solid #d2dde4;
  }
}

body {
  background: #f8fafb;
  font-family: "Lato", "Helvetica Neue", "Segoe UI Light", sans-serif;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: "";
  display: table;
  clear: both;
}
@media print {
  body {
    margin: 0.125in 0.5in 0 0.5in;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #10161E;
  }
}

aside {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-right: 0;
}
aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  aside {
    margin-left: 8.5298042998%;
  }
}
@media screen and (max-width: 480px) {
  aside {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
    margin-bottom: 1em;
  }
  aside:last-child {
    margin-right: 0;
  }
}
aside a {
  display: block;
  color: #1d588c;
  margin-bottom: 3px;
}
@media (prefers-color-scheme: dark) {
  aside a {
    color: #498ab6;
  }
}
@media print {
  aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  aside:last-child {
    margin-right: 0;
  }
  aside a {
    display: inline-block;
    padding-right: 0.6em;
  }
}
aside address {
  margin: 20px 0px;
  font-style: normal;
}
@media print {
  aside .resume-actions {
    display: none;
  }
}
aside .resume-actions hr {
  border: 0;
  width: 80%;
  height: 1px;
  background-color: #ccc;
  margin: 1em 0;
}
@media screen and (max-width: 480px) {
  aside .resume-actions {
    display: none;
  }
}

.resume h3 {
  font-size: 1.1em;
  margin-bottom: 3px;
  margin-top: 1em;
  color: #10161E;
}
.resume h3 .duration {
  font-size: 0.8em;
  margin-left: 3px;
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  .resume h3 {
    color: #d2dde4;
  }
}
.resume p {
  margin-bottom: 0.5em;
}
.resume ul {
  margin: 0;
}
.resume #education h3 {
  margin-bottom: 1em;
}
@media print {
  .resume p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 13px;
  }
  .resume ul {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 13px;
    margin-right: 13px;
  }
  .resume h2 {
    font-size: 16px;
  }
  .resume h3 {
    font-size: 14px;
  }
  .resume h3 .duration {
    font-size: 11px;
  }
}

.resume-contact {
  font-size: 14px;
}

article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  article {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
    margin-left: 10.284258557%;
  }
  article:last-child {
    margin-right: 0;
  }
}
@media print {
  article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  article:last-child {
    margin-right: 0;
  }
}

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