@font-face {
	font-family: livvic;
	src: url(livvic/Livvic-Medium.ttf);
}

:root {
	font-family: livvic;
	height: 100%;
	width: 100%;
	/*--accent: #f15a29;*/
	/*--accent: #7aaf18;*/
	--accent: hsl(80, 80%, 45%);
}

body {
	background-color: #112;
	color: white;
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

a {
	color: var(--accent);
	text-decoration: underline;
	cursor: pointer;
}

li {
	font-size: 1.2rem;
	margin-bottom: 0.25em;
}

ul:not(.reverse) > li:last-child,
ol > li:last-child {
	margin-bottom: initial;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 0.25em;
	width: 100%;
	text-align: center;
}

h2 {
	font-size: 2rem;
	margin-bottom: 0.25em;
	width: 100%;
	text-align: center;
}

h3 {
	margin-top: 2em;
	font-size: 1.5rem;
	margin-left: 1em;
}

p {
	margin-left: 1em;
	margin-right: 1em;
}

ul {
	margin-left: 1em;
}

div.navbar {
	background-color: #0000;
	min-width: max-content;
	display: flex;
	align-items: center;
}

div.navbar > * {
	height: 2rem;
}

div.navbar > a,
div.navbar > span {
	color: white;
	padding-top: 0.25em;
	padding-bottom: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-decoration: none;
	font-size: 1.25rem;
	height: 2rem;
}

div.navbar > span {
	text-decoration: underline;
}

div.navbar > span.arrow {
	text-decoration: none;
	font-size: 1.35em;
	margin: 0;
	padding: 0;
}

div.content-wrap {
	overflow: auto;
	flex-grow: 1;
	flex-shrink: 1;
}

div.navbar-wrap {
	overflow-x: auto;
	width: 100%;
	background-color: var(--accent);
	flex-shrink: 0;
	flex-grow: 0;
}

code {
	font-family: monospace;
	background-color: #334;
	font-size: 0.8em;
	padding: 0.25em;
	border-radius: 0.25em;
}

::-moz-selection {
	background: var(--accent);
	color: black;
}

::selection {
	background: var(--accent);
	color: black;
}

button.code-copy-button {
	background-color: var(--accent);
	color: white;
	border: none;
	border-radius: 0.25em;
	padding: 0.25em;
	font-size: 0.8em;
	cursor: pointer;
	margin-left: 0.25em;
}

button:not(.code-copy-button) {
	margin-top: 0.5em;
	margin-bottom: 0em;
	width: 150px;
	align-self: center;
	height: 40px;
	background-color: var(--accent);
	color: white;
	border: none;
	border-radius: 0.5em;
	font-size: 20px;
	cursor: pointer;
}

table {
	margin-left: 1em;
}
