@font-face {
	font-family: "quent";
	src: url('/fonts/QuentinEFMedium.ttf');
	font-display: block;
}

@font-face {
	font-family: "souv";
	src: url('/fonts/Souvenir.ttf');
	font-weight: normal;
	font-display: block;
}
@font-face {
	font-family: "souv";
	src: url('/fonts/SouvenirB.ttf');
	font-weight: bold;
	font-display: block;
}

html {
	max-width: 900px;
	margin: 0 auto;
	background-color: white;
	font-family: "souv";
}

nav {
	text-align: center;
}

nav a:active, nav a:visited, nav a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "souv";
	font-weight: bold;
	text-transform: uppercase;
}

footer p {
	font-family: "souv";
	font-weight: medium;
	font-size: 80%;
	text-align: right;
}

div.logo {
	text-align: center;
}

.logo-text {
	font-family: "quent";
	font-size: 500%;
	text-align: center;
	margin: auto;
}

.sub-logo {
	font-weight: bold;
	font-size: 175%;
}

div.highlight {
}

div.highlight pre {
	border: 1px solid black;
	padding-left: 2ch;
	padding-right: 3ch;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.index {
	margin: auto;
}

ul.toc {
    max-width: 60em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    color: RoyalBlue;
}

ul.toc a:visited, ul.toc a:link {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: RoyalBlue;
}

ul.toc li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 }

 ul.toc li div {
	 padding: 1em;
	 text-align: justify;
 }

 ul.toc span:first-child {
    padding-right: 0.33em;
    background: white;

}

ul.toc span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
}

table {
	border-spacing: 2em 0;
}

th {
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	border-bottom: solid 2px;
	font-weight: normal;
}
