/* The resume is the PDF itself, shown as a page image so it reads as a
   clean sheet of paper with no viewer toolbar, scroll bar or zoom
   controls. The image and the link below it both download
   Gabriella_Baris_Resume.pdf. Rendered from that PDF at 2.6x for
   sharpness on retina screens; re-render it whenever the PDF changes. */

.resume-doc {
  max-width: 800px;
  margin: 0 auto;
}

.resume-page {
  display: block;
  border: none;
}

.resume-page img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.resume-download {
  margin: 1.6em 0 0;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
}

.resume-download a {
  color: #4a494a;
  text-decoration: none;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: .3em;
}

.resume-download a:hover {
  color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}
