@font-face {
  font-weight:normal;
  font-family:"DiloWorld";
  src:url("/shrines/fantasy-high/assets/fonts/DiloWorld.ttf");
}

@font-face {
  font-weight:normal;
  font-family:"MADE Tommy Soft";
  src:url("/shrines/fantasy-high/assets/fonts/MADE_Tommy_Soft-Regular.otf");
}

@font-face {
  font-weight:bold;
  font-family:"MADE Tommy Soft";
  src:url("/shrines/fantasy-high/assets/fonts/MADE_Tommy_Soft-Bold.otf");
}

html, body {
  color:#f7f8f4;
  display:block;
  font-size:18px;
  padding:0px 15px;
  scroll-behavior:smooth;
  background-color:#181621;
  background-image:url("assets/paper.png");
  cursor:url("assets/cursor.png"), default;
  font-family:"MADE Tommy Soft", sans-serif;
}

button {
  border:0;
  margin:0 15px;
  color:#000000;
  font-size:20px;
  transition:.2s;
  padding:2px 4px;
  border-radius:3px;
  background-color:#c53263;
  font-family:"DiloWorld", sans-serif;
  cursor:url("assets/pointer.png"), pointer;
}

button:hover {
  color:#000000;
  transition:.2s;
  background-color:#4943f1;
  cursor:url("assets/pointer.png"), pointer;
}

hr {
  border-radius:3px;
  border:2px dashed #4943f1;
}

h1, h2, h3 {
  color:#c53263;
  font-weight:normal;
  margin-bottom:-10px;
  font-family:"DiloWorld", sans-serif;
}

h1 {
  margin-top:15px;
  text-align:center;
}

p {
  padding:0 10px;
}

strong {
  color:#4943f1;
  font-weight:normal;
}

ul li {
  list-style:square;
}

a:link {
  color:#c53263;
  transition:.2s;
  text-decoration:none;
  cursor:url("assets/cursor.png"), default;
}

a:visited {
  color:#c53263;
  transition:.2s;
  text-decoration:none;
  cursor:url("assets/cursor.png"), default;
}

a:hover {
  color:#4943f1;
  transition:.2s;
  letter-spacing:2px;
  text-decoration:none;
  cursor:url("assets/pointer.png"), pointer;
}

a:active {
  color:#4943f1;
  transition:.2s;
  letter-spacing:2px;
  text-decoration:none;
  cursor:url("assets/pointer.png"), pointer;
}

.help {
  text-decoration:dotted underline;
  cursor:url("assets/help.png"), help;
}

blockquote {
  font-style:italic;
  padding-left:15px;
  margin:10px 50px 0px 40px;
  border-left:2px solid #4943f1;
}

.credit {
  text-align:right;
  margin-right:50px;
}

.credit:before {
  content:"— ";
}

.character {
  margin:0;
  padding:0;
  width:100%;
  display:flex;
  margin-bottom:-25px;
}

.top {
  margin-top:30px;
}

.bottom {
  margin-bottom:30px;
}

.leftImg {
  order:1;
  height:350px;
  margin-right:10px;
  transition:.2s linear;
  transform:rotate(-5deg);
}

.leftImg:hover {
  transition:.2s linear;
  transform:rotate(0deg);
}

.rightImg {
  order:2;
  height:350px;
  margin-left:10px;
  transition:.2s linear;
  transform:rotate(5deg);
}

.rightImg:hover {
  transition:.2s linear;
  transform:rotate(0deg);
}

.leftInfo {
  order:2;
  width:100%;
}

.rightInfo {
  order:1;
  width:100%;
  text-align:right;
}

.art {
  height:300px;
}

.artLink:hover, .artLink:active {
  letter-spacing:0;
}

.leftTilt {
  transition:.2s linear;
  transform:rotate(-5deg);
}

.leftTilt:hover {
  transition:.2s linear;
  transform:rotate(0deg);
}

.rightTilt {
  transition:.2s linear;
  transform:rotate(5deg);
}

.rightTilt:hover {
  transition:.2s linear;
  transform:rotate(0deg);
}

.familyTree {
  width:100%;
  margin:auto;
  border:2px solid #c53263;
}

.modalDialog {
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	z-index:90;
	position:fixed;
	pointer-events:none;
	background:rgba(0,0,0,0.8);
	transition:opacity 300ms ease-in;
}

.modalDialog:target {
	opacity:1;
	pointer-events:auto;
}

.modalDialog > div {
	width:700px;
	color:#f7f8f4;
	margin:10% auto;
	text-align:left;
	position:relative;
	border-radius:5px;
	background:#181621;
	border:2px solid #c53263;
	padding:5px 20px 13px 20px;
}

.close {
	top:10px;
  padding:0;
	width:24px;
	right:10px;
	color:#c53263;
	font-weight:bold;
	line-height:25px;
	position:absolute;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	border:2px solid #c53263;
  background-color:#181621;
  font-family:"DiloWorld", sans-serif;
}

.close:hover { 
  color:#181621;
  background-color:#c53263;
}

.name {
  margin-top:8px;
  text-align:center;
}

.outlink:after {
  content:"⤤";
  line-height:12px;
  padding-left:3px;
}

#s-m-t-tooltip{
  color:#c53263;
  font-size:15px;
  padding:6px 8px;
  background:#181621;
  border:1px solid #c53263;
}

::selection {
  color:#000000;
  background:#4943f1;
}

::-webkit-scrollbar {
  width:12px;
  color:#4943f1;
}

::-webkit-scrollbar-track {
  background:#181621;
}

::-webkit-scrollbar-thumb {
  border-radius:5px;
  background:#4943f1;
}

::-webkit-scrollbar-thumb:hover {
  background:#c53263;
}

::-webkit-resizer {
  background:#4943f1;
}