:root{
	--border: 2px solid rgba(79,46,88,0.5);
	--big-radius: 30px;
	--main-radius: 10px;
	--smaller-radius: 8px;
	--headerbg: rgba(186, 100, 177, 0.5);
	--gamebg: rgba(186, 100, 177, 0.3);
	--codebg: rgba(141, 206, 202, 0.35);
	--linkcolor: #6f346e;
	--linkhover: #72b9cb;
	--lightboxlinkcolor: #f4abf3;
	--lightboxlinkhover: #a4edff;
	--imghoverglow: #72b9cb;
	--imghoverglow2: #ffffff70;
}

body {
  background-color: #d1dce9;
  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:0px;
  background-color: rgba(121, 176, 231, 1);
  background-image: url('../images/bg-sky.jpg');
  background-size: cover;
  background-position: center center;
  margin:0px;
  padding:0px;
  width: 100%;
  height: 100%;
  z-index:-2;
}
@keyframes scroll1 {
  from{transform: translateY(0);}
  to{transform: translateY(-800px);}  
}
#bg2, #bg3{
  position: fixed;
  top:-50px;
  background-repeat: repeat;
  background-position:center top;
  margin:0px;
  padding:0px;
  width: 200%;
  height: 20000px;
  z-index:-2;
}
#bg2{
  background-image: url('../images/bg-sparkles.png');
  animation: 40s scroll2 infinite linear;
  opacity:0.9;
}
@keyframes scroll2 {
  from{transform: translate(0, 0);}
  to{transform: translate(-800px, -1000px);}  
}
#bg3{
  background-image: url('../images/bg-sparkles2.png');
  animation: 180s scroll3 infinite linear;
  opacity:0.9;
}
@keyframes scroll3 {
  from{transform: translate(0, 0);}
  to{transform: translate(-800px, -2000px);}  
}



hr {
  border: solid #bb74d580;
  border-width: 2px 0 0 0;
}
#logo{
	background-image: url('../images/strawb3.gif');
}

#container {
  color: #151515; 
  border:var(--border); 
  border-radius:var(--big-radius); 
  background:rgba(255,255,255,0);
  background-image: url(../images/bg-cleru.png);
  background-repeat: repeat;
	
  box-shadow: inset 0 0 50px #d8a6e6;
}

#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: "Mochiy Pop One", 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:15px;
	
	text-shadow:0 0 0 rgba(0,0,0,0);
	
    box-shadow:3px 3px 5px rgba(255,255,255,0.3);
}
#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: #bbdbe7;
	color: white;
	border:2px solid rgba(90,150,200,0.5); 
	text-shadow:0 0 0 rgba(0,0,0,0);
}
#header2 li a::before{
	content:" • ";
}



.gametitle {
	font-size:1.1em;
	padding:10px;
	display:inline-block;
	text-decoration:none;
	font-weight:normal;
	text-underline-offset:0.3rem;
}
.gametitle:hover{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}

blockquote{
	background-image: url('../images/quote-sunfluffs.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.indexmain{
	background-image: url('../images/clerudance-left.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, .gametitle, .gallerybutton, .labelheader {
  font-family: "Mochiy Pop One", Sans-serif;
  font-weight:normal;
  /*color: #6f346e;*/
  letter-spacing:0.05em;
  color:white;
  text-shadow:
	3px 0px 0px #b897de, /*these are all outline */
	2px 2px 0px #b897de,
	0px 3px 0px #b897de,
	-2px 2px 0px #b897de,
	-3px 0px 0px #b897de,
	-2px -2px 0px #b897de,
	0px -3px 0px #b897de,
	2px -2px 0px #b897de,
	0px 0px 20px #eac9ff, /*and this is the glow*/
	3px 3px 8px #9659ad80; /*and this is the shadow*/
}

.steam{
	background-image: url('../images/button-fluff-steam.png');
}
.itch{
	background-image: url('../images/button-fluff-itch.png');
}
.storebutton:hover{
	filter:brightness(130%);
}

.gallerybutton--previous {
  background-image: url('../images/sunfluffs-arrow.png');
  left: 1.5rem;
}

.gallerybutton--next {
  background-image: url('../images/sunfluffs-arrow2.png');
  right: 1.5rem;
}
#style-sunfluffs{
	pointer-events: none;
	filter:opacity(70%);
}
#style-sunfluffs::before{
	content:"★ ";
}
#style-sunfluffs::after{
	content:" ★";
}
input[type=text], textarea{
	background:rgba(255,255,255,0.3);
}
.drop-container {
  border: 2px dashed #555;
  border-radius: 10px;
  color: #444;
}

.drop-container:hover {
  background: rgba(255,255,255,0.2);
  border-color: #111;
}

.drag-active {
  background: rgba(255,255,255,0.8);
  border-color: #111;
}

.drop-container:hover .drop-title, .drop-container:hover, .drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
}