/*wikitable by @limegreen on neocities. a link is appreciated!*/


/*to change the fonts here, go to google fonts, find ones you'd like, and use the @import snippet*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Gupter:wght@400;500;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*example styles*/


/*global colors. change here to see the effect*/
:root {
  --backgroundcolor: rgba(255, 255, 255, 0);
  --textcolor: #2b2b2b;
  --header:#d1d1d1;
  --main: #ffffff;
  --footer: #eaecf0;
  --borders: #000000;

  /*links*/
  --link: blue;
  --linkhover: #00ff28;
  
  /*headings*/
  --breadcrumb: grey;
  --h1: #2b2b2b;
  --h2: #2b2b2b;
  --h3: #2b2b2b;
  --headerunderline: grey;
  
  /*boxes*/
  --quotebackground:grey;
  --quotetext: #2b2b2b;
  --boxbg: #bfbfbf;
  --showcontentborder:grey;
  
  --seriesofbg:#bfbfbf;
  --seriesoftext:#2b2b2b;
  
  /*infotable*/
  --infoboxbg:#eaecf0;
  --centertext:#bdbdbd;
  --boldtext:#2b2b2b;
  --infotext:#2b2b2b;
}

#conservationstatus {
    position: absolute;
    display:flex;
    justify-content:center;
    text-align:justify;
}

.infotable img {
    text-align: center
}

#headerimage {
    object-fit: cover;
    height: inherit;
    object-position: 0 84%;
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    opacity: 1
}

.population {
    padding-top: 81px;
    display: table-cell;
    vertical-align:bottom
}

#sellingyou {
    padding: 10px
}

.eel {
    margin-bottom: 16px;
    width: 545px;
    margin-left: 0px
}

#secondeel {
    transform: scale(-1, 1);
    margin-bottom:-12px
}

body{
  font-family: 'Segoe UI', sans-serif;
  font-size: 15.5px;
  margin: 0;
  color: var(--textcolor);
  background-image: url(img/stampbg.gif)
}
/*container*/
.wrapper{ 
 min-height: 100vh;
 margin: auto;
 font-family: 'Garamond';
 /*width of the content*/
 width: 85%;
 margin: auto;
 border:2px solid var(--borders);
 margin-top: 15px;
 margin-bottom: 15px;
}
/*main content*/
main{
 padding: 15px;
 background: var(--main);
 min-height: 100vh;
   clear: left;
}
/*links*/
a{
 color: var(--link); 
}
/*link hover*/
 a:hover{
 text-shadow: 0 0 1px ;
 color: var(--linkhover);
 text-decoration: underline;
}
/*breadcrumbs*/
.breadcrumb{
color: var(--breadcrumb);  
}
header{
  height: 100px;
  border-bottom:2px solid var(--borders);
  background:var(--header);
}
/*prevent image overflow*/
main img{
  max-width: 100%;
}
/*footer*/
footer{
  background:var(--footer);
  padding: 35px;
  border-top:2px solid var(--borders);
  text-align: center;
}

/*headers*/
h1,h2,h3{
overflow: hidden;
border-bottom: 2px solid var(--headerunderline); 
}
h2{
font-size: 19pt; 
}
h3{
font-size: 16pt; 
}

/*table of contents*/
.showcontent{
  padding: 3px;
  font-weight: bold;
}
.contents{
 background-color:var(--boxbg);
  width: 14%;
 padding: 7px;
 border: 2px solid var(--showcontentborder);
}
/*this changes the dropdown to a hamburger menu for desktop screens*/
.toc summary {
    list-style-type: 'â˜° ';
}
.toc ul{
 list-style: none;
  margin-left: -30px;
}


/*quotes*/
.quotebox{
  width: 30%;
  background-size: cover;
  font-style: italic; 
  padding: 13px;
  border-left: solid;
  background-color:var(--quotebackground);
  color: var(--quotetext);
  font-family: 'Roboto', sans-serif;
}

