div.M00nLogo {
	position: relative;
	padding: 80px 40px;
	width: 340px;
	margin-left: -170px; /* center the block: 0 - (width/2) */
	left: 50%;
	text-align: center;
	font-size: 40px;
}

.M00nLogoText {
	width: 300px;
	top: 170px; /* vertical offset */
	margin-left: -155px; /* center the block: 0 - [(width/2) + 5] */
	left: 50%;
	font-family: M00nFont, M00nFont_IE;
	font-size: 45px;
	text-align: center;
	color: #875485;
}

div.M00nLogo div.square {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.MootjaSummary {
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 30px;
	top: 400px; /* vertical offset */
	margin-left: -150px; /* center the block: 0 - (width/2) */
	left: 50%;
	font-family: 'JetBrains Mono';
	text-align: center;
	color: black;
}

.AboutText {
	width: 300px;
	top: 170px; /* vertical center */
	margin-left: -155px; /* center the block: 0 - [(width/2) + 5] */
	left: 50%;
	font-family: AboutFont, AboutFont_IE;
	font-size: 60px;
	text-align: center;
	color: black;
}

.StuffText {
	width: 300px;
	top: 170px; /* vertical offset */
	margin-left: -155px; /* center the block: 0 - [(width/2) + 5] */
	left: 50%;
	font-family: StuffFont;
	font-size: 60px;
	text-align: center;
	color: #e67e22;
}

/* -------------------------- Squares & Triangles --------------------------- */

.square {
	width: 200px;
	height: 200px;
}

.t1 {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 60px solid #564738;
	border-right: 60px solid transparent;
}

.t2 {
	position: absolute;
	top: 5px;
	left: 5px;
	border-top: 40px solid #110d03;
	border-right: 40px solid transparent;
}

.t3 {
	position: absolute;
	top: 11px;
	left: 11px;
	border-top: 20px solid #da9a23;
	border-right: 20px solid transparent;
}

/* ----------------------------- Links & Fonts ------------------------------ */

a:link {
	color: #000000;
	outline: none;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #a70206;
}
a:active {
	color: #ab0004;
}

.rev {
	color: #9e9b8f;
}

.err {
	color: #ef2d00;
}

.opt {
	color: #f79100;
}

.fix {
	color: #609000;
}

.dead {
	color: #0069fc;
}

.pull {
	color: #6327a6;
}

/*
 * Fuck internet explorer.
 */
@font-face {
	font-family: M00nFont_IE;
	src: url('e784556f7daea25770ed4cb34c8b9fdc.eot');
}
@font-face {
	font-family: AboutFont_IE;
	src: url('76062126cc1f125cc0714d2b164b36a2.eot');
}

@font-face {
	font-family: M00nFont;
	src: url('e784556f7daea25770ed4cb34c8b9fdc.ttf');
}
@font-face {
	font-family: AboutFont;
	src: url('76062126cc1f125cc0714d2b164b36a2.ttf');
}
@font-face {
	font-family: StuffFont;
	src: url('201fd612559c9e4d25a3f6a6fb7f7561.ttf');
}

/* ------------------------------ title-block ------------------------------- */

div.title-block {
	margin-bottom: 4px;
	width: 100%;
	text-align: center;
	clear: left;
	float: none;
}

h4.title-block-name-small {
	font-size: 12px;
	text-align: center;
}

h4.title-block-name-medium {
	font-size: 19px;
	text-align: center;
}

h4.title-block-name {
	font-size: 60px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0px;
}

p.title-block-date {
	margin: 0 0 1em 0em;
	text-align: center;
	font-size: 1em;
}

/* ------------------------------- index.html ------------------------------- */

div.enter {
	position: relative;
	padding: 80px 40px;
	width: 340px;
	margin-left: -170px; /* center the block: 0 - (width/2) */
	left: 50%;
	text-align: center;
}

div.enter a div {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

div.enter a:hover div.square {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* -------------------------------- opacity --------------------------------- */

#opacity div {
	opacity: 0.8; /* initial opacity */
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* IE8 */
	filter: alpha(opacity = 25); /* IE 5-7 */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#opacity a:hover div, #opacity a:focus div {
	opacity: 1.0; /* final opacity */
	-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
	filter: alpha(opacity = 90); /* IE 5-7 */
}

/* -------------------------------------------------------------------------- */

#Box {
	text-align: center;
	width: 100%;
}

#StuffBox {
	display: inline-block;
	margin: 4px;
	width: 340px;
}

#StuffBoxSplit {
	display: inline-block;
	margin: 4px;
	width: 140px;
}

#DateBox {
	display: inline-block;
	margin: 4px;
	width: 200px;
}

code {
	background-color: #f1f1f1;
	display: block;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 15px;
}

body {
	padding: 50px 0;
	padding-bottom: 0px;
	font-size: 13px;
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

div.wrapper {
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	text-align: center;
	padding-bottom: 10px;
	width: auto;
	max-width: none;
}

div {
	text-align: left;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	max-width: 760px;
	width: 760px;
	/* border: 1px solid #444; */
}

p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 30px;
}

p.small {
	font-size: 13px;
}

p.heading {
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	margin-top: 45px;
	color: rgba(0,0,0,1);
}

p.black-block-text {
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	padding: 30px;
	margin: 0px;
	font-size: 15px;
}

footer {
	text-align: center;
	background: #212121;
	font-size: 12px;
	width: 100%;
}

.copyright {
	text-align: center;
	color: white;
}

footer a {
	text-align: center;
	color: #ffffff;
	font-size: 13px;
}

table {
	background-color: #f1f1f1;
	text-align: center;
	width: 100%;
}
td, th {
	border: thin solid white;
	text-align: center;
	width: 20%;
}
