li {
	font-size: 16px;
}
.toolbar-item {
	margin: 0px 3px;
}
code.code {
	padding: 3px 0 0 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre * {
	font-family: Sono !important;
}
pre.code {
	-moz-box-shadow: rgba(255,255,255,.1) 0 1px 0,rgba(0,0,0,.8) 0 1px 7px 0 inset;
	-webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0,rgba(0,0,0,.8) 0 1px 7px 0 inset;
	box-shadow: rgba(255,255,255,.1) 0 1px 0,rgba(0,0,0,.8) 0 1px 7px 0 inset;
}
.code {
	font-family: Sono !important;
}
code {
	white-space: pre;
	font-family: Sono;
	-moz-box-shadow: rgba(255,255,255,.1) 0 1px 0,rgba(0,0,0,.8) 0 1px 7px 0 inset;
	-webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0,rgba(0,0,0,.8) 0 1px 7px 0 inset;
	box-shadow: rgba(255,255,255,.1) 0 1px 0,rgba(0,0,0,.8) 0 1px 7px 0 inset;
	background: #272822;
	font-size: 16px;
	padding: 2px 5px;
}
article p {
	font-size: 20px;
	overflow-y: auto;
	line-height: 25px;
}
article h4 {
	font-size: 2em;
	text-decoration: underline;
}
article h3 {
	font-size: 2em;
	text-decoration: underline;
}
article h2 {
	font-size: 2.5em;
	text-decoration: underline;
}
article h1 {
	text-aligh: center;
	font-size: 3em;
}
article {
	text-align: left;
	padding: 0px 10px;
}
.toggle_game {
	margin-left: 30px;
}
.game_placeholder {
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	-moz-box-shadow: 1px 1px 10px 4px black;
	-webkit-box-shadow: 1px 1px 10px 4px black;
	box-shadow: 1px 1px 10px 4px black;
	margin: 25px 25px 15px 20px;
	overflow: hidden;
	background-color: black;
	color: lightblue;
	padding-bottom: 4px;
}
.game_container {
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	-moz-box-shadow: 1px 1px 10px 4px black;
	-webkit-box-shadow: 1px 1px 10px 4px black;
	box-shadow: 1px 1px 10px 4px black;
	margin: 25px 25px 15px 20px;
	overflow: hidden;
	background-color: black;
}
.iframe_item {
	flex-grow: 1;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
.iframe_container {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.window-body {
	min-width: 220px;
	min-height: 220px;
	font-family: Meleo;
	font-size: 16px;
	margin-right: 4px;
	margin-bottom: 2px;
	padding-bottom: 10px;
	resize: both;
	overflow: auto;
	width: 500px;
	height: 600px;
}
.window {
	flex-grow: 0;
	position: fixed;
}
.title-bar {
	cursor: move;
}
.window_handler {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: space-around;
	gap: 20px 20px;
}
img.rodeo {
	user-select: none;
	position: fixed;
	z-index: -1;
	left: 100px;
	top: 100px;
	width: 300px;
}
a.article_link:visited {
	color: #9061c3;
	text-decoration: underline;
}
a.title:visited {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #9061c3;
	text-decoration: underline;
}
a.article_link:hover {
	color: #8b1d30;
	text-decoration: underline;
	cursor: pointer;
}
a.title:hover {
	color: #247db3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #8b1d30;
	text-decoration: underline;
	cursor: pointer;
}
a.article_link {
	color: #247db3;
	text-decoration: underline;
}
a.title {
	color: white;
	text-decoration: none;
	font-family: MeleoItalic;
	font-weight: 500;
}
a {
	color: #247db3;
	text-decoration: underline;
}
a.article_link {
	display: block;
	text-shadow: 2px 2px black;
	padding: 0px 10px;
}
a h2 {
	font-size: 2.7em;
	font-family: Meleo;
	font-weight: 500;
	position: relative;
	display: inline;
	height: 100%;
	margin: 0px;
}
.center_article_links {
	text-align: center;
	margin: 0px 20px;
}
.link_background {
	display: inline;
	padding: 10px 10px;
}
.article_links {
	display: inline-flex;
	flex: 0 1 auto;
	flex-direction: column;
	background-color: rgba(32,32,32,1);
	gap: 15px;
	padding: 15px;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	text-align: center;
	margin-top: 50px;
	max-width: 700px;
	margin-bottom: 25px;
}
.titlebar_contain {
	height: 100px;
	background: inherit;
	position: fixed;
	background-color: white;
}
.header_link {
	font-family: Meleo;
	font-size: 2em;
	color: white;
	margin: auto;
	margin-top: 5px;
	margin-left: 50px;
	text-shadow: 2px 2px black;
	font-size: 32px;
}
header h1 {
	font-size: 5rem;
}
h1.title {
	font-family: MeleoItalic;
	font-weight: 500;
	color: white;
	margin: auto;
}
h1 {
	margin-top: 5px;
}
header {
	position: absolute;
	display: flex;
	flex-direction: column;
	margin: 25px 35px;
	margin-bottom: 125px;
	text-shadow: 2px 2px black;
	user-select: none;
	padding: 15px;
	border-style: solid;
	border-width: 3px;
	border-color: black;
	background-color: rgba(0,0,0,0.65);
	float: left;
}
.fake_header {
	visibility: hidden;
	width: 575px;
	height: 340px;
	float: left;
}
.title-bar-text {
	font-family: Meleo;
	font-weight: 500;
	font-size: 16px;
	user-select: none;
}
.left_background_bar_shadow_two {
	-moz-box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 5px 5px 5px black;
	box-shadow: 5px 5px 5px black;
}
.left_background_bar_shadow {
	-moz-box-shadow: 5px -5px 5px black;
	-webkit-box-shadow: 5px -5px 5px black;
	box-shadow: 5px -5px 5px black;
}
.right_background_bar_shadow {
	-moz-box-shadow: -5px 5px 5px black;
	-webkit-box-shadow: -5px 5px 5px black;
	box-shadow: -5px 5px 5px black;
}
.right_background_bar {
	width: 100%;
	height: 700px;
	left: 575px;
	top: 0;
	position: fixed;
	background-color: #b2b4b3;
	z-index: -2;
}
.left_background_bar {
	width: 575px;
	bottom: 0;
	left: 0;
	top: 500px;
	position: fixed;
	background-color: #8b1d30;
	z-index: -2;
}
body {
	font-family: Meleo;
	margin: 0;
	background-color: #1f1f1f;
	background-repeat: repeat;
	overflow-y: scroll;
	height: 100%;
}
html {
	margin: 0;
}
@media (min-width: 1332px) {
	header {
		position: fixed;
	}
	}
