
body
{
	background-image: url("../graphics/goluahcat.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: white;
	background-position-y: bottom;
	font-family: IMPACT;
	padding: 0;
	margin: 0;
	overflow-x: hidden; 
}

h1
{
	text-align: center;
	margin: 0px;
}

h2
{
	text-align: center;
}



ul
{
  margin: 0px;  
  padding: 40px;
}

dl
{
  margin: 0px;  
}
dd
{
  text-align: center;  
  margin-top: 5px;  
  margin-bottom: 5px;  
}

p
{
	font-family: MSGothic;
	font-size: 16px;
	color: #5522ff;
	margin: 20px;
	text-align: center;
}

dt
{  
  margin-left: 10px;  
  margin-right: 10px;  
}


a:link {
  color: #4455aa;
}


a:visited {
  color: #4455aa;
}

a:hover {
  color: #99aadd;
}

a:active {
  color: #99aadd;
}

.mainBody
{
	color: black;
	margin: auto;
	position: relative;
	max-width: 770px;
	font-size: 20px;
	background-color: hsla(252.2, 100%, 89.4%,25%);
	padding-bottom: 20px;
}


.indexreturn
{
	text-align: right;
	margin: 0px;
	max-width: fit-content;
	position: absolute;
	right: 0px; 
}



.character
{
  color: black;
  font-family: IMPACT;
  font-size: 24px;
  Margin-left: 25%;
  Margin-right: 25%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.storydiv
{
  margin: 0px;
  Margin-left: 20px;
  Margin-right: 20px;
  height: 200px;
  border-style: inset;
  border-color: #5522ff;
  overflow: auto;
}

.charul
{
  margin: 0px;
  margin-left: 40px;
  margin-right: 40px;
}

.ddfoot
{
  text-align: center;  
  margin-top: 5px;  
  margin-bottom: 0px;  
}

.logoStyle
{
	background-image: url("../graphics/goluahlines.png");
	background-repeat: repeat-x;
	background-origin: border-box;
	background-position-y: top;
	height: 106px;
}

.logoBack
{
	color: #c2b9f5;
	text-align: center;
	font-size: 103px;
	line-height: 103px;
	margin: unset;
	Position: relative;
	bottom: -5px;
	right: 106px;
	font-family: IMPACT;
}

.logoFront
{
	Position: relative;
	top: -116px;
	left: -115px;
	font-family: IMPACT;
	font-size: 103px;
	text-align: center;
	color: black;
	margin: unset;
}

.logoBackBby
{
	color: #c2b9f5;
	text-align: center;
	font-size: 47px;
	margin: unset;
	Position: relative;
	top: -181px;
	right: -188px;
	font-family: IMPACT;
}
.logoFrontBby
{
	Position: relative;
	top: -243px;
	right: -184px;
	font-family: IMPACT;
	font-size: 47px;
	text-align: center;
	color: black;
	margin: unset;
}

.imagemaskmemorial { /*This code is taken from loveberry resources, credit goes to them at https://loveberry.nekoweb.org/resources/text*/
background-image: url("../graphics/Moralael.png");
background-blend-mode: screen;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-position-y: 42%;
background-position-x: 80%;
background-size: 200%;
font-size: 4em;
font-weight:bold;
transition: 1s ease-out; 
width:fit-content;
margin:0 auto;
filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
background-color: #ffff92;
}

.imagemaskmemorial:hover
{
  background-blend-mode: normal;
  background-position-x: 20%;
  background-color: #ff00ff;
} 


.imagemaskdatoc { /*This code is taken from loveberry resources, credit goes to them at https://loveberry.nekoweb.org/resources/text*/
background-image: url("../graphics/datoceanprev.png");
background-blend-mode: screen;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-position-y: 10%;
background-position-x: 10%;
background-size: 200%;
font-size: 4em;
font-weight:bold;
transition: 1s ease-out; 
width:fit-content;
margin:0 auto;
filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
background-color: #57aa5cab;
}

.imagemaskdatoc:hover
{
  background-blend-mode: normal;
  background-position-x: 80%;
} 


.characterbio
{
  margin-left: 20px;
  margin-right: 20px;
  background-image: linear-gradient(-45deg, rgba(0,0,255,0.65), rgb(0, 0, 0), rgba(255,0,0,0.65)),url("../graphics/cs1.png");
  background-blend-mode: normal;
}

.charname
{
	color: white;
	position: relative;
	right: -200px;
	top: 20px;
	width: fit-content;
}