.rdng {
  font-size: min(max(1rem, 300px), 24vw) !important;
}

.p {
  font-family: 'Helvetica Neue', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond,
  "Times New Roman", serif !important;
  font-weight: normal !important;
}

.navbar-brand{
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond,
  "Times New Roman", serif !important;
  font-size: x-large !important;
}

.nav-link{
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond,
  "Times New Roman", serif !important;
  font-size: larger !important;
}

.metatext{
  color: grey !important;
  font-size: smaller;
}

a {
  color: black !important;
}

pre {
    overflow-x: auto !important;
    white-space: pre-wrap !important;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap !important;      /* Opera 4-6 */
    white-space: -o-pre-wrap !important;    /* Opera 7 */
    word-wrap: break-word !important;       /* Internet Explorer 5.5+ */
    font-family: inherit;
    font-size: inherit;
}

img {
  max-width: 100% !important;
  height: auto !important;
}
