h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  /* letter-spacing: 0.03rem; */
}

h1 {
  font-size: 3rem;
  line-height: 1;
  text-indent: -0.07em;
}

h2 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  /* font-style: italic; */
  line-height: 1.3;
  font-size: 1.3rem;
}

p {
  margin: 0 0 1rem;
  line-height: 1.15;
}

p:last-of-type {
  margin-bottom: 0;
}

p > span {
  text-decoration: underline;
  text-decoration-color: #666;
  cursor: help;
}

p strong {
  font-weight: 700;
}

body > header {
  padding: 1rem 0;
  border-bottom: 2px solid #231F20;
  margin-left: 14rem;
  margin-bottom: 2rem;
}
body > header > h3 {
  font-family: "adelle-mono", monospace;
  font-weight: 400;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}
body > header > h3 > small {
  font-family: "adelle-mono", monospace;
  font-weight: 400;
}

body > header > aside {
  font-family: lato, sans-serif;
  font-weight: 100;
  line-height: 1.5;
  /* font-style: italic; */
  font-size: 0.8rem;
  margin-top: 1rem;
}

body > section {
  display: flex;
  padding-bottom: 2rem;
}

body > section > h3 {
  width: 14rem;
  padding-right: 2rem;
  text-align: right;
  font-weight: 700;
  font-size: 1.1rem;
  /* text-transform: uppercase; */
}

body > section > div {
  flex: 1;
}

article {
  margin-bottom: 1rem;
}

article > h4 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 0.5rem;
}

article > h4 > span {
  display: block;
  font-family: "adelle-mono", monospace;
  font-weight: 400;
  /* font-style: italic; */
  font-size: 0.5em;
  margin-left: 0.5rem;
  letter-spacing: 0;
}

section#contracts article {
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed black;
}

section#other-contracts article {
  margin-bottom: 0.5rem;
}

section#other-contracts article h4 {
  margin-bottom: 0;
}

section#other-contracts article ul.skills {
  padding: 0.25rem 0;
}


.flex ul {
  column-count: 2;
  column-gap: 2rem;
  margin: 0;
  padding: 0 0 0 1.1rem;
  /* list-style: circle; */
}

.flex ul li {
  padding-bottom: 0.3rem;
}

ul.skills {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem 0 0;
  padding: 0.75rem 0;
  list-style: none;
  font-size: 0.7rem;
  font-family: "adelle-mono", monospace;
  font-weight: 400;
  letter-spacing: 0.0.5em;
}

ul.skills li {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  /* background-color: #222; */
  /* border: 1px solid black; */
  /* border-radius: 0.5rem; */
  color: black;
  /* padding: 0.125rem 0.66rem; */
  border-right: 1px solid black;
  padding-right: 0.66rem;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  color-adjust: exact !important;
}

ul.skills li:last-child {
  border-right: 0;
}

ul.skills::before {
  content: "->";
  padding-right: 0.33rem;
}

@media screen and (max-width: 60rem) {
  body > header {
    margin-left: 0;
  }
  body > section {
    flex-direction: column;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 2rem;
  }
  body > section > h3 {
    text-align: left;
    width: auto;
    padding-right: 0;
    margin-bottom: 1.25rem;
    font-size: 1.8rem;
  }
  article {
    margin-bottom: 2rem;
  }
}

@media print {
  html {
    font-size: 12px;
    display: block !important;
  }
  body {
    overflow: visible;
  }
  p > span {
    text-decoration: none;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  section article p {
    break-inside: avoid;
  }
  .hide-print {
    display: none;
  }
}

@media screen {
  .hide-screen {
    display: none;
  }
}
