html {
	font-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

body {
	margin: 0;
	font: 16px/1 sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1em
}

ol,
ul {
	margin-top: 0
}

hr {
	margin: 2em 0;
	height: 0;
	border: 0;
	border-top: 1px solid #eee
}

strong {
	font-weight: 700
}

a,
button {
	color: inherit
}

a {
	text-decoration: none
}

button {
	overflow: visible;
	border: 0;
	background: 0 0;
	letter-spacing: inherit;
	font: inherit;
	cursor: pointer;
	-webkit-font-smoothing: inherit
}

[type=radio],
[type=checkbox] {
	margin: 0
}

::-moz-focus-inner {
	padding: 0;
	border: 0
}

:focus {
	outline: 0
}

img {
	max-width: 100%;
	height: auto;
	border: 0
}

table {
	border-collapse: collapse;
	table-layout: fixed
}

video {
	width: 100%;
	height: auto
}

.c--black {
	color: #1a1a1a
}

.c--white {
	color: #fff
}

.c--gray {
	color: #6b737b
}

.c--blue {
	color: blue
}

.c--green {
	color: #40bf57
}

.c--yellow {
	color: #fd0
}

.c--orange {
	color: #f70
}

.c--red {
	color: red
}

.c--purple {
	color: #9320df
}

.c--gray-lighter {
	color: #e4e6e7
}

.c--gray-light {
	color: #bbbfc4
}

.c--gray-dark {
	color: #181a1b
}

.c--gray-darker {
	color: #3b4044
}

html {
	font-size: 18px
}

body {
	color: #272932; 
	background-color: #ffffff;
	font-size: 18px;
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, arial, sans-serif;
	line-height: 1.5;
	font-feature-settings: 'kern';
	font-kerning: normal
}



a {
	color: #9a031e; 
	text-decoration: underline;
}

a:hover {
	color: #586f7c; 
}

p {
	margin-bottom: 1rem
}

pre {
	font-family: menlo, monaco, consolas, liberation mono, courier new, monospace;
	font-size: .9em;
	line-height: 1.35
}

.t--family-sans {
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, arial, sans-serif
}

.t--family-serif {
	font-family:  Source Serif Pro, palatino linotype,Palatino,Palladio,urw palladio l,book antiqua,Baskerville,bookman old style,bitstream charter,nimbus roman no9 l,Garamond,apple garamond,itc garamond narrow,new century schoolbook,century schoolbook,century schoolbook l,Georgia,serif;
}

.t--family-mono {
	font-family: menlo, monaco, consolas, liberation mono, courier new, monospace
}

.t--size-xxl {
	font-size: 3rem
}

.t--size-xl {
	font-size: 1.6rem
}

.t--size-l {
	font-size: 1.4rem
}

.t--size-m {
	font-size: 1rem
}

.t--size-s {
	font-size: .75rem
}

.t--weight-black {
	font-weight: 900
}

.t--weight-bold {
	font-weight: 700
}

.t--weight-normal {
	font-weight: 400
}

.t--weight-light {
	font-weight: 300
}

.t--leading-normal {
	line-height: 1.5
}

.t--leading-small {
	line-height: 1
}

.t--tracking-tight {
	letter-spacing: -.5px
}

.t--align-left {
	text-align: left
}

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

.t--align-right {
	text-align: right
}

.t--decoration-none {
	text-decoration: none
}

@media(max-width:1024px) {
	.t--size-xxl {
		font-size: 2.25rem
	}
	.t--size-xl {
		font-size: 1.35rem
	}
}

.post p,
.post ol,
.post ul {
	font-size: 1.2rem;
	font-family: Source Serif Pro, serif;
}

@media(max-width:1024px) {
	.post p,
	.post ol,
	.post ul {
		font-size: 1rem
	}
}

.post p+h1,
.post p+h2,
.post p+h3,
.post p+h4,
.post ul+h1,
.post ul+h2,
.post ul+h3,
.post ul+h4,
.post li+h1,
.post li+h2,
.post li+h3,
.post li+h4 {
	margin-top: 2em
}

.post h1+p,
.post h2+p,
.post h3+p,
.post h4+p,
.post h1+ul,
.post h2+ul,
.post h3+ul,
.post h4+ul,
.post h1+figure,
.post h2+figure,
.post h3+figure,
.post h4+figure {
	margin-top: 1em
}

.post h1,
.post h2,
.post h3,
.post h4 {
	margin-top: .5em;
	line-height: 1.1em;
	margin-bottom: .5em;
	font-family: Source Serif Pro, serif;
	color: #3b4044
}

.post h1 {
	font-size: 3rem
}

.post h2 {
	font-size: 1.8rem
}

.post h3 {
	font-weight: 700;
	font-size: 1.25em
}

.post h4 {
	font-size: 1.25em;
	color: #6b737b
}

.post blockquote {
	margin: 2em 0;
	padding-left: 1em;
	color: #3b4044
}

.post blockquote p {
	font-size: 1.4em;
	line-height: 1.4em
}

.post sup {
	line-height: 1
}

.post table {
	width: 100%;
	table-layout: auto;
	margin: 1.5em 0
}

.post thead {
	border-bottom: 1px solid #bbbfc4
}

.post th {
	font-weight: 400;
	color: #6b737b;
	text-align: left
}

.post td,
.post th {
	padding: 0
}

.footnote {
	font-size: .75rem;
	padding: 0 .125rem;
	text-decoration: none;
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, arial, sans-serif;
	color: blue
}

.footnote:hover {
	text-decoration: underline
}

.footnotes {
	margin: 5rem 0;
	color: #6b737b
}

.footnotes p {
	font-size: 1rem;
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, arial, sans-serif
}

.footnotes a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.footnotes::before {
	display: block;
	margin-bottom: 1em;
	content: "Footnotes:"
}

.footnotes ol {
	padding: 0
}

@media(max-width:1024px) {
	.footnotes ol {
		padding-left: .5em
	}
}

.footnotes li {
	list-style: decimal;
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, arial, sans-serif;
	font-size: 1rem
}

.footnotes li:target {
	background-color: #fbf5f3
}

.l--container {
	margin: 0 7rem;
	max-width: 42rem;
	width: 100%
}

.l--row {
	display: flex;
	flex-flow: row;
	align-items: stretch;
	justify-content: center;
	padding: 0 1%
}

.l--col-auto {
	flex: 1;
	margin: 0 1%
}

.l--col-1 {
	flex: 0 0 6.3333333333%;
	margin: 0 1%
}

.l--col-2 {
	flex: 0 0 14.6666666667%;
	margin: 0 1%
}

.l--col-3 {
	flex: 0 0 23%;
	margin: 0 1%
}

.l--col-4 {
	flex: 0 0 31.3333333333%;
	margin: 0 1%
}

.l--col-5 {
	flex: 0 0 39.6666666667%;
	margin: 0 1%
}

.l--col-6 {
	flex: 0 0 48%;
	margin: 0 1%
}

.l--col-7 {
	flex: 0 0 56.3333333333%;
	margin: 0 1%
}

.l--col-8 {
	flex: 0 0 64.6666666667%;
	margin: 0 1%
}

.l--col-9 {
	flex: 0 0 73%;
	margin: 0 1%
}

.l--col-10 {
	flex: 0 0 81.3333333333%;
	margin: 0 1%
}

.l--col-11 {
	flex: 0 0 89.6666666667%;
	margin: 0 1%
}

.l--col-12 {
	flex: 0 0 98%;
	margin: 0 1%
}

.l--pad-l {
	padding: 7rem
}

.l--pad-m {
	padding: 3.5rem
}

.l--pad-s {
	padding: 1rem
}

.l--pad-top-l {
	padding-top: 7rem
}

.l--pad-top-m {
	padding-top: 3.5rem
}

.l--pad-top-s {
	padding-top: 1rem
}

.l--pad-right-l {
	padding-right: 7rem
}

.l--pad-right-m {
	padding-right: 3.5rem
}

.l--pad-right-s {
	padding-right: 1rem
}

.l--pad-btm-l {
	padding-bottom: 7rem
}

.l--pad-btm-m {
	padding-bottom: 3.5rem
}

.l--pad-btm-s {
	padding-bottom: 1rem
}

.l--pad-left-l {
	padding-left: 7rem
}

.l--pad-left-m {
	padding-left: 3.5rem
}

.l--pad-left-s {
	padding-left: 1rem
}

.l--mar-l {
	margin: 7rem
}

.l--mar-m {
	margin: 3.5rem
}

.l--mar-s {
	margin: 1rem
}

.l--mar-top-l {
	margin-top: 7rem
}

.l--mar-top-m {
	margin-top: 3.5rem
}

.l--mar-top-s {
	margin-top: 1rem
}

.l--mar-right-l {
	margin-right: 7rem
}

.l--mar-right-m {
	margin-right: 3.5rem
}

.l--mar-right-s {
	margin-right: 1rem
}

.l--mar-btm-l {
	margin-bottom: 7rem
}

.l--mar-btm-m {
	margin-bottom: 1.9rem
}

.l--mar-btm-s {
	margin-bottom: 1rem
}

.l--mar-left-l {
	margin-left: 7rem
}

.l--mar-left-m {
	margin-left: 3.5rem
}

.l--mar-left-s {
	margin-left: 1rem
}

img {
	max-width: 100%;
	height: auto
}

@media(max-width:1024px) {
	.l--container {
		max-width: 100%;
		margin: 0;
		padding: 0 1rem
	}
	table {
		width: 100%
	}
	td {
		display: table-row;
		text-overflow: wrap
	}
}

.highlight {
	border-radius: .25rem
}

pre.highlight {
	padding: 1rem
}

.highlight .hll {
	background-color: #ffc
}

.highlight {
	background: #f0f3f3
}

.highlight .c {
	color: #09f;
	font-style: italic
}

.highlight .err {
	color: #a00;
	background-color: #faa
}

.highlight .k {
	color: #069;
	font-weight: 700
}

.highlight .o {
	color: #555
}

.highlight .ch {
	color: #09f;
	font-style: italic
}

/* For the Timeline layout */
.timeline {
  position: relative;
  border-left: 2px solid #e4e6e7; 
  margin-left: 0.5rem;
  padding-left: 1.5rem;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-marker {
  position: absolute;
  top: 0.3rem;
  left: -1.85rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  border: 2px solid #2b2d42; 
  border-radius: 50%;
}

.timeline-content h4 {
  margin-top: 0;
  color: #2b2d42;
}
/* For the Skills layout */
.skills-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}

.skill-category h4 {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #f0f3f3;
  padding-bottom: 0.25rem;
  display: inline-block;
}

.skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill-list li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
  font-size: 0.95rem;
  color: #586f7c;
  margin-bottom: 0.3rem;
  line-height: 1.4;
}