
@font-face {
    font-family: "EBGaramond";
    src: local("EBGaramond"),
	url("fonts/EBGaramond-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "UnboundedV";
    src: local("UnboundedV"),
	url("fonts/Unbounded-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "UnboundedVE";
    src: local("UnboundedVE"),
	url("fonts/PlayfairDisplayRegular-ywLOY.ttf") format("truetype");
}

@font-face {
    font-family: "RobotoBold";
    src: local("RobotoBold"),
	url("fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Diphylleia";
    src: local("Diphylleia"),
	url("fonts/Diphylleia-Regular.ttf") format("truetype");
}



@font-face {
    font-family: "MisoRegular";
    src: local("MisoRegular"),
	url("fonts/MisoRegular.otf") format("truetype");
} /* touhou-y font */

body {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004799+0,2989d8+33,2989d8+51,7db9e8+100 */
background: rgb(0,71,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,71,153,1) 0%, rgba(41,137,216,1) 33%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,71,153,1) 0%,rgba(41,137,216,1) 33%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(28, 28, 61) 0px,rgba(28, 28, 61,1) 1000px,rgba(10, 10, 41,1) 2000px,rgba(28, 41, 50,1) 4000px,rgb(42, 65, 81) 10000px,rgb(51, 90, 118) 20000px,rgb(136, 109, 69) 25000px,rgb(240, 192, 120) 28000px,rgb(86, 143, 255) 31000px,rgb(71,71,153) 38000px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.b_dark {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004799+0,2989d8+33,2989d8+51,7db9e8+100 */
  background: rgb(0,71,153); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,71,153,1) 0%, rgba(41,137,216,1) 33%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,71,153,1) 0%,rgba(41,137,216,1) 33%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(71,71,153,1) 0px,rgba(71,71,153,1) 1000px,rgb(10, 10, 41) 2000px,rgb(28, 41, 50) 4000px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  }



.bodyblog {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004799+0,2989d8+33,2989d8+51,7db9e8+100 */
background: rgb(0,71,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,71,153,1) 0%, rgba(41,137,216,1) 33%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,71,153,1) 0%,rgba(41,137,216,1) 33%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(150,255,150,1) 0px, rgba(200,255,200,1) 10px, rgba(250,255,250,1) 100px,rgba(230,255,230,1) 2000px,rgba(190,255,190,1) 4000px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}

/*
background: linear-gradient(to bottom,  rgba(0,71,153,1) 0%,rgba(41,137,216,1) 33%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


p, h1 { 
    font-family: Georgia, Courier New;
}


#titleimage, #titleimage_blog{
	filter: drop-shadow(0px 0px 1px #FFFFFF);
}

h3{
	font-family:UnboundedVE;
	
}

h2{
	font-family:RobotoBold;
	font-style:italic;
	padding-bottom:10px;
}

h1 {
	font-weight:1000;
}



h4, h5 {
	font-family:  RobotoBold, Times New Roman;
	font-weight:2000;
}

@keyframes news_interactive_highlight {
	0% {filter: drop-shadow(0px 0px 0px rgba(249,248,197,1));}
	25% { }
	50% {filter: drop-shadow(0px 0px 3px rgba(249,248,197,1));}
	/* end */
	75% { }
	100% {filter: drop-shadow(0px 0px 0px rgba(249,248,197,1));}
}

@keyframes news_interactive_hover {
	0% {background: linear-gradient(to bottom,  rgba(249,248,197,1) 0px,rgba(230,227,225,1) 0px);}
	25% { }
	50% {background: linear-gradient(to bottom,  rgba(249,248,197,1) 0px,rgba(230,227,225,1) 1px);}
	/* end */
	75% { }
	100% {background: linear-gradient(to bottom,  rgba(249,248,197,1) 0px,rgba(230,227,225,1) 1px);}
}

/* B09 - Scrollbars */

::-webkit-scrollbar {
	width: 20px;
  }

::-webkit-scrollbar-track {
	background: #1e1e32;
  }

  ::-webkit-scrollbar-thumb {
	background: #f5faff;
	border-radius: 1px;
  }

  ::-webkit-scrollbar-thumb:hover {
	background:	#ccf;
  }

