body {
	background-color: #134;
	color: #ede;
	font-family: DejaVuSansMono, monospace;
}
body::before {
	content: " ";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/src/img/mj_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(4px) opacity(0.9) grayscale(30%) sepia(80%) hue-rotate(275deg) brightness(0.75);
	z-index: -10;
}
.hidden {
	display: none;
}
.bold {
	font-weight: bold;
}
.inline {
	display: inline-flex;
	justify-content: space-around;
	width: 100%;
}
.h1 {
	font-size: 30pt;
}
a {
	color: #4BE;
}
a:hover {
	color: #6CF;
}

.hud {
	position: fixed;
	z-index: 10;
}
#status {
}

#header {
	font-family: Panton-Regular;
	font-weight: bold;
	margin: auto;
	letter-spacing: 4px;
	font-size: 30pt;
	padding: 10px;
	text-shadow: 2px 4px 3px #000C, -2px 4px 3px #000C;
	text-align: center;
}
#header > img {
	min-width: 800px;
	width: 60%;
	/* filter: hue-rotate(300deg); */
}
#footer {
	margin: 8px auto;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	text-shadow: -1px -1px 0px #423, -1px 1px 0px #423, 1px -1px 0px #423, 1px 1px 0px #423, 0 3px 2px #000C;
	color: #fdf;
}
#main {
	background-color: #524;
	margin: auto;
}
#header, #main, #footer, #insiderStuff {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	min-width: 800px;
	max-width: 1200px;
}
#intro {
	padding: 15px;
	background-color: #434;
}
#intro.error {
	background-color: #722;
}
#nav {
	background-color: #635;
}
#nav > div {
	transition: 0.5s all;
	display: inline-block;
	padding: 8px 20px;
	font-size: 17pt;
	letter-spacing: -1px;
}
#nav > div:hover {
	transition: 0.5s all;
	background-color: #A49;
	color: #fdf;
	cursor: pointer;
}
#nav > div.active {
	background-color: #A49;
	color: #fdf;
}
#content {
	padding: 8px;
}
#back {
	transition: 0.5s all;
	padding: 10px;
	margin: 10px auto;
	background-color: #633;
	text-align: center;
	font-size: 14pt;
	width: 250px;
	border-radius: 16px;
	cursor: pointer;
}
#back:hover {
	background-color: #955;
}

/* MEMBERS */
.member {
	transition: 0.5s all;
	border-radius: 10px;
	padding: 10px;
	margin: 15px;
	box-shadow: 0 6px 4px 4px #0008;
	background: #444 #FFF0;
}
.member:hover {
	transition: 0.5s all;
}
.member > div {
	display: inline-block;
}
.memberTitle {
	font-size: 17pt;
	text-shadow: 0 4px 2px #000C;
}
.role {
	font-style: italic;
	font-weight: bold;
}
.r0 {
	background-color: #761;
}
.r0:hover {
	background-color: #873;
}
.r1 {
	background-color: #668;
}
.r1:hover {
	background-color: #889;
}
.r2 {
	background-color: #742;
}
.r2:hover {
	background-color: #854;
}
.r3 {
	background-color: #847;
}
.r3:hover {
	background-color: #968;
}
.r4 {
	background-color: #456;
}
.r4:hover {
	background-color: #678;
}
.memberDetails > div > div {
	display: inline-block;
}
.memberDetails > div > div:first-child {
	text-align: right;
	width: 225px;
	text-align: middle;
}
.memberDetails > div > div:nth-child(2) {
	padding-left: 7px;
}
/* End MEMBERS */

/* LEAGUE */
.league {
	background-color: #48F2;
	padding: 10px;
	text-shadow: 0 3px 2px #0008;
	margin: 15px auto;
	box-shadow: 0 5px 4px 1px #0008;
	border-radius: 15px;
}
.leagueName {
	font-size: 18pt;
	padding: 10px 0;
}
.leagueRanking > div {
	transition: 0.5s all;
	cursor: pointer;
	font-size: 15pt;
	padding: 3px;
}
.leagueRanking > div:hover {
	background-color: #FFF3;
}
.leagueRanking > div > div {
	display: inline-block;
	padding: 0 5px;
}
.leagueRanking > div:first-child .rank,
.rankRates > div:first-child .rank {
	color: #FC0;
	font-weight: bolder;
	text-shadow: 0 2px 2px #000A;
}
.leagueRanking > div:nth-child(2) .rank,
.rankRates > div:nth-child(2) .rank {
	color: #8CD;
	font-weight: bolder;
	text-shadow: 0 2px 2px #000A;
}
.leagueRanking > div:nth-child(3) .rank,
.rankRates > div:nth-child(3) .rank {
	color: #B76;
	font-weight: bolder;
	text-shadow: 0 2px 2px #000A;
}
.leagueRanking .rank {
	width: 50px;
	text-align: right;
}
.leagueRanking .score {
	font-weight: bolder;
	width: 4em;
	text-align: right;
}
.positive {
	color: #4C4;
	text-shadow: 0px 2px 2px #000B;
}
.negative {
	color: #C44;
	text-shadow: 0px 2px 2px #000B;
}
.leagueRanking .pName {
	width: 85px;
}
.gamesPlayed span {
	font-weight: bolder;
	color: #4CD;
	text-shadow: 0px 2px 2px #000B;
}
.personalStats .pName {
	font-size: 20pt;
	text-shadow: 0px 3px 3px #000B;
}
.personalStats .gamesPlayed {
	font-size: 16pt;
}
.statDiv {
	font-size: 16pt;
}
.statDiv > div {
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}
.rankRates > div > div,
.statRates > div > div {
	display: inline-block;
}
.statRates > div > div:first-child {
	width: 11em;
	margin-right: 20px;
	text-align: right;
}
.statRates > div > div:nth-child(2) {
	width: 4em;
	text-align: right;
}
.rankRates .rank {
	min-width: 2em;
	margin-right: 15px;
}
/* End LEAGUE */

