a {
	text-decoration: none;
	border-bottom: 1px dotted #e57580bd;
	color: #e3e0e0;
	}
a:hover {
	text-decoration: none;
	color: #faf4f4;
	font-weight: bold;
	border-bottom: none;
	}
a.img, .aff a {padding:0 5px 5px 0; border: none;}
html {scroll-behavior: smooth;}
body {
	margin: 0;
	font-family: "Bricolage Grotesque", sans-serif;
	letter-spacing: .05em;
	color: #a37373;
	}
nav::after {
	content: "";
	position: fixed;
    top: 0; left: 0;
	width: 308px;
    height: 170px;
	background: url(images/title.webp) no-repeat center center / cover;
	z-index: 10;
}
nav {
	position: fixed;
	top: 0;
    padding: 10px;
	width: 98%;
    background: #000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: right;
	font-feature-settings: "onum" 1;
    font-variant: small-caps;
	z-index: 5;
	}
nav a {
	font-size: 1.2em;
	color: #e8e8e8;
	border: none;
}
nav a:hover {
    color: #fff;
}
nav img {
	background-color: #3dbdc3;
	vertical-align: bottom;
}
nav img:hover { background-color: #fff;}
section {
	padding: 100px 20px 50px;
	min-height: 100vh;
	background-color: #000;
	font-size: .9em;
	}
.container { 
	display: flex; 
	gap: 5%;
	margin-top: 55px;
}
.container div:nth-child(2) { width: 235%; }
.hidden-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
  }
#donate:target, #lostpass:target {
	padding: 100px 20px;
	max-height: 500px;
	opacity: 1;
}
.bg-panel {
	min-height: 100vh;
	background: #000 url(images/bg.webp) center center / cover no-repeat fixed;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
}
.center, .award {text-align: center;}
h3 {
	font: bold 2.75em TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	color: #5d8891;
	letter-spacing: .2em;
	text-align: center;
 	}
h6 {
	margin: 0 0 0 4px;
	color: #9aa5a9;
	font-weight: bold;
	font-size: 1.75em;
	letter-spacing: .1em;
	font-variant-caps: small-caps;
	border-bottom: 1px solid #deddd8;
	}
.stats { 
	padding-left: 35px;
	font-size: .9em;
	color: #bfb7b7;
}
blockquote a { color: #cd6a56; }
blockquote a:hover {
	color: #cd6a56;
	font-weight: bold;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
label { display: block; }
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 45%;
	padding: 0 10px;
}
.codecopy a, .codes a { border: 0; }
.control-copytextarea { display: none; }
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 280px;
	height: 50px;
	color: #b0c0c7;
	font-family: inherit;
	font-size: .95em;
	border: 1px dotted #5d8891;
	overflow: hidden;
}
.codes h6 {
    padding-top: 14px;
    margin-bottom: 5px;
}
#donate p a { display: none; }
div.form {
    float: left;
    width: 36%;
}
input, textarea, select {
	margin: 0px;
	padding: 4px;
	width: 415px;
	color: #b0c0c7;
	background: none;
	font-size: .95em;
	font-family: inherit;
	border: 1px solid #5d8891;
	outline: none;
	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #b0c0c7;
	color: #000;
	background-color: #5d8891;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 500px;
	height: 120px;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	margin: 30px auto 0;
	padding: 3px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	transition: all 1s ease;
	border: 2px solid #5d8891;
	background-color: #5d8891;
}
.jsubbtn:before, .usubbtn:before, .usubbtn:before, .uresbtn:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background-color: #5d8891 !important;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jsubbtn, .usubbtn { margin-left: 105px;	}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	color: #b0c0c7;
	background-color: transparent;
	text-shadow: ntwo;
}
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .75em;
    text-align: center;
}
.show_join_processed_emailsent, .show_join_processed_noemail, .show_join_processed_errormail, 
.show_update_process_nohold, .show_update_process_hold, .show_lostpass_processed_done, 
.show_join_error, .show_update_error, .show_lostpass_error {
    margin: 0 auto;
	padding: 8px;	
    width: 75%;
	background-color: #a37373;
    color: #fff;	
}

.clear { clear:both; }
table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 70%;
    border: 1px solid #000;
}
th, td {
    padding: 6px 4px 4px 8px;
}
td { vertical-align: baseline; }
td:nth-child(2) { text-align: right; }
th {
    font-size: 1.1em;
    background-color: rgba(64, 140, 168, 0.39);
    border-bottom: 1px solid #5d8891;
}
tr { border-bottom: 1px outset #19364185; }
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	text-align: center;
	}
.flaglist {
	margin: 0 auto;
	width: 17%;
	}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
.small { font-size: .75em; }
.media {margin:0 auto 27px; padding: 27px; text-align:center;}
.media a {border:0; color:#000;}
.media a:hover {color: rgb(195 66 60);}
footer { 
	background: #e5e7eb url(images/texture.png);
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	font-style: oblique;
	color: #000;
 }
footer div:nth-child(2) { font-style: normal; letter-spacing: normal; }
footer div:nth-child(3) a:has(img) { 
	border: 0;
	vertical-align: sub;
}
footer div:nth-child(3) { letter-spacing: normal; }
footer div:nth-child(2) a, footer div:nth-child(2) a:hover,
footer div:nth-child(3) a, footer div:nth-child(3) a:hover {
	font-weight: 400;
	color: #000;
}