/*series of*/
.revealsummary{
  text-align: center;
 background-color:var(--seriesofbg);
  padding: 10px;
 font-weight: bold;
  border: 2px solid var(--showcontentborder);
}
.reveal{
  text-align: center;
 background-color:var(--seriesofbg);
  padding: 5px;
  width: 50%;
  border: 2px solid var(--showcontentborder);
  color: var(--seriesoftext);

}

/*flair*/

#flair {
 
    font-size: 38px;
    font-style: bold;
    padding-bottom: 22px;
}


#flair::before {
  background-size: 21px 23px;
  background-repeat:no-repeat;
  display: inline-block;
  width: 0px; 
  height: 24px;
  content:" ";
}

/*flair with image- delete above if using. you will need to play with the width and height to make it fit properly*/

/*  #flair::before { background-image: url('https://i.ibb.co/SwkXQjP/itsalime.png');
  background-size: cover;
  background-size: 20px 25px;
  display: inline-block;
  width: 20px; 
  height: 20px;
  margin-left: 4px;
  content:" ";
}*/

/*infotable*/
.infotable {
  float:right;
  margin-left:5px;
  background:var(--infoboxbg);
  border-left:2px solid var(--borders);
  border:2px solid var(--borders);
  width:21%;
  font-size: 14px;
  color: var(--infotext);
  
}
.infotable img{
  max-width: 100%;
  margin: auto;
}
.infotable th {
  text-align:left;
 
}
.infotable th{
    padding: 5px;
  color: black;
}
.infotable ul{
  list-style: none;
  margin: 4px;
}
#centertext{
  text-align: center;
  background: var(--centertext);
}
/*clear float after infobox*/
#clear::after {
  content: "";
  clear: both;
  display: table;
}
/*responsiveness*/

/*narrow*/
@media(max-width: 900px) {
  .infotable{
    width: 30%;
  }
    .wrapper{
    width: 100%;
  }
      .chapters{
    width: 50%;
  }
  .reveal{
    width: 60%;
  }
  }  
/*medium*/
@media(max-width: 1250px) {
  .infotable{
    width: 35%;
  }
   .contents{
    width: 40%;
  }
  }  

/*mobile */
@media(orientation: portrait) {
  .quotebox{
    width: 90%;
    margin: auto;
    padding: 15px;
    margin-top: 10px;
  }
  body{
    margin-top: 0px;
  }
   .infotable{
    width: 100%;
     margin-bottom: 20px;
  }
 
  .wrapper{
    width: 95%;
  }
    .chapters{
    width: 50%;
  }
  .main{
    padding-top: 20px;
  }
  .contents{
    width: 95%;
  }
   .reveal{
    width: 95%;
  }
}

#cat1 {
  width: 10vw;
  position: absolute;
  margin-left: -36vw
}

#cat2 {
  position: absolute;
  width: 8vw;
  margin-top: -21vw;
  margin-left: 3vw
}

#cat3 {
  position: absolute;
  width: 18vw;
  margin-left: 28vw;
  margin-top: -5vw
}

#cat4 {
  position:absolute;
  width: 8vw;
  margin-top: -17vw;
  margin-left: 14vw
}

#cat5 {
  width: 21vw;
  position:absolute;
  margin-top: -66vw
}

#cat6 {
  position: absolute;
  width: 13vw;
  margin-left: -18vw
}

#cat7 {
  position: absolute;
  width: 6vw;
  margin-top: -52.2vw;
  margin-left: 0vw
}

#cat8 {
  position: absolute;
  margin-top: -49vw;
  margin-left: 6vw;
  width: 14vw
}

#cat9 {
  position: absolute;
  margin-top: -77vw;
  margin-left: -48vw;
  width: 10vw
}

.kitty {
  opacity:1;
  z-index: 5;
  margin-bottom: 4vw
}

  .kitty:hover {
    opacity:.4
  }

#smiley {
  position:absolute;
  margin-top: -57vw;
  margin-left: 48vw;
  opacity:0
}

.kitty:hover #smiley {
  opacity:1
}

#clock {
  width: 30w;
  margin-top:-10vw;
  display:none;
  margin: auto;
  position:fixed;
  z-index: 20;
  bottom: -200px;
  right: 686px;

}