
.wholescreen-container {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%; 
   background-color: rgba(0,0,0,0.9);
   visibility: hidden;
   }

.visible {
   visibility: visible;
   }

.wholescreen-image {
    max-width: 95%;
    max-height: 95%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.wholescreen-nav {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 10%; 
   background-color: rgba(63,63,63,0.5);
   font-size: 300%;
   margin: 0;
   }

.wholescreen-nav-arrows {
   margin: auto;
   height: 100%;
   text-align:center;
   vertical-align:bottom; 
   text-shadow: 0px 0px 2px #000;
   color: #FFF;
   }

.wholescreen-nav-close {
   position: fixed;
   right: 0;
   top: 0;
   height: 10%;
   }

div.container {
  width: 60%;
  margin: auto;
  background: #000;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  }

div.date {
  font-family: gilsans, Helvetica, Arial;
  font-size: 20px;
  width: 100px;
  padding: 2px;
  };

div.thumb {
  font-size: 25px;
  width: 100px;
  padding: 2px;
  };

div.whole {
  };

:root {
  --thumbnail-margin: 2px
  }

body {
    color: white;
    background-color: black;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

h1 {
   font-size: 144px;
   margin: 0px;
   padding: 0px;
}

main {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  }

h2 {
  text-align: center;
  font-size: 30px;
  color: black;
  background-color: #333;
  vertical-align: center;
  min-width: 200px;
  height: 100px;
  margin: var(--thumbnail-margin);
  display:flex;
  justify-content: center;
  align-items: center;
}

h3 {
  text-align: center;
  font-size: 20px;
  color: #333;
  background-color: rgba(0,0,0,0);
  vertical-align: center;
  min-width: 78px;
  max-width: 78px;
  height: 78px;
  padding: 10px;
  margin: var(--thumbnail-margin);
  display:flex;
  justify-content: center;
  transform: rotate(-90deg); 
  align-items: center;
  border: 1px;
  border-style: solid;
  border-color: #333;
}

.thumbnail {
  height: 98px;
  width: 98px;
  object-fit: cover;
  margin: var(--thumbnail-margin);
  padding: 0px;
  display: block;
  opacity: 80%;
  border: 1px;
  border-style: solid;
  border-color: #333;
}

.thumbnail:hover {
  opacity:100%;
  }

section {
  padding: 0px;
  margin: 0px 0px 25px 0px;
  background-color: black;
  display: flex;
  flex-direction: row;
} 

.photos {
  padding: 0px;
  margin: 0px;
  background-color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.datebrand {
  font-family: Courier, monospace;
  font-size: 1.2em;
  color: #ffff88;
  text-shadow: 0 0 6px #FFa500;
  width: 100%;
  position: absolute;
  font-weight: normal;
  bottom: 0;
}

