html, body {margin: 0; padding: 0;}
#content a {
	position: relative;
	color: #d3eaf3;
	text-decoration: none;
	overflow: hidden;
}
#content a:not(:has(img))::before {
  content: '';
  position: absolute;
  bottom: -2px; /* Position at the bottom of the link */
  left: 50%; /* Start in the middle horizontally */
  width: 0; /* Initial width is zero */
  height: .5px; /* Thickness of the underline */
  background-color: #fff; /* Underline color */
  transition: all 0.3s ease-in-out; /* Smooth transition for width and left */
  transform: translateX(-50%); /* Adjust for perfect centering */
}
#content a:not(:has(img)):hover::before { 
	width: 100%; /* Expand to full width on hover */
  	left: 50%; /* Maintain center position */
	color: #fff;
 	transform: translateX(-50%); /* Re-center after width change */
}
body {
	background: #121b2a url(images/banner.webp) no-repeat right center;
	background-attachment: fixed;
	font: 1em "Dosis", sans-serif;
	}
#wrapper {
	display: flex;
    align-items: center;
    height: 99.8vh;
}
nav {
    position: relative;
	top: -150px;
	margin-left: 20px;
	font-size: 1.85em;
	line-height: 50px;
	}
nav a {
	text-decoration: none;
	color: #75acdd;
}
nav a:hover {color: #fff;}
nav span {
	padding-left: 10px;
	visibility: hidden;
  	opacity: 0;
}
nav a:hover span {
	font: .8em "Dancing Script", cursive;
	vertical-align: text-top;
	visibility: visible;
  	opacity: 1;
}
#content {
	margin-left: 20px;
    width: 430px;
	height: 505px;
	padding: 15px;
	color: #9bb7c5;
	overflow: auto;
	scrollbar-color: transparent transparent;
  	scrollbar-width: thin;
}	
#content:hover {scrollbar-color: #7b8288 #272626;}
ul { 
	list-style-position: outside; 
	padding-left: 15px;
}
li { margin-bottom: 10px; }
em {
	font-style: italic;
	color: #c9c9c4;	
}
.center, .award {text-align: center;}
h3 {
    font: 900 2.5em "Sansita", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
	text-align: center;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: url('images/bg.webp');
	color: transparent;   
}
h6 {
	margin: 0;
	font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid;
}
blockquote{
	padding: 2px 0 3px 20px;
	line-height: 16px;
	background-color: #75acdd70;
	border-radius: 30% 70% 86% 14% / 35% 36% 64% 65%;
}
.left {
	float:left;
	margin-right: 12px;
	}
.right {
	float:right;
	margin-left: 3px;
	}
.show_update_email_settings { width: 56%; }
.form {
	float: left;
	width: 44%;	
}
label {
	display: inline;
	font-size: 1.1em;
	font-variant: all-small-caps;
	color: #75acdd;
}
.req:before{
	content: "*";
	color: red; 
}
input, textarea, select {
    margin: 0px;
    padding: 2px 4px;
    width: 160px;
    color: #b6d5e8;
    background: none;
    font-size: .95em;
    font-family: inherit;
    border: 1px solid #c9c9c4;
    outline: none;
	box-sizing: content-box;
}
input:focus, textarea:focus {
	border: 1px solid #f3f3f3;
	color: #f3f3f3;
	background-color: #c9c9c4a9;
}
select:focus {
	border: 1px solid #f3f3f3;
	color: #000;
	background-color: #c9c9c4a9;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
.show_join_email_settings { width: 250px; }
.jsubbtn, .usubbtn, 
.jresbtn, .uresbtn {
	margin: 30px auto 0;
	padding: 3px 10px 5px;
	color: #fff;
    font-family: inherit;
    font-variant: all-small-caps;
    font-size: 1.25em;
    text-align: center;
	border: 1px solid transparent;
	background-color: transparent;
}
.jsubbtn, .usubbtn { margin-left: 50px;	}
.jsubbtn { margin-left: 60px; }
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}
.codecopy {
	float: left;
	width: 43%;
	padding: 10px;
}
.control-copytextarea {
	position: relative;
    float: right;	
    top: 6px;
	margin-top: 13px;
    cursor: pointer;
	padding: 11px 0 4px;
    color: #c9c9c4;
    line-height: 11px;
    font-size: .7em;
}
.codecopy textarea, .codecopy textarea:focus {
    margin: 5px 3px;
	width: 158px;
    height: 40px;
    color: #eed9a178;
    font-family: inherit;
    font-size: .95em;
    border: 1px dotted #c9c9c4;
    overflow: hidden;
}
.codes h6 {
    padding-top: 14px;
    margin-bottom: 5px;
}
.donatetext { margin-top: 50px; }
.stats { font-size: .85em; }
.clear { clear:both; }
table {
    margin: 0 auto;
    width: 80%;
}
th, td {
	padding: 0 0 0 5px;
	text-align: left;
}
th {
    background-color: #3a506dbd;
	color: #54687f;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.show_members_showing_what b {color: #c9c9c4;}
.show_members_no_website, .show_members_no_email {filter: grayscale(100%);}
.show_join_credits, .show_update_credits, .show_lostpass_credits { 
	font-size: .7em; 
	text-align: center;
}
.small {font-size: .7em;}
footer { 
    margin-top: 20px;	
    padding: 8px;	
	font-size: .7em;
	text-align: center;
	font-style: oblique;
	color: #808181;	
 }
footer div:nth-child(2) { font-style: normal;}
#content footer div:nth-child(2) a { border: 0; }