body 
{ 
  background-image: url("../AltBackground2.jpg");
  background-color:#000000;/*
  padding:20px;
  border:10px solid gray;
  margin-top:50px;
  margin-bottom:50px;*/
  margin-left:  auto;
  margin-right: auto;/**
 
  vertical-align:middle;*/
 
  min-width:1050px;
  max-width:1050px;
}

h1, h2, h3, h4, h5, h6, p
{
  color:#888888;
  font-family:"Sans-serif", Arial, sans;
}
h1
{
  text-align:center;
}
img
{
  border-radius: 10px;
}

/*
p
{
  border-style:groove;
  border-color: coral;
}*/

/* BEGIN LIGHTBOX CODE */

* 
{
  box-sizing: border-box;
}

.row > .column 
{
  padding: 0 8px;
}

.row:after
{
  content: "";
  display: table;
  clear: both;
}

.column
{
  float:left;
  /* This has to be set for the more specific one down below */
  width:6%;
  height:100%;
  
  display: inline-block;
  position: relative;
  /*
  border-style:dotted;
  border-color: coral;*/
}

/* BEGIN CUSTOM MODAL THUMBNAILS */

.iroquois_longhouse
{  
  width:5.8823%;
  height:100%;
}
.roman_villa
{
  width:5%;
  height:100%;
}
.rockside_cliff
{
  width:5.8823%;
  height:100%;
}
.aztec
{
  width:12.5%;
  height:100%;
}
.hobbit_home
{
  width:7.1428%;
  height:100%;
}

.spirit
{
  width:8.3333%;
  height:100%;
}
.snowblind
{
   width:7.1428%;
  height:100%; 
}
.mobile_surface
{
   width:9.0909%;
  height:100%; 
}
.midnight
{  
   width:11.1111%;
  height:100%; 
}
.fire_emblazoned_war_rig
{ 
   width:6.25%;
  height:100%;
}
.fire_emblazoned_car
{ 
   width:14.2857%;
  height:100%;
}
.aerial_assault
{
  width:4.347%;
  height:100%;
}
.firebird_propplane
{
  width:25%;
  height:100%;
}
.flatdeck
{
   width:25%;
  height:100%;
}
.planes
{
   width:25%;
  height:100%;
}

/* END CUSTOM MODAL THUMBNAILS */

.imgStill
{
  text-align:center;
  /*
  border-style: solid;
  border-color: coral;*/
}

.test
{
  display:inline-block;
  vertical-align:middle;
  
  height:100%;
  width:100%;
}
/* The Modal (background) */
.modal 
{
  display:block;
  z-index: 1;
  /*
  padding-top: 10px;
  */

  /*
  margin-bottom:auto;
  margin-top:auto;
  *
  left: 0;
  top: 0;
  */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  
  width: 100%;
  height:90%;
  
  max-width:1050px;
  max-height:900px;
  /*
  vertical-align:middle;
  */
  overflow: auto;
  /*
  border-style: solid;
  border-color: rgba(96, 96, 96, 0.5);
  border-radius: 15px;/*
  padding:15px;*/
  
  background-color: rgba(0, 0, 0, 0.0);
}

/* Modal Content */
.modalContent 
{
  display:inline-block;
  position: relative; 
  
  background-color:black;
  /*margin: auto;*/
  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  
  width: 90%; /* this controls how wide the modal is */
  height: 100%;/*
  max-height:900px;
  max-width: 1200px;*/
  /*
  border-style: solid;
  border-color:#888888;
  */
  border-style: solid;
  border-color: rgba(96, 96, 96, 0.5);
  border-radius: 15px;
  padding:15px;
  
  background-color: rgba(0, 0, 0, 0.8);
}
.rowOutline
{
  border-style: solid;
  border-color: rgba(96, 96, 96, 0.5);
  border-radius: 15px;
  padding:5px;
  
  height:10%;
}
.mySlides 
{
  /*display:none;
  text-align:center;
  margin-top:auto;
  margin-bottom:auto;
  margin-left:auto;
  margin-right:auto;
  margin:auto;*/
  margin-left:auto;
  margin-right:auto;
  
  height:90%;
  width :90%;
  
  display: inline-block;
  position: relative;
  /*
  border-style: solid;
  border-color: coral;*/
}
.myDoubleSlides
{
  height:78%;
}
img.slide
{
  /*display:inline-block;*/
  
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*
  vertical-align:middle;
  margin-left:auto;
  margin-right:auto;
  
  border-style: solid;
  border-color: coral;*/
}

/* The Close Button */
.close 
{
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover, .close:focus 
{
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor 
{
  cursor: pointer;
}

/* Next & previous buttons */
.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev 
{
  left: 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);
}

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

img 
{
  margin-bottom: -4px;
}

.captionContainer 
{
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo 
{
  opacity: 0.6;
  
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.active, .demo:hover 
{
  opacity: 1;
}

img.hoverShadow 
{
  transition: 0.3s;
}

.hoverShadow:hover 
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}