/* colors
	green: #B8FB3C
	yellow: #E2FB3D
	dark purple: #001437
	purple: #422BBA
	periwinkle: #7898FB
	turqouise: #74F9E6
	pink: #FA74F1

 */

body {
  
  background-color: #1C1678;
  background: url('images/spzst_bg.png');
  background-size: 1090px;
  color: #422BBA;
  font-family: monospace;
  font-size: 14px;
  
  
  
}

#backButton {
	
	background-color:#001437;
	color: #74F9E6;
	font-family: monospace;
	text-decoration:none;
	padding: 10px;
	height: 40px;
	display: inline block;
	border-radius: 5px;
	
}

h1 {
  
    text-align: center;
	color: #422BBA;
	
}

h2 {
  
    text-align: center;
	color: #422BBA;
	
}

#laptophead {
	
	display: flex;
	height: 100px;
	padding: 10px;
	
}

#outer_cont {
	
	background-color: #001437;
	width: 70%;
	margin: auto;
	padding: 15px;
	gap: 10px;
	border-radius: 10px;
	
}
.container {
	
	margin-bottom: 20px;
	
}

.center {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
}

.container1 div {

	padding: 5px;
	border-radius: 10px;
	
}

.container1 p {
	
	color: #422BBA;
	
}

#info {
	
	background-color: #74F9E6;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
}

#gallery {
	
	display: grid;
	grid-template-columns: auto;
	
}

#gallery div {
	
	padding: 10px;
	margin-bottom: 20px;
	width: 90%%;
	border-radius: 10px;
	
}

#gallery p {
	
	color: #1C1678;
	
}

.gameDiv {
	
	display:grid;
	grid-template-columns: auto auto;
	
}

.gameDiv p {
	
	
}

#gameBox {
	
	background-color: #7898FB;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gamePics {
	
	filter: drop-shadow(0px 5px 10px #001437);
	border-radius: 10px;
	
}

.spacerLine {
	
	height:2px;
	border-width:0;
	color:#422BBA;
	background-color:#422BBA;
	width:50%;
	
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #74F9E6;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #422BBA;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #74F9E6;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #74F9E6;
  padding: 2px 5px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 16.66%;
}

.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Add dots under the hoverable text */
  cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: #001437;
  color: #74F9E6;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

#socials {
	
	display:flex;
	
}