


body 
{
	background-color:#400080;
	padding:0;
	font-family: 'Chakra Petch', arial, sans-serif;
	color:#c6b3d9;
	letter-spacing: 1px;
	font-size: 24px;
	
	-moz-box-shadow:    inset 0 0 5em #000;  
    -webkit-box-shadow: inset 0 0 5em #000;   
    box-shadow:         inset 0 0 5em #000;
	min-height:100%;
	margin: 0px;	
}

a
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#ffbd00;
}


h1
{
    font-size: 40px;    
    font-style: italic;
    letter-spacing:3px;
    margin-bottom: 10px;
    color: #400080;
}

h2
{
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 30px;
}





#title_subtitle
{
	font-size: 24px;	
	letter-spacing:9px;
	margin-top: 1px;
	margin-bottom: 5px;	
}

#wallgrain
{
    margin-top: 20px;
    background-image: url("images/wallgrain.png");
    background-repeat: repeat;
    position: relative;
}

#wallgrain:before
{
    content: " ";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 16px;
    background-image: url("images/wallgrain_top.png");
    background-repeat: repeat-x;
}




#wallgrain2
{
    margin-top: -1px;
    background-image: url("images/wallgrain2.png");
    background-repeat: repeat;
    position: relative;
}

#wallgrain2:before
{
    content: " ";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 16px;
    background-image: url("images/wallgrain2_top.png");
    background-repeat: repeat-x;
}

#wallgrain2:after
{
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 16px;
    background-image: url("images/wallgrain_bottom.png");
    background-repeat: repeat-x;    
}



#maintext
{
    width: 800px;
    margin: auto;
    color: #000;
    line-height: 35px;
    letter-spacing: -.5px;
}

#maintext a
{
    color:#c000c0;
}

#maintext a:hover
{
    color:#fff;
    background-color: #c000c0;
}

#maintext li
{
    line-height: 30px;
}

#maintext td
{
    color: #000;
    font-size: 22px;
    vertical-align: top;
    padding-bottom: 30px;
}

#maintext blockquote
{
    margin-top: 4px;
    margin-bottom: 4px;
}

.buylink
{
	color:#ffbd00;
	border-color:#ffbd00;
	border-style:solid;
	border-width:5px;	
	font-size: 50px;
	letter-spacing: 5px;	
	display: inline-block;
	padding: 20px 20px;	
	text-align: center;
	width: 750px;
	line-height: 30px;
	border-radius: 16px;
	
	padding-top: 40px;
	padding-bottom: 40px;
}

.buylink:hover
{
	color:#400080;
	border-color:#ffbd00;
	border-style:solid;
	border-width:5px;	
	background-color: #ffbd00;	
}



.social_twitch
{
	width: 50px;
	height: 50px;
	display: block;
	background: url("images/social_twitch.png") no-repeat 0 0;
    margin-right: 12px;
}

.social_twitch:hover
{
	background-position: 0 -50px;
}




.social_discord
{
	width: 50px;
	height: 50px;
	display: block;
	background: url("images/social_discord.png") no-repeat 0 0;
    margin-right: 12px;
}

.social_discord:hover
{
	background-position: 0 -50px;
}


.social_twitter
{
	width: 50px;
	height: 50px;
	display: block;
	background: url("images/social_twitter.png") no-repeat 0 0;
    margin-right: 12px;
}

.social_twitter:hover
{
	background-position: 0 -50px;
}

.social_bluesky
{
	width: 50px;
	height: 50px;
	display: block;
	background: url("images/social_bluesky.png") no-repeat 0 0;
    margin-right: 12px;
}

.social_bluesky:hover
{
	background-position: 0 -50px;
}

.social_email
{
	width: 50px;
	height: 50px;
	display: block;
	background: url("images/social_email.png") no-repeat 0 0;
    margin-right: 12px;
}

.social_email:hover
{
	background-position: 0 -50px;
}


#playlist_box
{
    border-color:#c6b3d9;
	border-style:solid;
	border-width:4px;	
    width: 790px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
    letter-spacing:2px;
    display: inline-block;
}

#playlist_box:hover
{
    border-color:#fff;	
    background-color: #fff;
    color: #400080;
}


#playlist_subtitle
{
    font-size: 45px;	
	letter-spacing:12px;
	margin-top: 1px;
	margin-bottom: 5px;	
}

#playlist_archivetitle
{
    font-size: 40px;	
	letter-spacing:6px;
	margin-top: 1px;
	margin-bottom: -40px;	
}

#playlist_text
{
    color: #c6b3d9;
    letter-spacing: 1px;
    width: 800px;
    margin: auto;
}

#playlist_text a
{
    color: #c6b3d9;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 60px;
    font-weight: bold;
}

#playlist_text a:hover
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}



#playlist_text iframe
{
    float: right;
    width: 400px;
    height: 250px;
}


#playlist_text hr
{
    border: 2px solid #c6b3d9;
    margin-top: 20px;
    margin-bottom: 20px;
}

bouncy
{
 cursor: default;
 position: absolute;
 top: 30px;
 left: 0;
 right: 0;
 bottom: 0;
 height: 100px;
 margin: auto;
 display: block;
 -webkit-animation: bounce .3s ease infinite alternate;
 font-family: 'Chewy', cursive;
 font-size: 80px;
 color: #FFF;
 text-align: center;
 line-height: 100px;
 text-shadow: 0 1px 0 #CCC,
 0 2px 0 #CCC,
 0 3px 0 #CCC,
 0 4px 0 #CCC,
 0 5px 0 #CCC,
 0 6px 0 transparent,
 0 7px 0 transparent,
 0 8px 0 transparent,
 0 9px 0 transparent,
 0 10px 10px rgba(0, 0, 0, .6);
}



.wishlistbox
{
    background-color: #75b022;
    border-radius: 9px;
    
    width: 740px;
    
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    margin-left:50px;
    margin-right:50px;
    margin-top:10px;
    margin-bottom:10px;
    
    box-shadow: 3px 3px 10px #000;    
    transition: all .1s ease-in-out;
}

.wishlistbox:hover
{
    color:#555;
	text-decoration:none;
    background-color: #FFD800;
    
    box-shadow: 0px 0px 50px yellow;
    transform: scale(1.02);
}




	

@media only screen and (max-device-width: 800px) and (orientation: portrait)
{
	body 
	{
		font-size: 50px;
	}	
	
	#maintext
	{
		line-height: 60px;
	}
	
	
	#maintext li
	{
		line-height: 70px;
	}
	
	#maintext td
	{
		font-size: 40px;
	}
}