@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&family=Jersey+10&family=Nabla&family=VT323&display=swap'); 

body {
  background: #f7d5f7 url("images/sunset.jpg"); /*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;
  }  
  
h2 {
  font-family:'Jacquard 12';
  font-size:40px;
  height:0px;
  font-weight:normal;
  margin-top:0px;
}

h1 {
  font-family:'Jacquard 12';
  font-size:40px;
  height:0px;
  font-weight:normal;
  margin-top:0px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color:#000;
}


ul {
 margin-top:1px; 
}

hr {
 margin-bottom:8px; 
}


/*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: #FFF0C1;
  border-radius: 5px;
  border: 1px solid #C23905;
  box-shadow: 2px 2px #7D030E;
  }
  
/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
  max-width: 100%;
  height:auto; /*Prevent squishing*/
  padding:0px;
  }
  
.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: 334px;
  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: #ecac50;
  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: #FEB54C solid 2px;
  border-radius: 50%;
  }
  
/*Main body text boxes.*/
.box {
  margin-top: 25px;
  margin-left: 400px;
  width: 455px;
  margin-bottom: -18px;
  overflow:hidden;
  }
  
.guest {
  margin-top: 25px;
  margin-left: 400px;
  width: 455px;
  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;
}

.higgs img{
  margin-top: 15px;
  margin-left: 400px;
  width: 400px;
  height:auto;
  margin-bottom: 25px;
}

.omghi img{
  position:relative;
  margin-top:0px;
  margin-left: -40px;
  width: 220px;
  height:auto;
}

#statuscafe {
    padding: 0px;
    background-color: azure;
    border: none;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

details {
  font-family:'Jacquard 12';
  font-size:18px;
}

summary::marker {
  font-size: 10px;
}

/*TABS*/

.content1,
.content2,
.content3,
.content4 {
    display: none;
    padding: 5px;
    border-top: 0px solid #C23905;
}

input[type='radio'] {
    width: 0;
    height: 0;
    opacity: 0;
}

label {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    background-color: #ecac50;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: transparent;
    margin-top:5px;
    font-family:'VT323';
    font-size:19px;
    color:#fff;
      text-shadow: -1px -1px 0 #C23905, 1px -1px 0 #C23905, -1px 1px 0 #C23905, 1px 1px 0 #C23905;
}

#tab1:checked+label {
    border-color: #C23905;
}

#tab2:checked+label {
    border-color: #C23905;
}

#tab3:checked+label {
    border-color: #C23905;
}

#tab4:checked+label {
    border-color: #C23905;
}

#tab1:checked~.content1 {
    display: block;
}

#tab2:checked~.content2 {
    display: block;
}

#tab3:checked~.content3 {
    display: block;
}

#tab4:checked~.content4 {
    display: block;
}