@font-face {                  
font-family: 'Faune-Italic';
src: url(https://humantooth.neocities.org/fonts/Wavetosh.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'FT88-Italic';
src: url(https://humantooth.neocities.org/fonts/FT88-Italic.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

body {
    margin: 0;
    font-family: monospace;
    line-height: 1;
    font-size: 12px;
    background:#fcfae2;}


body a {
    color: #616d54;
    text-decoration: none;}

body a:hover {
    color: #7d9267;
    text-decoration: underline #3c4d3f;}

  .crunch {
 image-rendering: pixelated; 
}

h3{
margin:0px;
padding:0px;
 font-family: monospace;
font-size:15px;
color:#7d9267;
position:relative;
z-index:1;
  margin-top:-0.9em;
margin-left:0.1em;
background:#fcfae2;
-webkit-filter: drop-shadow(1px 1px 0 #ede6ce)
                  drop-shadow(-1px -1px 0 #ede6ce);
  filter: drop-shadow(1px 1px 0 #ede6ce) 
          drop-shadow(-1px -1px 0 #ede6ce);}


h4{
margin:0.5em;
padding:0.3em;
font-family: "FT88-Italic";
font-size:20px;
color:#fcfae2;
position:relative;
z-index:1;
background:#7d9267;}



h2{
margin:0.5em;
padding:0.3em;
font-family: "Faune-Italic";
font-size:50px;
color:#111;
position:relative;
z-index:1;
margin-left:-10px;
margin-top:-50px;
opacity:0.85;}


h1{
margin:0px;
padding:0px;
 font-family:  monospace;
font-size:15px;
color:#7d9267;}

 .music {
		 filter: sepia(80%) hue-rotate(40deg) saturate(1) brightness(0.9);
		}

  #outline{
 -webkit-filter: drop-shadow(1px 1px 0 black)
                  drop-shadow(-1px -1px 0 black);
  filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black);
  z-index:1;}

.cat {
  position:relative;
bottom:0px;
  left:8px;
  margin-bottom:-35px;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent;
  padding: 0em;
  width: 100%;
  border: none;
  font-family:  monospace;
  font-size:12px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
   text-shadow:0 0 0px #f1e4d1;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
  padding:0.5em;
} 

.rhs {
   text-align:right;
}

.wrapper {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10%;
    row-gap: 0;}

.sidebar {
    width: 150px;
    margin-top:200px;
    float: right;
    position: relative;}
  
.main-wrapper {
    margin-right: 170px;
    position: relative;}

 .flex-container {
  display: flex;
    flex-wrap: nowrap;
}

.flex-container > div {
  width: 100%;
  margin-right: 0.5em;
  margin-top:0.2em;
  text-align: ;
}


.sidebar-img, .footer, .title, .links, .box {
    margin-top: 10px;}

::selection {
    background: #fffff0;
    color: #7d9267;
}
  
.box {
    border:1px dotted #000;
    padding: 0.5em 1em;
    background-color: #fffff0;}


.buttonbox {
    border:1px dotted #000;
    padding: 0.1em;
    background-color: #fffff0;}


.box-status {
    border:1px dotted #000;
    padding: 0.5em 1em;
    background-color: #fffff0;
    max-height:60px;
    overflow-y: scroll;}

.header {
    background-image: url('/images/pylon2.png');
  image-rendering:pixelated;
   filter: sepia(90%) hue-rotate(0deg) saturate(1) brightness(0.95) opacity(1);
    background-size: 100%;
    background-position: 0px -190px;
    height: 180px;
    border:1px dotted #000;
    margin-bottom: -10px;}

.headertxt {
  image-rendering:pixelated;
   filter: sepia(90%) hue-rotate(0deg) saturate(1);
  position:absolute;
  z-index:2;
    height: auto;}

.textarea {
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: -internal-textarea-auto;
    cursor: text;
    overflow-wrap: break-word;
    background-color: field;
    column-count: initial !important;
    margin: 0em 0em 0em 0em;
    border-width: 1px;
    border-style: solid;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
    white-space: pre-wrap;
}
  

.inner {
  /*Goes inside the box class. Not given any style by default, but can be used for stuff like fancy borders.*/
  }
  
.buttons img {
    image-rendering: pixelated;
     filter: sepia(80%) saturate(1);
  }
  
  #sepia{
     filter: sepia(80%) saturate(1);
  }
  
   #sepia:hover{
     filter: none;
  }
  
   .buttons img:hover {
		 filter: none;
     rotate:3deg;
		}
  
.footer {
  margin-bottom: 25px;
  }

/* SCROLLBAR */      
::-webkit-scrollbar-thumb {
    background-color: #bebdb4;  
    border-radius: 10px;
    border:0px solid #faf9f1;}
::-webkit-scrollbar {
    width: 5px; height: 0px; 
    margin-left: 3px;
    background: #e6e5e3;}
