h1 {
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: normal;
  color: black;
}

p {font-size: 1rem;
  font-family: sans-serif;
  font-weight: normal;
  color: black;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #808080;
  text-decoration: none;
}

a.image-link {
  display: inline-block;
  line-height: 0;
}

a.image-link img {
  display: block;
  transition: opacity 0.25s ease;
}

a.image-link:hover img {
  opacity: 0.85;
}

.portfolio-icon {
  width: 300px;
  max-width: 80%;
  height: auto;
}
