:root {
  --header-font-family: "Computer Modern Sans";
  --body-font-family: "Computer Modern Sans"
}


body {
  font-family: var(--body-font-family), 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 1in auto 1in auto;
  width: min(35em, calc(100% - 35px));
  line-height: 1.35;
}

h1 {
  font-size: 3em;
}

p {
  font-size: 1.3em;
}

.links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.links li {
  margin: 3pt;
  font-size: 14pt;
  flex: 0 1 auto;
}

a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a label {
  margin-left: 4pt;
  text-decoration: underline;
  position: relative;
  top: 2px;

}

a label:hover {
  cursor: pointer;
}

li::marker {
  content: "";
}

a img {
  width: 30px;
}

.fa-paperclip {
  font-size: 1.2em;
  color: black;
} 

.linkedin-img {
  filter: grayscale(100%) contrast(250%);
}