:root{
	--border: 1px solid rgba(255,255,255,0.5);
	--big-radius: 3px;
	--main-radius: 1px;
	--smaller-radius: 0px;
	--headerbg: rgba(100, 100, 177, 0.5);
	--gamebg: rgba(100, 100, 177, 0.3);
	--codebg: rgba(206, 202, 141, 0.4);
	--linkcolor: #7ceeb8;
	--linkhover: #fffa72;
	--lightboxlinkcolor: #7ceeb8;
	--lightboxlinkhover: #fffa72;
	--imghoverglow: #ffffa7a0;
	--imghoverglow2: #ffffff70;
}

body {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-size: 18px;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  text-align:center;
}

#bg1{
  position: fixed;
  top:-50px;
  background-image: url(../images/bg-cyber-thin.jpg);
  background-repeat: repeat-y;
  background-position:center top;
  margin:0px;
  padding:0px;
  width: 100%;
  height: 10000px;
  animation: 65s scroll1 infinite linear;
  z-index:-2;
}
@keyframes scroll1 {
  from{transform: translateY(0);}
  to{transform: translateY(-800px);}  
}
#bg2{
  position: fixed;
  top:-50px;
  background-image: url(../images/squares.png);
  background-repeat: repeat-y;
  background-position:center top;
  margin:0px;
  padding:0px;
  width: 100%;
  height: 10000px;
  animation: 45s scroll2 infinite linear;
  z-index:-2;
}
@keyframes scroll2 {
  from{transform: translateY(0);}
  to{transform: translateY(-1396px);}  
}
#bg3{
  position: fixed;
  top:-50px;
  background-image: url(../images/stars.png);
  background-repeat: repeat-y;
  background-position:center top;
  margin:0px;
  padding:0px;
  width: 100%;
  height: 10000px;
  animation: 6s scroll3 infinite linear;
  z-index:-2;
}
@keyframes scroll3 {
  from{transform: translateY(0);}
  to{transform: translateY(-512px);}  
}

hr {
  border: solid #ffffff60;
  border-width: 2px 0 0 0;
}
#logo{
	background-image: url('../images/strawb2.gif');
}

#container {
  color: #ffffff; 
  border:var(--border); 
  border-radius:var(--big-radius); 
  background:rgba(0, 0, 0, 0.7);
  background-image: url(../images/circuit2.png);
  background-repeat: repeat;
}

#header2 li a, .homebutton a, .themeselectbutton a, input[type="submit"], input[type=file]::file-selector-button {
	font-size: 1.0em;
	display: inline-block;
	color: #5d5b40;
	text-decoration: none;
    font-family: "Aldrich", Sans-serif;

	background-color: rgba(255, 249, 158, 0.9);
	padding:5px 10px 5px 10px;
	margin:5px;
	border:2px solid rgba(79,88,46,0.5); 
	border-radius:5px;
	
	text-shadow:0 0 0 rgba(0,0,0,0);
}
#header2 li a:hover, .homebutton a:hover, .themeselectbutton a:hover, input[type="submit"]:hover, input[type=file]::file-selector-button:hover, .drag-active input::file-selector-button {
	background-color: rgba(104, 109, 199, 0.9);
	color: white;
	border:2px solid rgba(255,255,255,0.5); 
	text-shadow:0 0 0 rgba(0,0,0,0);
}
#header2 li a::before{
	content:" • ";
}

.gametitle {
	font-size:1.2em;
	padding:10px;
	display:inline-block;
	text-decoration:none;
	font-weight:normal;
	text-underline-offset:0.3rem;
}
.gametitle:hover{
	color:white;
	font-weight:bold;
}

blockquote{
	background-image: url('../images/quote-copykitty.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.indexmain{
	background-image: url('../images/boki_kick_left.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

h1{ font-size: 1.7em; }
h2{ font-size: 1.55em; }
h3{ font-size: 1.3em; }
h4{ font-size: 1.15em; }
h5{ font-size: 1.0em; }
.bannercaption {font-size:1.4em;}

h1, h2, h3, h4, h5, .gametitle, .gallerybutton, .labelheader {
  --headeroutline: red;
  font-family: "Aldrich", Sans-serif;
  font-weight:normal;
  letter-spacing:0.00em;
  color:white;
  text-shadow:
    0px 0px 10px #ffffff, /*this is the glow*/
	2px 2px 0px #243ffb; /*and this is the shadow*/
}

.steam{
	background-image: url('../images/button-ck-steam.png');
}
.itch{
	background-image: url('../images/button-ck-itch.png');
}
.storebutton:hover{
	filter:brightness(150%);
	box-shadow:0 0 30px var(--imghoverglow);
}

.gallerybutton--previous {
  background-image: url('../images/copykitty-arrow.png');
  left: 1.5rem;
}

.gallerybutton--next {
  background-image: url('../images/copykitty-arrow2.png');
  right: 1.5rem;
}
#style-copykitty{
	pointer-events: none;
	filter:opacity(70%);
}
#style-copykitty::before{
	content:"★ ";
}
#style-copykitty::after{
	content:" ★";
}
input[type=text], textarea{
	background:rgba(255,255,255,0.2);
	color:#fff;
}
.drop-container {
  border: 2px dashed #ccc;
  border-radius: 10px;
  color: #ccc;
}

.drop-container:hover {
  background: rgba(206, 202, 141,0.2);
  border-color: #eee;
}

.drag-active {
  background: rgba(206, 202, 141,0.8);
  border-color: #eee;
}

.drop-container:hover .drop-title, .drop-container:hover, .drag-active .drop-title {
  color: #fff;
}

.drop-title {
  color: #ccc;
}