@font-face {
  font-family: Hershey;
  src: url(fonts/Hershey-Noailles-Futura-Simplex-Regular.woff);
}

body {
  background: #ede8e4;
}

#text-container {
  color: #141312;
  margin: 10vh 35vw;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-family: Hershey, sans-serif;
}

img {
  width: 100%;
  border-radius: 2px;
  border: 2px solid #1c1716;
  box-shadow: 5px 5px 41px 11px rgba(0, 0, 0, 0.4);
}

figure {
  margin: 0 0 3vh;
}

figure > figcaption {
  font-size: 1rem;
  text-align: right;
  font-style: italic;
  opacity: 0.6;
}

@media only screen and (max-width: 1600px) {
  #text-container {
    margin: 10vh 20vw;
  }
}

@media only screen and (max-width: 800px) {
  #text-container {
    margin: 10vh 5vw;
  }
}

:root {
  --telescope-highlight: #95abe655;
  --telescope-highlight-hover: #95abe699;
  --telescope-text-color: #1f2021;
}

.signoff {
  font-size: 1em;
}

a {
  color: #0060b6;
  text-decoration: none;
}

a:hover {
  color: #00a0c6;
  text-decoration: none;
  cursor: pointer;
}
