a {
	padding: 0 3px;
	text-decoration: none;
	color: #6cc8cd;
	}
a:hover {
	color: #e6d39c;
	border-bottom:2px dotted #c8815a;
	}
.codes a, a.img, .aff a {
	border:0;
}
.show_join_error {
	background-color: red;
}
body {
	background-color: #f1eeea;
	font: .9em 'Quicksand', sans-serif;
	}
nav {
    padding: 533px 0 0 580px;
    position: relative;
	}
nav a, nav a:hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	text-align: center;
	color: black;
	font: bold 11pt "Quicksand", sans-serif;
	border:0;
}
.menu {
	position: relative;
	margin-top: 10px;
	background: url(images/menu.png);
	width: 64px;
    height: 61px; 
	transition: transform .5s ease-in-out;
}
.menu:hover {
	transform: rotate(360deg);	
}
#wrapper {
    position: relative;
    margin: auto;
	background: url(images/header.png) no-repeat top center;
	width: 724px;
    height: 568px;
}
#content {
    position: relative;
    top: -400px;
    left: 122px;
    padding: 8px;
    width: 418px;
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
}
h3 {
	font: 2.4em 'Alegreya Sans SC', sans-serif;
    color: #cb8c6c;
    text-shadow: 1.5px 1.5px 3px #6a5f48;
    letter-spacing: .2em;
    text-align: right;
 	}
h3::before {
	content: '.:';
}
h6 {
	margin: 0 0 6px 0;
    	color: #f08231;
    	font-weight: bold;
    	font-size: 1.75em;
    	letter-spacing: .1em;
    	font-variant-caps: small-caps;
    	border-bottom: 1px solid #0c5b51;
	}
hr {
	border-top: 2px solid #a79188;
	margin: 40px 0;
}
  hr:after {
	position: absolute;
	left: 50%;
	padding: 12px;
	content: url('images/logo.png');
	background: #f1eeea;	
	transform: translateY(-50%) translateX(-50%);
}
blockquote {
   	margin: 40px auto 10px;
	padding: 10px 15px 10px;
	width: 72%;
    background-color: rgb(227 211 164 / 30%);
	font-size: .9em;
	line-height: 14px;	
	border-radius: 12px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
blockquote a:hover {
    border: 0;
    color: #c8815a;
}
.center, .award {text-align: center;}
div.form {
	float: left;
	width: 38%;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red; 
}
.req {color:red;}
.codecopy {
	float: left;
	display: inline-block;
	width: 45%;
	padding: 0 10px;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	float: right;
	left: -156px;
	top: 61px;
	font-size: .85em;
}
input, textarea, select {
	margin: 3px;
	width: 265px;
   	font-size: .95em;
   	font-family: inherit;
	border: 1px solid #c7b77a;
	background-color: #f1ead0;
	outline: none;
   	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8b410b;
	color: #000;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
p.show_join_favourite_song {
    width: 50%;
}
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
    margin: 30px auto 0;
    padding: 3px 10px;
    color: #505656;
    background-color: #dfd7bb;
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	background-color: #4ea4a871;
}
 button{
	align-self: center;
    margin: 0 1rem;
    transition: all .5s ease;
    font-size: .95em;
    outline: none;
	border: 1px solid #cab05b;
       &:hover{
         box-shadow:2px 8px 4px -6px hsla(0,0%,0%,.3);
		 border: 1px solid #4ea4a8;
      } 
    }
.main {
	padding-top: 60px;
}
.small, .disc, 
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .80em;
	text-align: center;
}
.disc {
	font-style: oblique;
	}
.clear {
	clear:both;
}
table {
    margin: 0 auto;
    border-collapse: collapse;
}
th, td {
    text-align: left;
    padding: 6px 4px 2px 4px;
}
th {
    font-size: 1.1em;
	color: #7e5840;
	background-color: transparent;
}
tr:nth-child(odd) {
    background-color: #7e584014;
	border-bottom: 1px dotted #7e5840;
}
td:nth-child(3) {
    text-align: center;
}
.show_members_showing_what {
	text-transform: uppercase;
	font-size: 1.15em;
	}
.flaglist {
	margin: 0 auto;
	width: 28%;
	}
.flaglist tr {
	border: 0;
	background: none;
}
.flaglist td {
    padding: 0;
}
.flag {
	vertical-align: middle;
	padding-bottom: 3px;
	}
footer {
	margin-top: 25px;
	font-size: .75em;
	color: var(--gray);
}
footer p {
	font-size: 1em;
}