/* LINKS */
.linkGroup {
	margin: 15px;
}
.urlLink {
	transition: background-color 0.3s;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px;
	column-gap: 25px;
	background: #315;
	border-radius: 20px;
	margin: 25px 0;
	box-shadow: 0 15px 6px -3px #000D;
}
.urlLink:hover,
.urlLink:active {
	transition: background-color 0.3s;
	background-color: #537;
}
.linkLeft {
	flex: 1;
	text-align: center;
	max-width: 128px;
	max-height: 128px;
}
.linkIcon {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.linkRight {
	flex: 9;
}
.linkTitle {
	font-size: 24pt;
}
.linkDesc {
	font-size: 14pt;
	font-style: italic;
}
.linkGroup:nth-child(2) .linkIcon {
	border-radius: 100%;
}
#ema .linkIcon {
	background-color: #EEE;
}
/* End LINKS */

/* INSIDER STUFF */
#insiderStuff {
	background-color: #245;
	padding: 10px 20px;
}
#insiderStuff > div,
.newCommForm > div {
	margin: 10px 0;
}
#insiderStuff .title {
	font-size: 24pt;
	text-shadow: #2CF8 0 2px 2px;
}
/* End INSIDER STUFF */

/* from blog/main.css */
.article {
	padding: 10px 10px 20px 10px;
}
.article:not(:first-child) {
	border-top: 1px solid white;
	padding-top: 20px;
}
.article .title {
	font-size: 22pt;
	text-shadow: #000 0 3px 2px;
}
.article .category {
	font-weight: bold;
	color: #BDF;
	text-shadow: #000C 0 2px 2px;
}
.article .category.misc {
	color: #BDF;
}
.article .category.mahjong {
	color: #FFB;
}
.article .category.programming {
	color: #BFB;
}
.article .meta .author,
.comments .author {
	color: #CBF;
	text-shadow: #0008 0 2px 1px;
	font-weight: bold;
}
.articleContent > div {
	padding: 10px 0;
	text-align: justify;
	white-space: pre-line;
}
.articleContent pre {
	background-color: #525;
	margin: 0;
	/* padding: 10px; */
	white-space: pre-line;
}
.articleContent pre,
.articleContent code.hljs {
	border-radius: 8px !important;
}
.articleContent .subsectionTitle,
.articleContent .subsectionTitle2 {
	padding: 25px 0 0;
}
.articleContent .subsectionTitle {
	font-size: 18pt;
	font-weight: bold;
	text-shadow: #000 0px 2px 2px;
}
.articleContent .subsectionTitle2 {
	font-size: 13.5pt;
	font-weight: 700;
	text-shadow: #000 0px 2px 2px;
}
.articleContent .monospace {
	font-family: Consolas, monospace;
	padding: 0px;
}
.articleContent .legend {
	padding-top: 0;
	margin-top: 0;
	text-align: center;
	font-style: italic;
}
.articleContent .image {
	text-align: center;
	padding-bottom: 5px;
}
.articleContent .image div {
	max-width: 75%;
	margin: 0 auto;
}
.articleContent .image img {
	max-width: 100%;
	border-radius: 6px;
	box-shadow: #000A 0 2px 4px 2px;
	cursor: pointer;
}
.articleContent {
	margin-top: 10px;
	font-size: 13pt;
}
.commentSection {
	display: none;
	margin: 20px 0 0 0;
	/*padding: 15px 0 0 0;*/
	border-style: solid;
	border-image-source: linear-gradient(to right, 
		#FFF0 0%, #FFF0 25%, #FFFF 30%, #FFFF 70%, #FFF0 75%, #FFF0 100%);
	border-image-slice: 1;
	border-image-width: 1px 0 0 0;
	border-width: 1px 0 0 0;
}
.commentSection > :first-child {
	font-size: 16pt;
	padding: 15px 0;
}
#veil {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: #000C;
	margin: auto;
	text-align: center;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#veil > * {
	max-width: 100%;
	max-height: 100%;
}
/* END from blog/main.css */