/*@import "compass/css3";*/
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);




* {
  box-sizing: border-box;
  margin: 0;
}

body {
  /* Force the body to fill the entire screen */
  width: 100%;
  height: 100%;

  /* Black background for the screen */
  background: #000;
}

.navbar {
  background-color: #000000;
  border-radius: 2px;
  max-width: 1600px;
}

.navbar a {
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #d9a0ff;
}

.TextGeneral {
  font-family: Cambria;
  margin: auto;
  max-width: 1280px;
  text-align: left;
}

.GeneralBodyText {
  font-family: Verdana;
  margin: auto;
  max-width: 1280px;
}

.wubkinsAdaptation {
  font-family: 'press start 2p';
  font-size: 3rem;
  background: rgba(0, 0, 0, 0);
  color: rgb(7, 15, 254);
  text-shadow: 0 .1em 0 #ffb4ec00;
  background-repeat: repeat;
  background-size: 20px 10px;
  text-align: center;
}

.atari {
  font-family: 'press start 2p';
  font-size: 1rem;
  background: rgba(0, 0, 0, 0);
  color: rgb(252, 255, 92);
  text-shadow: 0 .1em 0 #c1ffdf;
  background-repeat: repeat;
  background-size: 20px 10px;
  text-align: center;
  line-height: 150%;
}

.atari2 {
  font-family: 'press start 2p';
  font-size: 1rem;
  background: rgba(0, 0, 0, 0);
  color: rgb(73, 255, 53);
  text-shadow: 0 .1em 0 #c4c3ff;
  background-repeat: repeat;
  background-size: 20px 10px;
  text-align: center;
}



.tabs {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.sidebar {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 10vh;
}

.tab-btn {
  background-color: #000000;
  border: none;
  border-bottom: 1px solid gray;
  color: #4e3bf5;
  cursor: pointer;
  padding: 10px 0;
  margin: 10px 0;
  outline: none;
  width: 10%;
}

.tab-btn-active {
  border-bottom: 2px solid hsl(114, 100%, 71%);
  color: hsl(184, 100%, 50%);
  font-weight: bold;
  background-color: rgb(1, 27, 0);
}


/* tabs content */

.content {
  width: 100%;
  padding: 0.5rem;
}

.tab-content {
  text-align: center;
  width: 100%;
  /* let content determine height so images/videos don't overlap */
  height: auto;
  position: relative;
  top: 1rem;
  display: none;
  color:aliceblue
}

.tab-content-active {
  display: block;
}

.tab-content-image {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 1rem 0;
}

.tab-content-image img {
  /* let individual images scale responsively, keep reasonable max width */
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

/* ensure iframes/videos are block-level and clear previous content */
.tab-content iframe,
.tab-content video {
  display: block;
  clear: both;
  margin: 0.75rem auto;
  max-width: 100%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  /* keep a stable container height so controls/dots/captions don't shift between slides */
  --slide-h: 360px; /* change this value to increase/decrease the standard height */
  min-height: calc(var(--slide-h) + 80px); /* room for caption and dots */
}

/* Hide the images by default; enforce min-height so layout stays consistent */
.mySlides {
  display: none;
  /* ensure each slide reserves the same visual height */
  min-height: var(--slide-h);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* force slide images to the same displayed height so controls/dots don't jump
   - we set an explicit height (not max-height) so every image appears the same height
   - width is auto so aspect ratio is preserved */
.mySlides img {
  height: var(--slide-h) !important;
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* make embedded videos/iframes match the same visual height */
.mySlides iframe,
.mySlides video,
.slideshow-container iframe,
.slideshow-container video {
  height: var(--slide-h) !important;
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* pin dot indicators to the bottom of the slideshow container so they don't move */
.slideshow-container .dot {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 3px;
}

/* move caption text above the dots so they don't overlap */
.slideshow-container .text {
  position: relative;
  bottom: 0px;
  width: 100%;
}



/* Next & previous buttons */
.prev, .next {
  /* keep controls clickable and vertically stable */
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 10;
}



/* 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 {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}