@import url('https://fonts.googleapis.com/css2?family=Abel&family=Barriecito&family=Darker+Grotesque:wght@300..900&family=Grenze+Gotisch:wght@100..900&family=Libre+Barcode+39+Text&family=Protest+Revolution&family=Smooch+Sans:wght@100..900&display=swap');

body {
  background-color: black;
  color: #ececf5;
  font-family: Abel, sans-serif;
  top:0;
  width:100%;
  margin:0 auto;
  overflow-x:hidden;
  font-size:18px;
}

.container {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.container::-webkit-scrollbar { 
    display: none; 
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0; 
    background: transparent;
    display: none; 
}

a {
  color: #6fee2b;
  text-decoration:none;
}

a:hover {
  color: white;
  text-shadow:0px 0px 4px #6fee2b;
  transition:2s;
}

h1 {
  font-family: "Grenze Gotisch", serif;
  letter-spacing:1px;
  font-weight:normal;
  text-shadow: -3px 0px 3px #6fee2b, 3px 0px 3px #6ecff29;
}

p {
  background-color:rgba(0,0,0,0.75);
  padding:.3rem;
  border:1px solid black;
}

.banner{
  width:80%;
  height:280px;
  border:3px inset #0c4b3b;
  background:no-repeat url('/charonedit.png'), url("https://i.gifer.com/EgYU.gif");
  background-size:cover;
  padding:0;
  margin:0 auto;
  margin-top:6px;
  background-blend-mode: hard-light;
}

/* main body/column shit */

.colSIDE {
  width:20%;
}

.colSIDEnobg {
  width:100%;
  border:none;
  background:none;
  box-shadow:0px 0px 0px 0px;
  margin:0 auto;
}

.colMAIN {
  width:55%;
}

.colBIG {
  width:85%;
  margin:0 auto;
}

.flex {
  display:flex;
}

.textright {
  text-align:right;
}
.column {
  float:left;
  background-image: url('https://images.unsplash.com/photo-1593983741287-ac69cab9702d?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'), url("https://images.unsplash.com/photo-1492227982298-644b223e666d?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-blend-mode: multiply;
  background-size:cover;
  box-shadow:0px 0px 6px #065353;
  padding:.2rem;
  margin:0px 5px;
}

.row {
  padding:1rem;
  margin:0;
  display:inline-block;
  width:100%;
}

table, th, td, tr {
  border: none;
  font-family: "Grenze Gotisch", serif;
  font-weight:300;
  font-size:20px;
  letter-spacing:1px;
  text-shadow:0px 0px 3px black;
  margin:0 auto;
}

td, tr, th {
  padding:1px 4px;
  margin:0;
  text-align:left;
}

.links {
  margin:0;
  padding:.2rem;
  font-family: "Grenze Gotisch", serif;
  font-weight:300;
  font-size:20px;
  display:block;
  width:20%;
  text-shadow:0px 0px 4px #065353;
  text-align:center;
}

h4 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight:500;
  font-size:20px;
  letter-spacing:1px;
  text-shadow:0px 0px 6px black;
  text-align:center;
  padding:0;
  margin: 0 auto;
}

h3 {
  padding:0;
  margin: 0 auto;
}

/* gallery */

.gallery {
  display:flex;
  flex-direction:row;
  justify-content:center;
  overflow:hidden;
  padding:2px 10px;
}

.gallery img {
  box-shadow:0px 0px 7px black;
  border:1px inset black;
  padding:1px;
  padding-bottom:18px;
  background:#74a5ab;
  margin-bottom:.4rem;
}

.gallery img:hover {
  cursor:help;
  box-shadow:0px 0px 5px #920512;
}

.conceptGallery {
  display:flex;
  align-items: center;
  box-sizing:border-box;
  overflow:hidden;
  padding:2px 10px;
  margin:0 auto;
}

.conceptGallery img:hover {
  cursor:help;
  box-shadow:0px 0px 5px #920512;
}

.concept {
  box-shadow:0px 0px 7px black;
  border:1px inset black;
  padding:2px;
  background:#74a5ab;
  margin:.2rem;
}

.concept:hover {
  cursor:help;
  box-shadow:0px 0px 5px #920512;
}


.slideshow {
  position: relative;
  width: 80%;
  height: 500px;
  display: block;
  margin:0 auto;
  overflow: hidden;
  justify-content:center;
  box-shadow:0px 0px 15px black;
  border:1px inset black;
  padding:1px;
  background:#74a5ab;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.notfound {
  margin:0 auto;
  justify-content:center;
  text-align:center;
  align-items:center;
  width:100%;
  top:0;
  right:0;
  left:0;
  bottom:0;
  overflow:hidden;
  background:black;
  background-size:cover;
  display:block;
}
