body {
	margin: 0px;
	padding: 0;
	font-family: tahoma;
	background-color: #010101;
	color: #FEF89A;
}
h1 {
	margin: 42px 0 16px;
	padding: 0;
	text-align: center;
	width: 100%;
}
h1 span {
	/*display: block;*/
	/*float: left;*/
	/*position: absolute;*/
}
section#main {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
section#main p:nth-of-type(2) span {
	font-size: 41px;
	text-shadow: 1px 1px 1px #59ACB0;
	font-weight: normal;
	letter-spacing: 10px;
	margin: 0 0 3px 0;
	display: inline-block;
	text-decoration: none;
}
section#main a {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #A3D0D0;
	color: #A3D0D0;
	margin: 0 7px;
}
section#main p#bio {
	color: #FFFFFF;
	line-height: 24px;
	font-size: 12px;
	margin: 0 auto;
	max-width: 500px;
}
img#mainPhoto {
	margin: 11px auto 24px;
	padding: 34px;
	width: 50%;
	display: block;
	/*border: 1px solid #CBCBCB;*/
	/*+box-shadow: 0 0 100px 35px rgba(12, 12, 12, 0.889);*/
	-moz-box-shadow: 0 0 100px 35px rgba(12, 12, 12, 0.889);
	-webkit-box-shadow: 0 0 100px 35px rgba(12, 12, 12, 0.889);
	box-shadow: 0 0 100px 35px rgba(12, 12, 12, 0.889);
	/*+border-radius: 9px;*/
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}
section#photos {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
}
section#photos div {
	width: 33.3%;
	height: auto;
	padding: 18px;
	text-align: center;
}
section#photos div a {
	color: #A3D0D0;
	display: block;
	font-weight: normal;
	margin: 10px 0 0;
}
section#photos div img {
	width: 100%;
	height: auto;
	vertical-align: top;
	padding: 0 0 19px 0;
}
section#photos div a:nth-of-type(2) {
	text-decoration: none;
	padding: 10px;
	border: 1px solid #A3D0D0;
}
footer {
	max-width: 400px;
	margin: 106px auto 0;
	text-align: center;
	height: 100px;
	padding: 41px 0 0;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/*DIV
{
	posititon: relative;
}*/
.js-nametag {
}
.js-nametag:nth-child(1) {
	animation-name: fade;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate-reverse;
}
.js-nametag:nth-child(2) {
	animation-name: fade;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}
.js-nametag:nth-child(3) {
	animation-name: fade;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}
.js-nametag:nth-child(4) {
	animation-name: fade;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}
.js-nametag:nth-child(5) {
	animation-name: fade;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}
@keyframes fade {
	0%, 50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
span#rotate {
}
a#supportLink {
	display: block !important;
	width: 231px !important;
	margin: 0 auto 16px !important;
	background-image: url(patreon.png);
	background-position: 0px 0px;
	background-size: 100px;
	background-repeat: no-repeat;
	padding-left: 54px;
	height: 26px;
	border: 0 solid black !important;
	text-align: right;
	/*+placement: 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 8px !important;
}
