/* Adapted from 'Awesome Text-Shadow' - A Pen By Nguyen Hoang Nam */

body {
	background-color: #ECE5DA;
	text-align: center;
}

.identity {
	font-family: "paytoneone";
	color: #202020;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.identity span {
	display: block;
	margin: 1vh 0 1.5vh 0; /*11px 0 17px 0;*/
	font-size: 6.7vh; /*80px;*/
	line-height: 6.2vh; /*80px;*/
	color: #005800;
	text-shadow: 0 13.36px 8.896px #C4B59D,0 -2px 1px #1E9F1E;
	letter-spacing: -4px;
}

/* Adapted from 'Hit The Floor Text Effect' - A Pen By ThatGuySam */
.announce {
	color: #A48623;
	font-size: 6vh;
	font-weight: bold;
	font-family: pirulen;
	margin-top: 2vh;
	text-align: center;
	text-shadow: 0 1px 0 #E0C25F, 0 2px 0 #D6B855, 0 3px 0 #D6B855, 0 4px 0 #B89A37, 0 5px 0 #AE902D, 0 6px 1px rgba(128,128,0,.2), 0 0 5px rgba(128,128,0,.2), 0 1px 3px rgba(128,0,0,.4), 0 3px 5px rgba(128,0,0,.3), 0 5px 10px rgba(255,255,0,.35), 0 10px 10px rgba(0,0,0,.15), 0 20px 20px rgba(0,0,0,.15);
	width: auto;
}

.restricted {
	font-family: commando;
	font-size: 3vh;
	margin: 0 auto;
	text-align: center;
}

.restricted a:link, .restricted a:visited, .restricted a:hover, .restricted a:active {
	border: 0;
	font-family: commando;
	font-size: 3vh;
	outline: none;
}

footer {
	max-height: 12px;
	min-height: 10px;
}

#rights {
	font-size: 1.3vh;
}

/*------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	.identity span {
		letter-spacing: -3px;
	}
}
