@font-face {
font-family: 'Linguistics_Pro';
src: url('subset-LinguisticsPro-Regular.woff2') format('woff2'),
url('subset-LinguisticsPro-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

body {
background-color: white;
color: #333333;
font-family: ibm_plex_sansregular, sans-serif;
text-align: justify;
}

a, .nb a:hover, .tip a:hover {
background-color: transparent;
color: black;
border-bottom: 2px solid #999999;
}

nav a, .fwd a {
background-color: #999999;
color: white;
border-bottom: 0;
}

a:hover {
background-color: #dd0000;
color: white;
border-color: transparent;
}

article {
max-width: 600px;
font-size: 17px;
line-height: 27px;
border-left: 200px solid #660000;
}

#fix {
position: fixed;
margin: -20px 0 0 -200px;
}

nav, .fwd {
padding-top: 10px;
margin-left: 20px;
}

nav a {
float: left;
width: 50%;
}

.fwd a {float: right;}

h1, h2 {
font-family: Linguistics_Pro, serif;
background-color: white;
color: #660000;
font-weight: normal;
text-align: left;
}

h1 {
font-size: 36px;
line-height: 43px;
margin: 20px 20px 0 20px;
}

h2 {
font-size: 24px;
line-height: 29px;
margin: 5px 20px 0 20px;
}

p, aside {margin: 10px 20px 0 20px;}

footer, aside, .notesml, .notenorm, .notemed, .notebig {
font-size: 15px;
line-height: 24px;	
}

footer p {
text-align: left;
margin: 30px 20px 0 20px;
}

blockquote {margin: 5px 50px 0 50px;}

blockquote.topm, blockquote.red {margin-top: 10px;}

blockquote.red {
background-color: white;
color: #660000;
font-family: Linguistics_Pro, serif;
}

.spacer {margin-top: 7px;}

span.small {
font-size: 0.7em;
line-height: normal;
}

span.serifs {font-family: Linguistics_Pro, serif;}

.notesml, .notenorm, .notemed, .notebig, aside {
border: 2px solid #660000;
background-color: white;
color: #333333;
}

aside {padding: 7px 28px 10px 28px;}

.ender {
border-bottom: 20px solid #660000;
margin: 20px 0 60px 0;
}

@media screen and (max-width: 650px) {
#fix {display: none;}
article {border: none;}
}

@media screen and (max-width: 500px) {
nav, .fwd {margin-left: 0;}
nav a, .fwd a {
width: 100%;
margin-bottom: 10px;
}
h1, h2, p, aside, footer p {
margin-right: 10px;
margin-left: 10px;
}
blockquote {margin: 5px 40px 0 40px;}
h1 {font-size: 7.5vw;}
h2 {font-size: 6.5vw;}
}