@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: "Outfit", sans-serif;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 19px;
}

body {
  --text-color: #21212a;
  --line-color: rgba(0,0,32,0.4);
  --bg-color: #ffc524;
}
@media (prefers-color-scheme: dark) {
  body {
    --bg-color: #0a4059;
    --text-color: #ffe;
    --line-color: #ffe;
  }
}
@media (prefers-color-scheme: light) {
  body {
    --text-color: #21212a;
    --line-color: rgba(0,0,32,0.4);
    --bg-color: #ffc524;
  }
}
body:has(#scheme-toggle:checked) {
  --bg-color: #0a4059;
  --text-color: #ffe;
  --line-color: #ffe;
}
@media (prefers-color-scheme: dark) {
  body:has(#scheme-toggle:checked) {
    --text-color: #21212a;
    --line-color: rgba(0,0,32,0.4);
    --bg-color: #ffc524;
  }
}
@media (prefers-color-scheme: light) {
  body:has(#scheme-toggle:checked) {
    --bg-color: #0a4059;
    --text-color: #ffe;
    --line-color: #ffe;
  }
}

@media print {
  body {
    background-color: #fff;
    color: #000;
  }
}
div {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:focus-visible {
  border: 1px solid;
  margin: -1px -3px -2px -3px;
  padding: 0 2px 1px 2px;
}

@media print {
  a {
    text-decoration: none;
  }
}
p {
  padding: 0;
  margin: 16px 0 0 0;
}

.nowrap {
  white-space: nowrap;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li::before {
  font-weight: bold;
  content: "·  ";
}

li {
  margin-left: 24px;
  list-style: none;
  text-indent: -10px;
  padding-top: 3px;
}

@media print {
  li {
    padding: 3px 0;
  }
}
@media print {
  li li {
    padding: 2px 0;
  }
}
li > * {
  text-indent: initial;
}

img {
  display: block;
  box-sizing: border-box;
}

.nostyle-only {
  display: none;
}

.page-container {
  min-height: 100%;
  max-width: 608px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media print {
  .page-container {
    max-width: 100%;
    padding: 16px;
  }
}
.contact-container {
  margin-top: 16px;
  text-align: center;
}

@media print {
  .contact-container {
    margin-top: 0;
  }
}
h1.name {
  font-size: 19px;
}

div.contact-info {
  margin-top: 4px;
}

.contact-info a {
  text-decoration: none;
}

.phone, .website {
  display: none;
}

@media print {
  .phone, .website {
    display: initial;
  }
}
.navigation-container {
  margin-top: 16px;
  color: var(--bg-color);
  background-color: var(--text-color);
  display: flex;
  align-items: center;
}

@media print {
  .navigation-container {
    display: none;
  }
}
.navlist-container {
  margin: 2px 0 4px 0;
}

.inline-list {
  display: inline-block;
  text-transform: lowercase;
}

.inline-list li::before {
  content: "· ";
}

.nav-pad {
  flex-basis: 0;
  flex-grow: 1;
}

.nav-pad-right {
  text-align: right;
  line-height: 0;
}

#scheme-toggle-wrapper {
  display: inline-block;
  margin: 0 6px;
}
#scheme-toggle-wrapper label {
  font-size: 16px;
  user-select: none;
  cursor: pointer;
}

@media screen and (min-width: 352px) {
  .inline-list li:not([hidden]) {
    margin-left: 0;
    display: inline;
  }
  .inline-list li::before {
    content: none;
  }
  .inline-list > li:not([hidden]) ~ li::before {
    content: "· ";
  }
}
.navigation-list {
  white-space: nowrap;
}

.navigation-list a {
  text-decoration: none;
  text-transform: lowercase;
}

.noscript .navigation-list a {
  text-decoration: underline;
}

.navigation-list a.open {
  text-decoration: underline;
}

.content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.flex-pad-top {
  flex-grow: 1;
}

.flex-pad-bottom {
  flex-grow: 2.5;
}

.fallback-header-pad {
  height: 20px;
}

.fallback-header-container {
  padding-top: 20px;
}

h2.fallback-header {
  text-align: center;
  padding: 3px 0;
  font-size: 18px;
  color: var(--bg-color);
  background-color: var(--text-color);
}

@media print {
  .print-resume {
    margin-top: 6px;
  }
}
h3.resume-section,
h3.transcript-section {
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}

@media print {
  h3.resume-section {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
.resume-fill-line,
.transcript-fill-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-color), var(--line-color) 5px, transparent 5px, transparent 10px);
  margin-left: 4px;
}

.resume-list > li {
  margin-left: 8px;
  padding-top: 11px;
  text-indent: 0;
}

.resume-list > li::before {
  content: none;
}

.resume-list-with-bullets {
  padding-top: 8px;
}

.employer {
  font-weight: bold;
}

.jobtitle + ul {
  margin-top: -2px;
}

ul + .jobtitle {
  margin-top: 5px;
}

@media print {
  .no-orphan {
    white-space: nowrap;
  }
}
.transcript-explain {
  text-align: center;
  margin: 16px auto 0 auto;
  max-width: 336px;
}

.project-header-separator {
  margin-top: 16px;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-color), var(--line-color) 5px, transparent 5px, transparent 10px);
}

.project-title {
  margin-top: 16px;
  font-size: 18px;
  text-align: center;
}

.project-url {
  font-family: inherit;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

.project-pictures {
  text-align: center;
  line-height: 0;
  margin: 0 -8px;
}

.img-wrapper {
  display: inline-block;
  padding: 16px 8px 0 8px;
  max-width: 100%;
}

.img-directlink {
  display: inline-block;
}

.img-directlink:focus-visible {
  border: 1px solid;
  padding: 2px;
  margin: -3px;
}

.overlay-container {
  display: inline-block;
  position: relative;
}

.overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 256px;
}

.lightbox-source {
  border: 1px solid var(--text-color);
  height: auto;
  max-height: 192px;
  max-width: 100%;
  cursor: zoom-in;
}

.project-highlights {
  text-align: center;
}

.footer-container {
  margin-top: 16px;
  text-align: center;
}

@media print {
  .footer-container {
    display: none;
  }
}
.footer-separator {
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-color), var(--line-color) 5px, transparent 5px, transparent 10px);
}

.footer-content {
  padding: 5px 0;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 16px;
  cursor: zoom-out;
}

.lightbox-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-image[hidden] {
  display: none;
}

.page-container-404 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-404 {
  padding: 4px;
  text-align: center;
  border-top: 1px dashed var(--line-color);
  border-bottom: 1px dashed var(--line-color);
}
