body {
  background: url("/images/damask.gif");
  color: white;
  font-family:"IM Fell";
  cursor: url("/images/heartpoint.png"), auto;
}

a {
  cursor: url("/images/heartclick.png"), auto;
  color: #a14dfa;
  text-decoration: none;
}
a:hover {
  background: rgba(255, 255, 255, 0.1);
}

p {
  margin: 0;
}

h1 {
  display: inline-block;
  color: white;
  font-family: "JSL Black";
  font-size: 100px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2 {
  display: inline-block;
  color: white;
  font-family: "JSL Black";
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  padding-top: 20px;
}

details>summary {
  list-style-type: '⮚';
  font-size: 30px;
}
details[open]>summary {
  list-style-type: '⮛';
}

#center {
  justify-content: center;
}

#h1padding {
  padding-bottom: 60px;
}

.headerbox {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border: 5px ridge #13091D;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 15px;
  text-align: center;
  padding-top: 70px;
  width: 850px;
  line-height: 0px;
}

.subhead {
  font-family: "JSL Black";
  font-size: 25px;
  text-align: center;
  padding-top: 15px;
  margin: 20px auto;
}

.navbar {
  display: flex;
  flex-flow: row nowrap;
  margin: 0px auto;
  padding: 0px 0px;
  width: 850px;
}

.home {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.5);
  border: 5px ridge #13091D;
  border-top: none;
  box-sizing: border-box;
  width: fit-content;
  padding: 0px 10px;
}

.mobile {
  display: inline-flex;
  background: #5C2C8D;
  color: #d7b0ff;
  border: 5px ridge #13091D;
  border-top: none;
  box-sizing: border-box;
  width: fit-content;
  padding: 0px 10px;
  margin-right: 20px;
}

.coo2 {
  color: white;
  font-family: "COO2";
  font-size: 120px;
}

@font-face { 
	font-family: "JSL Black"; 
	src: url("/fonts/JSL Blackletter.TTF") format("truetype");
}
@font-face { 
	font-family: "IM Fell"; 
	src: url("/fonts/IM Fell DW Pica.ttf") format("truetype");
}
@font-face { 
	font-family: "COO2";
	src: url("/fonts/Cornucopia of Ornaments Two.ttf") format("truetype");
}
