section,
article {
  position: relative;
  line-height: 1.75;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
}

a,
a:visited {
  color: rgb(39, 71, 140);
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

a#title {
  color: #333;
}

article {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #333;
}

h2 {
  color: #666;
  font-weight: 400;
  margin: 2rem 0;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #666;
  margin: 1rem auto;
}

h3 {
  margin-top: 2rem;
  line-height: 1.25;
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

.period {
  color: #999;
  margin-top: -1.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
}

div:hover .period {
  color: #666;
}

section#heading h1 {
  margin-bottom: 0;
}
section#heading h3 {
  margin-top: 0;
  font-weight: 400;
}

section#education h4 {
  margin-bottom: 0;
}
section#education p {
  margin-top: 0;
}

#hkw {
  display: block;
  height: 0;
  overflow: hidden;
  color: var(--body-background-color);
  user-select: none;
}

@media print {
  .print-padding {
    padding: 10mm 20mm;
  }

  .break-page {
    page-break-before: always;
    padding-top: 10mm;
  }
}
