
h1 {
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: white;
	
}

p {

	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight: <weight>;
 	 font-style: normal;

}

.items {

	display: flex;
	justify-content: center;

}

.box {

	position: absolute;
	top: 15%;
	left: 3%;
	width: 57%;
	height: 80%;


}

.bgbox1 {

	position: absolute;
	top: 5%;
	left: 2%;
	background-color: #60C9E1;
	width: 95%;
	height: 90%;
	border-radius: 5%;

}

.bgbox2 {

}

.content {
 	
	display: inline;
}


.title h1{

	font-size: 3em;
	position: absolute;
	top: 5%;
	left: 55%;
	z-index: 100;
        text-align: center;
	width: 41%;
}

.Return h1 {

	font-size: 3em;
	position: absolute;
	top: 83%;
	left: 2.5%;
	z-index: 100;

}

.Return a:link {

	color: white;
	text-decoration: none;
	transition: 0.6s ease;
}


.Return a:visited {

	color: white;
	text-decoration: none;
	transition: 0.6s ease;
}

.Return a:hover {

	color: #fc97bf;
	text-decoration: none;
	transition: 0.6s ease;
}


.Return a:active {

	color: #fc97bf;
	text-decoration: none;
	transition: 0.6s ease;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  margin: auto;
}

.slideshow-container img {
	max-height: 70vh;
	object-fit: contain;
	pointer-events: none;

}


.slideshow-container .gamebox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90%;
	width: 100%;

}

.fullscreenlink a {
	position: absolute;
	font-family: "Orbitron", sans-serif;
	bottom: 10%;
	left: 103%;
	font-size: 1.8em;
	width: 60%;
}

.GameName {

	position: absolute;
	font-family: "Orbitron", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
	bottom: 90%;
	left: 103.5%;
	font-size: 1.7em;
	width: 52%;
	color: white;
	height: 5%;
	border-radius: 10%;
	text-align: left;
}

.fullscreenlink a:link {

	color: white;
	text-decoration: none;
	transition: 0.6s ease;

}


.fullscreenlink a:visited {

	color: white;
	text-decoration: none;
	transition: 0.6s ease;

}

.fullscreenlink a:hover {

	color: #fc97bf;
	text-decoration: none;
	transition: 0.6s ease;
}


.fullscreenlink a:active {

	color: #fc97bf;
	text-decoration: none;
	transition: 0.6s ease;
}




.MobileBox iframe {

	display: none;
	width: 0;
	height: 0;

}

.Hideheader {
	
	position: absolute;
	top: 0;
	background-color: #60C9E1;
	z-index: 1000;

}

.gameholder {

	position: absolute;

}


/* Hide the images by default */
.mySlides {
  display: none;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 8em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #fc97bf;
}

/* Caption text */
.text {
  color: #60C9E1;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 3vh;
  padding: 8px 12px;
  position: fixed;
  top: 30%;
  left: 62%;
  width: 30%;
  height: 50%;
  border-radius: 5%;
  background-color: white;
  text-align: left;
  margin: -2% 0%;
  overflow: auto;
}

/* The dots/bullets/indicators */
.dot {
  display: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #B2EF2F;
  <!--display: inline-block;-->
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #5C6923;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}