/* B10 - Unique Button Styles */

li a{
	color:white;
}

li a:hover{
	color:black;
}

#homeb {
	background: rgb(249, 248, 130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249, 248, 130,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(249, 248, 130,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(249, 248, 130,1) 55px,rgba(45, 45, 3,1) 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:20px;

background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.3s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#homeb:hover { 
	background-position:0px 0px;
}

#blogb {
	background: rgb(125, 165, 32) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(125, 165, 32, 1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125, 165, 32, 1)  0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125, 165, 32, 1) 55px, rgba(30,40,30,1) 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:30px;

/*animation-name:news_interactive_highlight;
animation-duration:5s;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.5s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#blogb:hover { 
	background-position:0px 0px;
}

#storyb {
	background: rgba(14,150,191) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(14,150,191,1) 0%,rgba(245,250,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1)0%,rgba(245,250,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(14,150,191,1) 55px, rgba(30,75,80,1) 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:30px;

/*animation-name:news_interactive_highlight;
animation-duration:5s;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.3s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#storyb:hover { 
	background-position:0px 0px;
}

#bookb {
	background: rgba(14,150,191) ; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 55px,rgba(200,200,202,1) 70px, rgba(200,200,202,1) 500px, rgba(200,200,202,1) 550px); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 55px,rgba(200,200,202,1) 70px, rgba(200,200,202,1) 500px, rgba(200,200,202,1) 550px); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 55px,rgba(50,50,50,1) 70px); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:30px;

/*animation-name:news_interactive_highlight;
animation-duration:5s;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.3s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#bookb:hover { 
	background-position:0px 0px;
}


#aboutb {
	background: rgb(252, 201, 167) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(252, 201, 167,1) 0%,rgba(245,250,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1)0%,rgba(252, 201, 167,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252, 201, 167,1) 55px, rgba(35,35,30,1) 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:30px;

/*animation-name:news_interactive_highlight;
animation-duration:5s;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.3s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#aboutb:hover { 
	background-position:0px 0px;
}

#discordb {
	background: rgb(252, 201, 167) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(114, 137, 218,1) 0%,rgba(245,250,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1)0%,rgba(252, 201, 167,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(114, 137, 218,1) 55px, rgba(30,30,50,1) 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:30px;

/*animation-name:news_interactive_highlight;
animation-duration:5s;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.3s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#discordb:hover { 
	background-position:0px 0px;
}

#offsiteb {
	background: rgba(14,150,191) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(14,150,191,1) 0%,rgba(245,250,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1)0%,rgba(245,250,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(14,150,191,1) 55px, rgba(245,250,255,1) 70px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

rotate:-3deg;
width:150px;
margin-top:30px;

/*animation-name:news_interactive_highlight;
animation-duration:5s;
animation-iteration-count: infinite;
animation-timing-function: linear;*/
background-position:bottom;
background-size:100% 200%;
transition-property:background;
transition-duration:.3s;
transition-timing-function: fade-out;
}
/*
li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
*/
#offsiteb:hover { 
	background-position:0px 0px;
}



@media only screen and (max-width: 768px) {
	#homeb, #blogb, #storyb, #bookb, #aboutb, #offsiteb, #discordb {
		rotate:0deg;
		margin-top:10px;
		width:120px;
		height:50px;
	}
}

@media only screen and (max-height: 640px) {
	#homeb, #blogb, #storyb, #bookb, #aboutb, #offsiteb, #discordb {
		rotate:0deg;
		margin-top:10px;
		width:120px;
		height:50px;
	}
}

@media only screen and (max-height: 500px) {
	#homeb, #blogb, #storyb, #bookb, #aboutb, #offsiteb, #discordb {
		rotate:0deg;
		margin-top:10px;
		width:120px;
		height:50px;
	}
	ul {
		overflow-y:scroll;
		height:200px;
	}
}


.cool_letter{
	font-size:19px;
}


/* Landing Splash Banner Logic */

.h_s_div{
	background: linear-gradient(to right,  rgba(28, 28, 61,0) 5px,rgba(28, 28, 61,1) 40px);
}

