/*Moon Alliance*/
g1{color: #ffeb00;
  text-shadow: 1px 0 1px rgb(2 2 2 / 30%);
  background-image: linear-gradient(349deg,#e3e3e3, #00d0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

/*Golden Kingdom*/
g2{color: #fd0000;
  text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
  background-image: linear-gradient(349deg,#464646, #dee10c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

/*Visitors*/
g3{color: #03942f;
  text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
  background-image: linear-gradient(349deg,#facbe3, #94033f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

/*Chaos*/
g4{color: #2c399a;
  text-shadow: 1px 0 1px rgb(2 2 2 / 20%);
  background-image: linear-gradient(349deg,#d2a3a3, #9a502c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}


.gmemberbox {
		width: 269px;
		float:
		left;
		/* background-color:#d8d6cb; */
		padding:5px;
		}

.gmemberavatar{
	width: 250px;
	height: 220px;
	border: 5px solid #3081a6;
	margin:auto;
	margin-top: 5px;
	}

.gmembertitle {
	font-family: 'Playfair Display', serif;
	text-align:center;
	padding-top:20px;
	font-size:25px;
	border-bottom: 5px solid #3081a6;
	}

.gmembertitle a{
	font-family: 'Playfair Display', serif;}

.gmembershortfact{
	width:250px;
	background: #3081a6;
	margin:5px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	color:#d8d6cb;
	}
		
		