.nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: .5rem;
}

.share-circle {
  display: inline-block;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}

.sticky-share {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 100;
}

.text-shadow {
  text-shadow: 1px 1px 1px #c0c0c0;
}

article.content, article.content p {color: #000; font-family: Georgia, Cambria, "Times New Roman", Times, serif; font-size: 1.1em; line-height: 2em; word-break: break-all;}