.v_s_div{
	background: linear-gradient(to bottom,  rgba(28, 28, 61,0) 5px,rgba(28, 28, 61,1) 40px);
}


/* CSS Mobile Slider theme corrections */

@keyframes blue_glow {
	0%  	{

		  }
	25%  	{
		  color:#0E96BF;
		  }
	50% 	{

		  }
  }
  
  @keyframes green_glow {
	0%  	{

		  }
	25%  	{
		  color:#7da520;
		  }
	50% 	{

		  }
  }
  
  @keyframes grey_glow {
	  0%  	{

			}
	  25%  	{
			color:#808080;
			}
	  50% 	{

			}
	}

	@keyframes yellow_glow {
		0%  	{
			  }
		25%  	{
			  color:#f9f882;
			  }
		50% 	{
			  }
	  }


/* Module Logics */


	
.newsLeaderModule{
	/*background-color:#FFFFEE;*/
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f8c5+0,ffffff+13 */
background: rgb(249, 248, 130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249, 248, 130,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(249, 248, 130,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(249, 248, 130,1) 5px,rgb(45, 45, 3) 40px, rgb(139, 138, 73) 2500px,rgb(45, 45, 3) 5050px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color:rgb(245,245,230);
}

.newsLeaderModuleHead{
	/*background-color:#F9F8C5;*/
	background-color:#F9F882;
}





.funWritingSampleModule{
	
	overflow:hidden;
	color: black;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e96bf+0,ffffff+13 */
background: rgb(14,150,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,150,191,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(14,150,191,1) 5px,rgba(30,30,50,1) 40px),rgba(30,75,80,1) 2500px; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e96bf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color:rgb(230,230,245);
}

.funWritingSampleModule_DarkMod{
	overflow:hidden;
	color:rgb(240,240,255);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e96bf+0,ffffff+13 */
background: rgb(14,150,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,150,191,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(14,150,191,1) 5px,rgba(30,30,50,1) 40px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e96bf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.funWritingSampleModuleHead{
	background-color:rgb(14,150,191);
}

.storyAdModuleHead{
	background-color:#FFFFFF;
}

.storyAdModule{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e96bf+0,ffffff+13 */
background: rgb(14,150,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,150,191,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(14,150,191,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 5px,rgba(50,50,50,1) 40px, rgba(100,100,102,1) 2500px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e96bf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color:rgb(230,230,230);
}

.blogModuleHead{
	background-color:rgb(125, 165, 32) ;
}

.blogModule{
	background: rgb(125, 165, 32) ; /* Old browsers */
background: -moz-linear-gradient(top, rgba(125, 165, 32, 1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125, 165, 32, 1)  0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125, 165, 32, 1) 5px,rgba(30,40,30,1) 40px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/*width:100%; might be relevant if accordions break?*/
color:rgb(230,255,230);
}

.aboutModule{
	
	overflow:hidden;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e96bf+0,ffffff+13 */
background: rgb(252, 201, 167); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252, 201, 167,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252, 201, 167,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252, 201, 167, 1) 5px,rgba(35,35,30,1) 40px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e96bf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color:rgba(252, 241, 227, 1);
}

.aboutModuleHead{
	background-color:rgb(252, 201, 167);
}

.discordModule{
	
	overflow:hidden;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e96bf+0,ffffff+13 */
background: rgb(114,137,218); /* Old browsers */
background: -moz-linear-gradient(top, rgba(114,137,218,1) 0%, rgba(255,255,255,1) 13%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(114,137,218,1) 0%,rgba(255,255,255,1) 13%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(114,137,218,1) 5px,rgba(30,30,50,1) 40px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e96bf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color:rgb(250,250,255);
}

.discordModuleHead{
	background-color:rgb(114,137,218);
}

.footerMod{
	
	overflow:hidden;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e96bf+0,ffffff+13 */
background: rgb(57, 57, 58); /* Old browsers */
color:rgb(219, 219, 230);
}

.charModule{
	background-color:#FFEEEE;
}


/* Mist */

.default1, .default2{
	z-index:600;
}


.mistbrightness{
	filter:brightness(100%);
}

.bgHangerDark{
	opacity:0;
	overflow:hidden;
	position:absolute;
	float:left;
	pointer-events:none;
}