body{
  background-color: #080a08;
  font-family: 'Afacad', sans-serif;
  /* font-family: 'Noto Sans Mono', sans-serif; */
  font-size:20px;
  color: #b8b18c;
  margin: 0;
  padding: 0;
}

#headerbox{
  /* border:5px solid red; */
  top: 0;
  left: 0;
  width:100%;
  position: sticky;
  background-color: #10120f;
  display:flex;
  flex-wrap: wrap;
  flex-direction: row; /* Stack content vertically */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */  
}

#header{
  /* border:5px solid blue; */
  flex:50%;
  position:sticky;
  color: rgb(212,194,121);
  padding:5px;
}

#header h1{
  margin: 0px;
  font-size: 50px;
}

#headerlist{
  flex:1;
  flex:50%;
  display:flex;
  position:sticky;
  flex-wrap: wrap;
} 

.listitem {
  margin:auto;
  font-size:25px;
}
  
.headercolumn{
  margin:5px;
  flex:1;
  max-width: 100%;
}

hr{
  border: none; 
  height:3px;
  vertical-align: middle;
  clear:bottom;
  background-color:rgb(102, 106, 72);
}

h2{
  margin:10px;
  color: rgb(212,194,121);
  float: left;
}

h3{
  margin:10px;
  color: rgb(102, 106, 72);
  float: left;
  clear: left;
}

.nav{
  text-align:left;
  font-size:20px;
  padding:20px;
  line-height:40px;
} 

.item:hover{
  box-shadow: 0px 0px 5px #78beff;
}

.titlecaption{
  text-align: center;
  color: #070806;
  font-size: 25px;
  text-align:left;
  grid-row: 2 / 2;
  margin-bottom:10px;
  margin-top:10px;
}

.row {
  /* border:5px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
  margin:5px;    
  width:100%;  
  height:auto;
}

.column {
  /* border:5px solid pink; */
  object-fit: contain;
  margin:5px;
  flex:1;
  max-width: 70%;
  flex-basis:150px;
}

.column img{
  /* border:5px solid purple; */
  display:block;
  margin:10px;
  max-width: 100%;
}

.logocontainer{
  float:right;
  flex:1;
  flex-direction: column;
  margin:auto;
  padding:20px;
  overflow:hidden;
  object-fit: contain;
}

#main{
  /* border:5px solid blueviolet; */
  display:inline-block;
  width:100%;
  height:100%;
}

.mainboxes{
  justify-content: center;
  align-items: center;
  width:95%; 
  height: auto;
  margin: auto;
  /* border:5px solid red; */
}

.textbox{
  /* border:5px solid red; */
  border-radius: 50px;
  background-color: #080a08;
}

.textbox .textfield{
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  background-color: #10120f;
  text-align: left; 
  margin:20px;
  padding:20px;
  clear: left;
}

#title{
  /* border:5px solid blue; */
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footerlist{
  flex-wrap: wrap;
  display:flex;   
  margin:auto;
  padding:20px;
  justify-content: center;
  align-items: center;
  gap:10px;
}

#footerlist a{
  color: #7179b1;
}

a:link{
  text-decoration: none;
  color: #7179b1;
}

a:visited{
  color: #7179b1;
  display: block
}

a:hover{
  text-shadow: 0px 0px 2px #78beff;
  display: block
}


/* SLIDESHOW SHIT*/

.mySlides1 img, .mySlides2 img, .mySlides3 img, .mySlides4 img,.mySlides5 img,.mySlides6 img{
  object-fit: contain;
  overflow: hidden;
  background-color: black;
}

/* arrows */
.w3-left, .w3-right, .w3-badge {
  cursor:pointer
}

.w3-left{
  float:left!important; 
  color:#7179b1
}
.w3-right{
  float:right!important; 
  color:#7179b1
}

.w3-badge {
  display:inline-block;
  padding-left:8px;
  padding-right:8px;
  height:20px;
  width:20px;
  padding:0;
  border-radius:50%;
  color: rgb(212,194,121);
} 
.w3-white,.w3-hover-white:hover{
  color:#000!important;
  background-color:rgb(212,194,121)!important
}

.hover:hover{
  color:rgb(134, 139, 91)!important;
  background-color:rgb(134, 139, 91)!important
}
/*------------------------Stickers------------------------*/

.sticker {
  overflow: visible;
  position: sticky; 
  z-index: 1;
}

img.heraldsticker{
  position:absolute;
  z-index: 320; left: 1040px; top: 30px;
  max-width: 280px;
}
img.chronosticker{
  position:absolute;
  z-index: 320; right: 1080px; bottom: -1500px;
  max-width: 280px;
}
img.liarssticker{
  position:absolute;
  z-index: 320; left: 1055px; top: 2000px;
  max-width: 280px;
  transform: scaleX(-1);
}
img.foolsticker{
  position:absolute;
  z-index: 320; right: 1080px; top: 2600px;
  max-width: 280px;
}
/* collapsible content ---------------------*/



.w3-display-container{position:relative}.w3-text{display:inline-block}


.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}

.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}

.w3-border-0{border:0!important}.w3-border{border:1px solid rgb(212,194,121)!important}
.w3-border-top{border-top:1px solid rgb(212,194,121)!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}

.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
