* {
  font: unset;
  color: unset;
  background-color: unset;
  text-decoration-line: unset;
  text-decoration-thickness: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: inherit;
}

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

button {
  background-color: transparent;
  cursor: pointer;
}

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

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

img {
  object-fit: cover;
}

svg {
  display: inline;
  height: 1em;
}

dialog {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

html {
  --edge-inset: 25px;
  font-family: "Fira Code", monospace, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@media (min-width: 750px) {
  html {
    --edge-inset: 50px;
  }
}

i {
  font-style: italic;
}

b {
  font-weight: bold;
}

/* Make footer always at bottom, even if not enough vertical content. */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a.skip-to-content {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  background-color: #fff;
  border: 2px dashed #000;
  padding: 0.5em;
}
a.skip-to-content:focus {
  transform: translateY(0);
}

a {
  text-decoration: underline;
}

body > header {
  font-size: 1.5em;
  font-weight: 700;
  margin-left: var(--edge-inset);
  margin-right: var(--edge-inset);
  padding-top: 40px;
  padding-bottom: 40px;
}
body > header a {
  text-decoration: none;
}

footer {
  font-size: 0.8em;
  font-weight: 300;
  margin-left: var(--edge-inset);
  margin-right: var(--edge-inset);
  padding-top: 10px;
  padding-bottom: 40px;
}
footer hr {
  border-top: 1px solid #000;
  padding-bottom: 20px;
}
footer div.row p {
  padding-bottom: 2em;
}
footer div.row p.linkedin a {
  text-decoration: underline;
}
footer div.row p.linkedin::before {
  content: "See my:";
}
footer div.row span > span:nth-child(2) {
  display: none;
}
@media (min-width: 750px) {
  footer div.row {
    display: flex;
    flex-direction: row;
    padding-bottom: 2em;
  }
  footer div.row p {
    padding-bottom: 0;
  }
  footer div.row p.linkedin {
    margin-left: 3em;
  }
}

figure > img {
  width: 100%;
}
figure figcaption {
  color: #444;
  font-size: 0.8em;
  font-weight: 300;
  font-style: italic;
  padding-top: 0.5em;
}

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