:root {
	--yellow: #d8dc16;
	--pink: #de5080;
	--blue: #56d1d8;
}
a:not(:has(img)) {
	padding: 0 3px;
	text-decoration: none;
	color: var(--yellow);
	border-bottom: 1px dotted var(--blue);
	}
a:hover {
	text-decoration: none;
	border: none;
	}
body {
	background: #693a46 url(images/tile.jpg);
	font: .9em "Comic Neue", sans-serif;
	}
#container {
	position: relative;
    margin: 10px 10px 0;
    padding: 20px 0 0 75px;	
    background-color: #0000009e;
	height: calc(100vh - 30px);
	box-sizing: border-box;
}
nav {
    position: absolute;	
	top: 400px;
    left: 139px;	
	width: 90px;
	text-align: right;
    z-index: 5;
}
nav a {
	padding: 0;
	font-size: 1.2em;	
	color: #ebe9e9;
	border: none;
}
nav a:hover { letter-spacing: .075em; }
.outer {
    --p: 154px;
    height: 470px;
  	aspect-ratio: 1;
  	clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
  	background: #0000009e;
}
#content {
	margin-left: 156px;
    padding: 9px;
    width: 450px;
    height: 450px;
    color: #ffefd9;
	overflow: auto;
}
img[src*=title] {
    position: absolute;
    top: 100px;
    left: 25px;
    z-index: 5;
}
img[src*=graphic] {
    position: absolute;
    top: 400px;
    left: 575px;
}
::-webkit-scrollbar { width: 7px;}
::-webkit-scrollbar-thumb { border: 1px solid var(--yellow);}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	color: var(--pink);
}
h1, h3 {
	margin: 5px 0 8px;
	font: 3em "Rum Raisin", sans-serif;
    color: var(--pink);
    text-align: center;
    letter-spacing: .1em;
	text-shadow: 2px 2px 2px #0000009e;
}
h2 {
	margin: 6px 0;
    color: var(--blue);
	font: 1.5em "Rum Raisin", sans-serif;
    letter-spacing: .1em;
    text-align: right;
	border-bottom: 1px dotted var(--yellow);
}
h3 { font-size: 2.5em;}
.two { display: flex; }
.statstitle {
	margin: 0 5px 0 38px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    rotate: 180deg;
    text-align: center;
    border: none;
}
blockquote {
	padding: 0;
    margin: 10px 0;
	font-size: .9em;
	line-height: 15px;		
}
iframe {border: 1px solid;}
.center, .award {text-align: center;}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	width: 40%;
	}
.form {
	float: left;
	width: 50%;
}
label { display: block; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	margin-bottom: 50px;
	width: 45%;
	padding: 0 10px;	
    text-align: center;
}
.control-copytextarea {
    position: relative;	
	top: 74px;
    left: 35px;
	font-size: .8em;
  	cursor: pointer; 	
}
.control-copytextarea::after {
	content: ' \f0c5';
	font: var(--fa-font-regular);
  	font-size: 1em;
}
.codecopy textarea, .codecopy textarea:focus {
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: .95em;
    border: 1px dotted #fff;
    overflow: hidden;
	border: 1px solid rgb(from var(--blue) r g b / 0.5);
}
.codes img { margin: 2px; }
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
	width: 135px;
    margin: 0 auto;
}
form { margin-left: 15px; }
input, textarea, select {
	margin: 3px;
	padding: 3px;
	width: 170px;
    color: #fffffa;
    background: none;
    font-size: .9em;
    font-family: inherit;
    border: 1px solid rgb(from var(--blue) r g b / 0.5);
	outline: none;
   	box-sizing: border-box;
	border-radius: 2px;
}
select { background-color: #000;}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 226px;
    overflow: hidden;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 1px auto 6px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font: inherit;
	border: 1px solid #274658;
	background-color: var(--blue);
	border-radius: 6px;
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.clear { clear:both; }
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .7em;
	text-align: center;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.members::nth-word(2)::before {
	content: ' is from ';
}
footer { 
	margin-top: 50px;
    padding-top: 5px;
	font-size: .75em;
	text-align: center;
	font-style: oblique;
	color: #e6e6e6;
	}
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { background: none; border: 0; }