/* Sans-serif fonts include Arial, Helvetica, Verdana, Trebuchet MS, and Gill Sans
- Calibri is a humanist sans-serif typeface family designed by Lucas de bg51.gif.
  In Microsoft Office 2007, it replaced Times New Roman as the default typeface in Word and
  replaced Arial as the default in PowerPoint, Excel, Outlook, and WordPad.
- Trebuchet MS is a humanist sans-serif typeface that Vincent Connare designed for Microsoft
  Corporation in 1996. It is named after the trebuchet, a medieval siege engine.
- Georgia is a serif typeface designed in 1993 by Matthew Carter and hinted by Tom Rickner
  for the Microsoft Corporation. It was intended as a serif typeface that would appear
  elegant but legible when printed small or on low-resolution screens.
- Helvetica is a widely used sans-serif typeface developed in 1957 by Swiss typeface designer
  Max Miedinger and Eduard Hoffmann. Helvetica is a neo-grotesque design, one influenced by
  the famous 19th century typeface Akzidenz-Grotesk and other German and Swiss designs.
- Gill Sans is a humanist sans-serif typeface designed by Eric Gill and released by the British
branch of Monotype from 1928 onwards. Gill Sans is based on Edward Johnston's 1916 "Underground
Alphabet", the corporate font of London Underground.

font-family: Calibri, "Trebuchet MS", Arial, Georgia, "Times New Roman", Helvetica, sans-serif;
*/

.greyedout {
    color: #202124;
}

.oldschool {
    font-family: 'NEW YORK','MS SERIF',HELVETICA,'ARIAL NARROW',ARIAL,GOODFELLOW;
}

.decorative_typeface {
    font-family: "Burton's Nightmare",Goodfellow,Creepygirl,Morpheus,Dauphin,arial,helvetica;
}

.trajan {
    font-family: Trajan, "Burton's Nightmare", Goodfellow, Morpheus, Creepygirl, Dauphin, 'Times New Roman', arial, helvetica;
}

.TT {
    font-family: "courier new","Lucida Console",courier,consolas,monospace;
}

/* Font Classes (start) */

/*
These 30 text sizes could be consolidated into 6 text styles.

Refer to
https://websemantics.uk/tools/font-size-conversion-pixel-point-em-rem-percent/
https://weboverhauls.github.io/conversion-table/
*/

/* Relative Font Sizes (begin) */


.xsmall {
    font-size: .6rem; /* small */
    font-family: 'new york','ms serif',helvetica,'arial narrow',arial,geneva,goodfellow;
}

.smaller {
    font-size: .7rem; /* small */
    font-family: 'new york','ms serif',helvetica,'arial narrow',arial,geneva,goodfellow;
    /* font_small replaces <font size="-1"> */
}

/* used in psychopathia sexualis (start) */
.fss {
    font-size: 75%;
}
sup {
    vertical-align: top;
}
/* used in psychopathia sexualis (end) */


sup,
.pt10,
.px13,
.percent80,
.small {
    font-size: .8rem; /* small */
    font-family: 'new york','ms serif',helvetica,'arial narrow',arial,geneva,goodfellow;
    /* font_small replaces <font size="-1"> */
}


#pg-footer div.agate {
    font-size: .9REM; /* font-size: 90%; */
}


.pt12,
.px16,
.percent100,
.medium {
    font-size: 1REM; /* medium */
}

.pt13-5,
.px18,
.percent112-5
.large {
    font-size: 1.125rem;
}

/* For psychopathia_sexualis */
#pg-header-heading,
#pg-footer-heading {
    font-size: 1.2rem;
}

.pt18,
.px24,
.percent150,
.xlarge,
.x-large {
    font-size: 1.50rem;
}

.pt24,
.px32,
.percent200,
.xx-large {
    font-size: 2rem;
}

.larger {
    font-size: larger;
}

/* Relative Font Sizes (end) */

/* Fixed Font Sizes */

/* Formated "Semantic" Font Classes */

.sc,
p.smallcaps {
    font-variant: small-caps;
}

/* under is from psychopathia_sexualis.css */
.under {
    text-decoration: underline
}

.byline {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-family: "Burton's Nightmare", Goodfellow, Creepygirl, Morpheus, Dauphin, "Times New Roman", Caligula, "University Roman", Stonehenge, Signature, Village, Zodiac, Coronet, "Matura MT Script Capitals", arial, helvetica;
}

.subtitle,
.subheader,
.subhead {
    font-family: "Burton's Nightmare", Goodfellow, Morpheus, Dauphin, "Times New Roman", arial, helvetica;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.blurb {
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
}

.signature {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Burton's Nightmare", Goodfellow, Creepygirl, Morpheus, Caligula, Stonehenge, Village, Zodiac, Coronet,
Dauphin, "University Roman", Signature, "Matura MT Script Capitals", "Times New Roman", arial, helvetica;
}

.omen {
    color: #666666;
}

/* Font Classes (end) */