
body, body2, h1, h2, td, tdNotBaseTwo, a, badTranslator
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

body
{
	font-size: 12px;
	color: #000000;
	background-color: #E0EEEE;
#	background-image: url(portal_mob.jpg);
#	background-size: cover;
#	background-position: center;
}

body2
{
	font-size: 12px;
	color: #000000;
	background-color: #B1F197;
}

h1
{
	font-size: 22px;
	color: #000000;
}

h2
{
	font-size: 18px;
	color: #000000;
}

td
{
	font-size: 12px;
	color: #000000;
}

tdNotBaseTwo
{
	font-size: 12px;
	color: #000000;
	background-color: #ff0000;
}

a
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

badTranslator
{
	font-size: 12px;
	color: #00C000;
}

unknown
{
	font-size: 12px;
	color: #ff00ff;
}

fail
{
	font-size: 12px;
	color: #ff0000;
}

.assert
{
	font-size: 12px;
	color: #ff00ff;
}

.error
{
	font-size: 12px;
	color: #ff0000;
}

.table
{
  display: table;
  width:100%;
  border-collapse:collapse;
}

.table-row
{
    display: table-row;
}

.table-cell, .table-cell-warning, .table-cell-error, .table-head
{
	display: table-cell;
	padding:1em;
	text-align: center;
	opacity: 0.85;
}

.table-cell-warning
{
	background-color: #ee0;
}

.table-cell-error
{
	background-color: #e10;
}

.table-head
{
	font-weight:bold;
}

.images
{
    text-align:left;
    margin:40px auto; 
}

.images a
{
    margin:0px 15px;
    display:inline-block;
    text-decoration:none;
    color:black;
 }

.section50
{
    float: left;
    width: 50%; 
}

.section30
{
    float: left;
    width: 30%;
}

.section20
{
    float: left;
    width: 20%;
}

.section25
{
    float: left;
    width: 25%;
}

.layerThumbnail
{
    width: 64;
    height: 64;
}

.galleryThumbnail
{
	border: 4px solid #E0EEEE;
	width: 85%;
    margin-left: 7.5%;
    /*margin-right: 2%;*/
}

.sceneThumbnail
{
	border: 4px solid #E0EEEE;
	width: 320;
    height: 180;
}

.sceneThumbnailNotDone
{
    border: 4px solid #E0EEEE;
    width: 320;
    height: 180;
}

.sceneThumbnailCE
{
    border: 4px solid #E0EEEE;
    width: 320;
    height: 180;
}

.sceneThumbnailCENotDone
{
    border: 4px solid #E0EEEE;
    width: 320;
    height: 180;
}

.miniGame
{
	font-size: 12px;
	color: #00af00;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 96%;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
    /*max-width: 99%;*/
    /*margin-left: 2%;*/
    /*margin-right: 2%;*/
}

.next {
  right: -2.5%;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 2%;
  border-radius: 3px 0 0 3px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: 25%;
  padding: 16px;
  color: green;
  background-color: #00ff0020;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev:hover, .next:hover {
  background-color: #00ff0080;
}

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

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


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

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

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust the column width as needed */
    gap: 10px; /* Adjust the gap between images as needed */
    justify-items: center; /* Center items horizontally */
}

.grid-item {
    text-align: center; /* Center items vertically */
}

.grid-item img {
    max-width: 100%;
    height: auto;
}