@font-face {
  font-family: typostuck;
  src: url('../../fonts/typostuck.woff');
}
:root {
  --gradient: linear-gradient(#ffffff, #e7e7e7);
  --shadow: 5px 5px 5px inset #9e9e9e70, -5px -5px 5px inset #9e9e9e70;
}
body {
  background-size: 70px;
  background-color: #000000;
  font-family: typostuck;
  color: #0000ff;
  letter-spacing: 1.5px;
  image-rendering: pixelated;
  margin: 20px;
}
table {
  margin: 5px;
  padding: 5px;
  border: 1px solid #214cca;
  background-image: var(--gradient);
  box-shadow: var(--shadow);
}
tr, th, td {
  background-color: #ffff;
  padding: 5px;
  background-image: var(--gradient);
  box-shadow: var(--shadow);
  border: 1px solid #214cca;
}
b {
  color: #000000;
}
p {
  text-indent: 15px;
}
header {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 110px;
  background-image: url('../../images/bgsandborders/twollian.PNG');
  background-size: cover;
}
h1, h2 {
  position: relative;
  border-radius: 10px;
  color: #ffffff;
  margin: 5px;
  border: 2px solid #214cca;
  background-color: #375de6;
  padding-left: 20px;
}
h3 {
  border-radius: 10px;
  color: #ffffff;
  margin: 5px;
  border: 2px solid #214cca;
  background-color: #375de6;
  padding-left: 20px;
}
button {
  font-family: typostuck;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
ul {
  margin-left: 20px;
  padding-left: 0px;
}
summary {
  cursor: pointer;
}
blockquote {
  font-style: italic;
  color: #000000;
  text-align: center;
}
blockquote p {
  text-indent: 0px;
}
a {
  color: #0000ff;
}
a:hover {
  font-style: italic;
}
.gallery {
  display: grid;
  grid-template-columns: 50% 50%;
}
.gallery img {
  width: 95%;
}
#trollian {
  margin: auto;
  border: 5px solid #2634c9;
  border-top: none;
  border-radius: 20px 20px 0 0;
  max-width: 950px;
  background-color: #16166c;
  position: relative;
  scrollbar-color: #355de6 #214cca;
  scrollbar-width: 50px;
}
#windowtainer {
  display: grid;
  grid-template-columns: 35% 65%;
  overflow: auto;
  padding: 15px;
}
#content {
  min-height: 600px;
}
.window {
  background-color: #59a6ff;
  margin: 10px;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 5px;
  min-height: 100px;
  border-image: url('../../images/bgsandborders/twollianwind.PNG');
  border-image-slice: 20 4 5 3;
  border-image-width: 35px 3px 6px 3px;
  border-image-outset: 35px 3px 6px 3px;
  border-image-repeat: stretch stretch; 
  box-shadow: -5px -5px 3px inset #214cca70;
}
.menubar {
  position: sticky;
  z-index: 1;
  padding: 10px;
  top: 0;
  background-color: #375de6;
  border: 2px solid #214cca;
  border-right: none;
  border-left: none;
}
.menubar a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  border: none;
  padding: 5px;
}
.menubar a:hover {
  background-color: #00000040;
}
.btncontainer {
  position: absolute;
  right: 5px;
  margin-top: 20px;
}
.btncontainer a {
  transition: 0.3s;
  text-decoration: none;
  color: #c2c2c2;
  border: 1.5px solid #c2c2c2;
  font-size: large;
  border-radius: 2px;
  text-align: center;
  padding: 5px;
  padding-left: 8px;
  margin: 5px;
}
.btncontainer a:hover {
  color: #d3d3d3;
  background-color: #00000040;
}
.loglist {
  overflow: auto;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  border: 2px solid #214cca;
  background-image: var(--gradient);
  box-shadow: var(--shadow);
}
.chump {
  display: inline-block;
  width: 145px;
  margin: 1px;
  text-align: center;
}
.chump:hover {
  background-color: #d3d3d3;
}
.comment {
  width: 30%;
  float: left;
  margin-right: 20px; 
}

 /* Style the tab */
 .tab {
  color: #ffffff;
  overflow: hidden;
  border: 2px solid #214cca;
  background-color: #375de6;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-size: medium;
  color: #ffffff;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #00000040;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #00000040;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 5px;
  border: 2px solid #214cca;
  background-image: var(--gradient);
  box-shadow: var(--shadow);
  border-top: none;
} 


/*Responsive stuffs..*/
@media (max-width: 950px) {
  body {
    margin: 0;
  }
  #windowtainer {
    padding: 0px;
  }
  .window {
    margin: 5px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
@media (max-width: 820px) {
  #windowtainer {
    display: block;
    padding: 0px;
    border-right: none;
  }
}

@media (max-width: 550px){
  header {
    height: 60px;
  }
  .chump {
    width: 40%
  }
}