* {
  /* border: 2px dotted black; */
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

body {
  background-color: #fffffa;
  font-size: 133%;
  font-family: "EB Garamond", serif;
}

hr {
  margin-top: -.33rem;
  margin-bottom: 1rem;
  border-top: 4px double #a3a3a3;
}

a {
  color: #8f0000;
}

a:hover, a:active, a:visited {
  color: #8f0000;
  text-decoration: underline;
}

.container {
  margin-top: 3.6%;
  margin-bottom: 2%;
}

/* name */
.header {
  font-size: 1.67em;
  font-weight: 700;
  font-family: 'Gentium Basic', 'Palatino', 'Garamond', 'Times';
  margin: -10px 0;
}

.unicode {
  display: inline-block;
  font-size: 1.48rem;
  font-family: "IBM Plex Sans", Icons;
  font-style: normal;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.unicode a {
  color: #333333;
}

/* social links base */
.contact {
  line-height: 2em;
}

.content-row i {
  padding: 0.5%;
  color: #8f0000;
}

.content-row {
  margin-top: 1.1em;
}

.content-col {
  padding: 0;
  font-size: 1.67em;
}

.content-inner-row {
  margin-bottom: .75em;
}

/* bio */
.about-content-div {
  font-size: 1.67em;
  margin-bottom: 0em;
  text-align: justify;
}

.about-content-div p {
  margin-bottom: 1.01em;
}

.pgp-fingerprint {
  font-family: 'IBM Plex Sans', Icons;
  font-size: 77%;
}

@media(hover:hover) {
  .paper-button:hover {
    color: #fffff8 !important;
    background-color: #8f0000 !important;
    text-decoration: none;
  }

}

@media(hover:none) {
  .paper-button a, .paper-button a:hover {
    color: #fffff8 !important;
    background-color: #8f0000 !important;
    text-decoration: none !important;
  }

}

@media(max-width:767px) {
  .header {
    font-size: 1.43em;
  }

  .unicode {
    font-size: 1rem;
  }

  .contact {
    line-height: 1.8em;
  }

  .content-col {
    padding: 0;
    font-size: 1.43em;
}

  .about-content-div {
    font-size: 1.43em;
  }

  .header-row {
    font-size: 0.85em;
  }

  .header-right {
    text-align: left;
  }

  .header-right a {
    padding: 3%;
    padding-left: 0;
  }

  .social-links {
    margin: 0;
  }

  @media(max-width:370px) {

    .img-xs {
      display: none;
    }

    .hidden-xxs {
      display: none;
    }
  }
}
