/*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=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*example styles*/


/*global colors. change here to see the effect*/
:root {
  --backgroundcolor: #ffffff;
  --textcolor: #2b2b2b;
  --header:#ffffff;
  --main: #ffffff;
  --footer: #eaecf0;
  --borders: #454545;

  /*links*/
  --link: #32B33F;
  --linkhover: #048073;
  
  /*headings*/
  --breadcrumb: #bdbdbd;
  --h1: #2b2b2b;
  --h2: #2b2b2b;
  --h3: #2b2b2b;
  --headerunderline: grey;
  
  /*boxes*/
  --quotebackground: white;
  --quotetext: #2b2b2b;
  --boxbg: #eaecf0;
  --showcontentborder:grey;
  
  --seriesofbg:#bfbfbf;
  --seriesoftext:#2b2b2b;
  
  /*infotable*/
  --infoboxbg:#eaecf0;
  --centertext:#bdbdbd;
  --boldtext:#2b2b2b;
  --infotext:#2b2b2b;
  
  --line-height: 1.5;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
}

a {
  text-decoration: none; 
}

body{
  background-color: var(--backgroundcolor);
  font-family: "Courier Prime", Courier, monospace;
  font-size: 15.5px;
  margin: 0;
  color: var(--textcolor);
  line-height: 1.5;
}

/*container*/
.wrapper{ 
 min-height: 100vh;
 margin: auto;
 /*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: 110px;
  width: 100%;
  background-image: url('pluralbanner1250.png');

}
/*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: 45%;
 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;
}

.drop {
background-color: #ffffff;
padding: 7px;
}

/*quotes*/
.quotebox{
  width: 30%;
  background-size: cover;
  font-style: italic; 
  padding: 10px; 
 
 padding: 13px;
  border-left: solid;
  background-color:var(--quotebackground);
  color: var(--quotetext);
}

/*series of*/
.revealsummary{
  text-align: center;
 background-color: #eaecf0;
  padding: 10px;
 font-weight: bold;
  border: 2px solid var(--showcontentborder);
}

.reveal{
  text-align: center;
 background-color: #eaecf0;
  padding: 5px;
  width: 100%;
  border: 2px solid var(--showcontentborder);
  color: var(--seriesoftext);
  margin: auto;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.container {
 margin: 0 auto;
 overflow: hidden;
}

.col1 {
 width: 45%;
 float:left;
 margin: 2.5%;
}

.col2 {
 width: 45%;
 float:left;
 margin: 2.5%;
 text-align:right;
}

/*flair*/
 #flair::before {
  background-size: cover;
  background-size: 25px 25px;
  display: inline-block;
  width: 30px; 
  height: 20px;
  margin-left: 4px;
  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:" ";
}*/

.button1 {
  background-color: #7675C3;
  border: none;
  color: #FFFFFF;
  padding: 12px 22px;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 10px;
  font-family: Courier;
  font-weight: bold;
  float: right;
}

.button1:hover {
  background-color: #543475; 
  border: none;
  color: #FFFFFF;
}

.button1:active {
  background-color: #543475; 
  border: none;
  color: #FFFFFF;
}

/*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;
  padding: 0px;
  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: 50%;
  }
  }  

/*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%;
  }
}