@import url('https://fonts.googleapis.com/css2?family=Freehand&family=Homemade+Apple&family=Vujahday+Script&family=Jacquard+24&family=Jacquard+12&display=swap');

body {
  background: #f7d5f7 url("/auryn/images/ancient-forest.png"); /*Replace with your own background*/
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 13px;
  }
  
center {
  text-align: center;
  }
  
a {
  color: #EB6A0F;
  text-underline-offset: 4px;
  }
  
h1 {
  color: #aaa874;
  font-family: "Jacquard 24";
  font-size: 40px;
  height: 18px;
  margin-top:5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: underline solid 2px #aaa874;
  text-underline-offset: 4px;
}

h2 {
  font-family: "Vujahday Script";
  font-size:30px;
  height:12px;
}

h3 {
  color: #aaa874;
  font-family: "Jacquard 24";
  font-size: 30px;
  height: 4px;
  margin-top:-10px;
  text-align:right;  
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: underline solid 2px #aaa874;
  text-underline-offset: 4px;
}

h4 {
  color: #aaa874;
  font-family: "Jacquard 24";
  font-size: 40px;
  height: 5px;
  margin-top:5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align:center;
}

/*All sidebars go in here.*/  
.sidebar-group {
  position: fixed;
  top: 0;
  margin-top: 25px;
  }
  
/*Code shared by all window-style boxes. To see what different specific sidebar classes look like, check the demo page.*/
.sidebar, .mini-sidebar, .wide-sidebar, .box {
  background: #f2cda7;
  border-radius: 5px;
  border: 1px solid #657d57;
  box-shadow: 2px 2px #364941;
  }
  
/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
  max-width: 100%;
  height:auto; /*Prevent squishing*/
  }
  
.sidebar, .sidebar-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  }
  
/*Container for vertical stacks of multiple mini-sidebars*/
.sidebar-box {
  margin-left: 220px;
  }
  
.sidebar {
  width: 180px;
  margin-left: -15px;
  margin-bottom: 8px;
  }
  
.mini-sidebar {
  margin-bottom: 25px;
  }
  
.wide-sidebar {
  position:absolute;
  margin-left: 870px;
  margin-top: 0px;
  width: 300px;
  min-height: 150px;
  }
  
/*Inside/main text of window boxes.*/
.inner {
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  
  } 

/*The title bar at the top of window boxes.*/
.title-bar, .box-title-bar {
  background: #aaa874;
  color: white;
  font-weight: bold;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  }
  
/*The title bar of boxes has slightly more padding, since there's more room to space text.*/
.box-title-bar {
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
/*For the symbol in the top right corner.*/
.right {
  float: right;
  margin-right: 5px;
  font-family: "Arial", sans-serif;
  line-height: 12px;
  }
  
/*Round circular image.*/
.icon {
  border: #657d57 solid 2px;
  border-radius: 50%;
  }
  
/*Main body text boxes.*/
.box {
  margin-top: 25px;
  margin-left: 400px;
  width: 600px;
  margin-bottom: -18px;
  overflow:hidden;
  }
  
  
  
/*this part is a joke. no need to use it.*/
.big-quote {
  font-size: 32px;
  color: #7D030E;
  letter-spacing: 6px;
  word-spacing: 2px;
  font-family: "Courier New", "Monaco", serif;
  position: fixed;
  margin-left: 950px;
  margin-top: 450px;
  top: 0;
  width: 300px;
  }
  
wide {
  letter-spacing: 16px;
  }
  
midwide {
  letter-spacing: 3px;
  }
  
  


/*MY CUSTOM SHIT LOL*/
.host img{
  position: fixed;
  width: 100px;
  height: auto;
  right: 1px;
  bottom: 0px;
}

.spice img{
  position: fixed;
  width: 500px;
  height: auto;
  right: 1px;
  bottom: 0px;
}

.box summary {
  cursor: pointer;
  height: 18px;
  background-color: #aaa874;
  border-style: solid solid solid solid;
  border-width: 1px;
  border-color: transparent;
  margin-top:10px;
  font-size:15px;
  color:#fff;
  padding: 3px 8px 4px
}

.tiny{
 font-size:10px; 
 text-align:right;
}

/*TABS*/

.content1,
.content2,
.content3,
.content4 {
    display: none;
    padding: 5px;
    border-top: 0px solid #657d57;
    text-align: justify;
    text-justify: inter-word;
}

input[type='radio'] {
    width: 0;
    height: 0;
    opacity: 0;
}

label {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 30px;
    background-color: #aaa874;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: transparent;
    margin-top:10px;
    font-family:'VT323';
    text-shadow: -1px -1px 0 #657d57, 1px -1px 0 #657d57, -1px 1px 0 #657d57, 1px 1px 0 #657d57;
    font-size:19px;
    color:#fff;
}

#tab1:checked+label {
    border-color: #657d57;
}

#tab2:checked+label {
    border-color: #657d57;
}

#tab3:checked+label {
    border-color: #657d57;
}

#tab4:checked+label {
    border-color: #657d57;
}

#tab1:checked~.content1 {
    display: block;
}

#tab2:checked~.content2 {
    display: block;
}

#tab3:checked~.content3 {
    display: block;
}

#tab4:checked~.content4 {
    display: block;
}