html, body {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #animation_container {
    position:absolute;
    margin:auto;
    left:0;right:0;
    top:0;bottom:0;
    z-index: 10;
    }

    #renderCanvas {
        width: 100%;
        height: 100%;
        touch-action: none;
    }

    #video-bg {
        width: 100%;
        height: 100%;
        z-index: 5;
        /* touch-action: none; */
    }

    .center-element{
      position: absolute;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
    }

    .bottom{
      position: fixed;
      bottom:30px;
    }

    .ui {
      position: absolute;
      z-index: 25;
      width: 100%;
      height: 100%;
      top:0;
      right:0;
      left:0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    #quiz-ui{

      position: absolute;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;

    }

    .aligner-item {
     position: absolute;
    }
    
    .aligner-item--top {
      
      top:0%;
      padding: 5%;
    }

    .aligner-item--bttm {
      top: 75%;
      padding: 2%;
    }

    .aligner-item--center {
      align-self:center;
      margin-top: 15%;
    }

    .aligner-item--left {
      align-self: flex-start;
      left: 0%;
      top: 5%;
      padding: 2%;
    }

    .aligner-item--right {
      align-self: flex-end;
      right: 0%;
      top: 5%;
      padding: 2%;
    }



    .ui>div {
      text-align: center;
      align-items: center;

    }

    .ui-btns{
  width: 220px;
  padding: 5px;
  }

.ui-btns-lg{
width: 30%;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 80px;
}

    .hidden{
      opacity: 0;
      display: none;
    }

    .opacity-zero{
      opacity: 0;
    }

    .notouch{
      touch-action: none;
      pointer-events: none;
    }

    .ghost-btn{
      touch-action: none;
      pointer-events: none;
      opacity: 20%;
    }

    .audioCTRL {
      position: absolute;
      z-index: 10;
      width: 30px;
      /* height: 10vh; */
      top: 2vh;
      left:90vw;

    }

    .audioIndicator{
      position: absolute;
      z-index: 10;
      left:-12vw;
      width: 30px;
      top: -5px;
      opacity: 0;
    }

    .ui-btns{
    max-width: 100px;
    }

    .simpleButton {
      background-color: #eb890a;
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
    }

    .sidenav {
      height: 100%;
      width: 220px;
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      background-color: rgba(17, 17, 17, 0.5);
      overflow-x: hidden;
      padding-top: 20px;
      padding-left: 5px;
    }
    
    .sidenav a {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 14px;
      color: #e9e9e9;
      display: block;
      text-align: left;
    }

     .sidenav a:active {
      background-color: white;
      color: black;
    }

    .nonselectabletext{

      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 14px;
      color: #e9e9e9;
      display: block;
      text-align: left;

    }

    .sidenav a:hover {
      color: #f1f1f1;
    }

    .navIcons{
      
      width: 30px;
      vertical-align: middle;
    }

    .menuText{
      color:white;
      text-align: left;
      align-items: center;
      padding: 6px 8px 6px 16px;
     
  }

    .switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 22px;
    }
    
    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }

    .dropShadow{
      filter: drop-shadow(0 0 0.75rem grey);
    }


    .vertflex-container {
      display: flex;
      flex-direction: column;
     
    }
    
    .vertflex-container > div {
      
      width: 100px;
      margin: 10px;
      text-align: center;
      
    }
    
    
    /* AUTO META STYLES: */
.pirulenHeader{
  font-family: pirulen,sans-serif;
  font-weight: 700;
  font-style: normal;

}
.pirulenLight{
  font-family: pirulen, sans-serif;
  font-weight: 300;
  font-style: normal;
}
  
    .title-left {
      position: relative;
      /* min-width: 50px;
      width: 100%; */
      padding: 2px;
      font-size: 15px;
      position: relative;
      color: #FFF;
      font-family: pirulen,sans-serif;
      font-weight: 700;
      font-style: normal;
  }

  .title-left:after {
      content: " ";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: #FF0000;
      transform: skew(35deg);
  }

  
  .title-right {
    position: relative;
    width: 100%;
    padding: 5px 15px 5px 0px;
    font-size: 15px;
    right: -20%;
    position: relative;
    color: #FFF;
    font-family: pirulen,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.title-right:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: #FF0000;
    transform: skew(-35deg);
}

.orbitron400{
  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Collapsabiles: */

.collapsible {
  /* background-color: #777;
  color: white;
  cursor: pointer;
  
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px; */
  text-align: left;
  padding: none;
  margin: 0;
}

.active, .collapsible:hover {
  /* background-color: #555; */
}

.content {
  position: relative;
  padding: none;
  left: 5%;
  min-width: 80%;
  display: none;
  overflow: hidden;
  
}
.contentBG{
  background-color: #9191914f;
}

/* Tables: */

table.greyTable {
  font-family: 'Orbitron', sans-serif;
  /* border: 1px solid #1C6EA4; */
  background-color: #9191914f;
  width: 100%;
  text-align: center;
  border-collapse: collapse;

}
table.greyTable td, table.greyTable th {
  border-bottom: 2px solid #AAAAAA;
  padding: 10px;
}
table.greyTable tbody td {
  font-size: 15px;
  color: #000000;
}
table.greyTable tfoot td {
  font-size: 14px;
}
table.greyTable tfoot .links {
  text-align: right;
}

/* Image gallery */

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 5px;
}

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

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

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 2%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: 800px;
}

/* 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;
}

.mySlides {
  display: none;
}

.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;
}

/* 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;
}

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

.demo {
  opacity: 0.6;
}

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

img.hover-shadow {
  transition: 0.3s;
}

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

.quiz-ui{

  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 120px;
  top: 75%;
  align-self:center;
  padding:10px; color: rgb(255, 255, 255); text-align: center; font-size: 11px;

}

.answers{

  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 120px;
  top: 50%;
  align-self:center;
  padding:10px; color: rgb(255, 255, 255);text-align: center; font-size: 11px;
  opacity: 0;
  display: none;

}

.enterInfo{

  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  /* height: 200px; */
  top: 25%;
  z-index: 50;
  align-self:center;
  padding:20px; color: rgb(255, 255, 255);text-align: center; font-size: 14px;
  opacity: 0;
  display: none;

}

.compOverInfo{

  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  /* height: 200px; */
  top: 75%;
  z-index: 50;
  align-self:center;
  padding:20px; color: rgb(255, 255, 255);text-align: center; font-size: 14px;
  opacity: 0;
  display: none;

}


a:link {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color:  #FFF20F;
  border: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: Graphik-Medium-Web, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#emailSuccess{
  top: 70%;
}

.questions{
  opacity: 0;
  display: none;
}

.zestText{
  color: #FFF20F;
}

.graphikReg {
  font-family: Graphik-Regular-Web, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.graphikMed {
  font-family: Graphik-Medium-Web, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.graphiteBlock {
  background-color: #303C42;
  width: 90%;
  max-width: 360px;
  /* opacity: 90%; */
}

.whiteBorder {
  border-style: solid;
  border-width: 1px;
  border-color: white;
}
    
