body {
background-color: #551606;
color: #fff;
font-family: "Special Elite", system-ui;
font-weight: 400;
font-style: normal;
}

a {
color: #1e3799 ;
	text-decoration: none;
}
a.escape {
color: #ffffff ;
font-family: system-ui;
font-size: .9rem;
text-decoration: underline;
}
.control {
font-family: system-ui;
font-size: .9rem;
color: #ffeaa7;	
}
.link-control {
text-decoration: underline;
font-family: system-ui;
font-size: .9rem;
color: #ffeaa7;	
}
	
.border-control {
	border-color:#ffeaa7 !important;
}

.blood-text {
	color: #551606;
}

.black {
color: #000000;	
}

.ghost {
  font-size: calc(3.0rem + 3.5vw);
	margin-bottom: 0;
	padding-bottom: 0;
}
@media (min-width: 1200px) {
  .ghost {
    font-size: 6rem;
	margin-bottom: 0;
	padding-bottom: 0;
  }
}

.box {
margin-bottom:0;
}

.small {
	font-size: .8rem;
}
.smallish {
	font-size: .9rem;
}
.one {
	font-size: 1rem;
}
p {
	font-size: 1.2rem;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

.redacted {
  background-color: #000000;
  color: #000000;
  user-select: none; /* Prevents quick highlighting/copying */
}

.crossed-out {
  text-decoration: line-through;
}

.border-blood {
	border-color:#551606 !important;
}

ul {
	list-style:circle;
}
li {
	margin-left:35px;
}
