@font-face {
  font-family: 'Skrawk-Serif';
  src: url('https://testing-grounds.neocities.org/lostinholstenwall/fonts/Skrawk-Serif.ttf') format("truetype");
} 


body {
margin: 0px;
padding: 0px;
color: #000;
background-color: white;
font-family: 'Skrawk-Serif';
}


h1 {
font-family: 'Skrawk-Serif';
   font-weight: normal;
 margin: 0px;
 font-size: 70px;
 color:black;
}

h2 {
font-family: 'Skrawk-Serif';
   font-weight: normal;
 margin: 0px;
 font-size: 99px;
 color:black;
}
 /* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
} 
.head {
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   margin-top:0px;
   color: black;
   background-color:white;
   text-align: center;
}
.flesh {
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   background-color:black;
   text-align: center;
    -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box; 
}
.contain{
  background-color: white;
}

.list, .bones {
      display: block;
}
.bones {
width: 100%;
}
.list {
   margin: auto;
   text-align: center;
   padding: 30px;
   background-color: white;
   width: 50%;
}
.chapter { 
  background-color:white;
  padding: 10px; 
  border-bottom: 1px solid black;
    border-top:  1px solid black;
    border-left: none;
    border-right: none;
    font-size: 16px;

  }
  details > summary {
    font-size: 30px;
    content: '❧ ';
  }
details>summary {
  list-style-type: none;
  outline: none;
  cursor: pointer;

  padding: 5px;
  border-radius: 5px;
}

details>summary::-webkit-details-marker {
  display: none;
}

details>summary::before {
  content: '❧ ';
}

details[open]>summary::before {
  content: '❦ ';
}

details[open]>summary {
  margin-bottom: 0.5rem;
}

  
.button {
    border-bottom: 2px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-family: 'Skrawk-Serif';
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: black;
   transition-duration: 0.4s;
   
}

.button:hover {
  background-color: #000; /* Green */
  color: red;
  border-bottom: 2px solid red;
    border-top: none;
    border-left: none;
    border-right: 0px solid red;
}
.col {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: none;
    border-right: none;
    height: 75px;
    width: 100%;
  color: black;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-family: 'Skrawk-Serif';
   font-weight: normal;
 margin: 0px;
 font-size: 30px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;

   transition-duration: 0.4s;
       -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box; 
   
}
.col:hover {
  background-color: #d9d9d9; /* Green */
  color: black;
}
#expAll {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: none;
    border-right: none;
    height: 75px;
    width: 100%;
  color: black;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-family: 'Skrawk-Serif'; 
   font-weight: normal;
 margin: 0px;
 font-size: 30px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;

   transition-duration: 0.4s;
       -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box; 
   
}
#expAll:hover {
  background-color: #d9d9d9; /* Green */
  color: black;
}
@media screen and (max-width: 900px) {
  .contain, .list, .head, .flesh {
   
    text-align: center;

   width: 100%;
   height: auto;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box;    
  }
  h1 {
 font-family: "Kolker Brush", sans-serif; 
 font-size: 100px;
 font-weight: normal;
 margin: 0px;
}

.list {
   margin: 0;
   text-align: center;
   padding: 10px;
   max-width: 100%;
   background-color: white;

 
}
.header img {
  padding: 0;
    display: block;
    margin: 0 auto;
   width: 100%;
  height: auto;
  max-width: 635px;

  }
}
@media screen and (max-width: 1688px) {
  .flesh img {
   width: 100%;
}

}