@charset "utf-8";
/* CSS Document */
/* Background pattern from subtlepatterns.com */
*:focus {
    outline: none;
	outline-style: none;
}

.WebTitle{
	position: absolute;
	width: 1125px;
	height: 414px;
	top: 50%;
	left: 50%;
	margin-left: -562px;
	margin-top: -270px;
	background-image:url(../Assets/WebTitle.png);
	z-index: 9000;
	display: none;
	pointer-events:none;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}

.alphaStamp {
	position: absolute;
	width: 367px;
	height: 199px;
	top: 285px;
	left: 150px;
	z-index: 9001;
	background-image: url(../Assets/WebTitle-alpha.png);
}

#socialBar{
	position: fixed;
	bottom: 5px;
	left: 5px;
	height: 30px;
	z-index: 998;
}

#socialBar a{
	float: left;
	margin-right: 10px;
}

#fbIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/Facebook.png);
}
#mIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/Minds.png);
}
#twIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/Twitter.png);
}
#daIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/DeviantArt.png);
}
#faIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/FA.png);
}
#igIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/IG.png);
}
#pIcon{
	width: 30px;
	height: 30px;
	background-image: url(../Assets/basic/Patreon.png);
}

#facebookLink
{
	position: fixed;
	padding-top: 3px;
	bottom: 5px;
	left: 170px;
	width: 49px;
	height: 20px;
	z-index: 997;
}

#twitterLink
{
	position: fixed;
	padding-top: 3px;
	bottom: 5px;
	left: 224px;
	width: 60px;
	height: 20px;
	z-index: 998;
}

#patreonLink
{
	position: fixed;
	padding-top: 3px;
	bottom: 5px;
	left: 5px;
	width: 160px;
	height: 23px;
	background-image: url(../Assets/patreonIcon.png);
	z-index: 998;
}

.clickable{
	cursor: pointer;
	pointer-events: auto;
}

.unclickable{
	pointer-events: none;
}