@import url("https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600&family=Source+Sans+3:wght@300;400;500;600&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font: 15px/1.6 "Source Sans 3", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #1f1f1f;
  background-color: #fff;
}

h1,
h2,
h3 {
  font-family: "Newsreader", serif;
  font-weight: 500;
}

.body {
  margin: 3%;
  margin-top: 0;
}

h1 {
  margin-left: 0;
  text-align: left;
  font-size: 26pt;
  margin-block-end: 0;
  letter-spacing: 0.01em;
}

h2 {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.no_top_margin {
  margin-block-start: normal;
}

.muted {
  color: slategray;
}

img {
  width: 182px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

li {
  padding-left: 1em;
}

@media (min-width: 1000px) {
  .block {
    display: inline-block;
    margin: 1%;
  }

  img {
    width: 210px;
  }

  #left {
    width: 20%;
    max-width: 300px;
    min-width: 200px;
    justify-content: left;
    top: 0;
    vertical-align: top;
    position: fixed;
  }

  #right {
    width: 65%;
    margin-top: 0;
    margin-right: 10%;
    margin-left: 10%;
    float: right;
    display: inline-block;
  }

  .no_top_margin {
    margin-block-start: 0;
  }
}

ul {
  margin: 0;
}

a {
  color: #0074d9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #0074d9;
  border-radius: 8px;
}

.graylinks {
  cursor: pointer;
  color: slategray;
  background-color: white;
  text-decoration: none;
  padding: 2px 5px;
  margin-left: 20px;
  white-space: nowrap;
  border-radius: 10px;
  line-height: 210%;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.graylinks:hover {
  border: 2px solid slategray;
  padding: 2px 5px;
  background-color: transparent;
  color: slategray;
  text-decoration: none;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -5px;
}

.contact-links a {
  color: slategray;
  text-decoration: none;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.contact-links a:hover .email-text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.email-icon {
  font-size: 20px;
  margin-top: 2px;
  margin-right: 5px;
  user-select: none;
  pointer-events: none;
  font-weight: bold;
}

.cv-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nav-links {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
