body, html {
    margin: 0;
    line-height: .9em;
    letter-spacing: -.03em;
    padding: 0;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    background-color: black;
    overflow: hidden; /* Prevent scrolling */
  }
  
  #portfolio-container {
    position: relative;
    height: 100%; /* Adjusted to leave space for info bar */
    width: 100%;
  }
  .black-and-white {
    filter: grayscale(100%);
}

  #generic-info
  {
    position: absolute;
    transform: translate(-50%,0);
    top: 0;
    left: 50%;
    top: 10px;
}.video-volume-control {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    /* Add more styling as needed */
}
#imgLogo
{ cursor: pointer;
  width: 54px;
  height: 59.129px;}
  .nav-button {
    display: none;
    font-family: monospace;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
    height: 100%;
    font-size: 100px;
   color:#DBFF00;
    background-color: transparent;
    cursor: pointer;
    /* font-size: 2em; */
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
  }
  .nav-buttonsvg{
    width: 54px;
    height: 59.129px;}
  #left-nav { left: 20px; display: flex; }
  #right-nav { right: 20px; display: flex;}
  
  #content-area { 
    position: relative; 
    width: 100%; 
    height: 100%; 
  }
  #pwd:focus {
    outline: none;
    border-bottom: 5px #DBFF00 solid !important;
}

  #content-area img, #content-area video, #content-area iframe { 
    width: 100%; 
    height: 100%; 
    object-position: 50% 00%; /* default position */
    border:none !important;
    object-fit: cover; 
  }
 #topPage
  {
    width: 100%;
    height: 100%;
    top: 0; 
    overflow-y: scroll;
    overflow-x: hidden;

    position: absolute;
    display: none;
    /* display: none; */
    background-color: white;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;color: #000;
    padding-top:80px;
    padding-left: 10px;
    justify-content: flex-start;

}
@keyframes svgFillColorChange {
  0% { fill: #DBFF00; }
  50% { fill: #AA0; }
  100% { fill: #DBFF00; }
}
@keyframes backgroundColorChange {
  0% { background-color: #AAA; }
  50% { background-color: #DBFF00; }
  100% { background-color: #AAA; }
}
#loader
{width: 100%;
  position: absolute;
  animation: backgroundColorChange 1s infinite; /* Adjust time as needed */

  top: 0;
  height: 100%;
  background-color: #AAA;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;}
  #loader svg
  {width: 182.651px;
    animation: svgFillColorChange 1s infinite; /* Adjust time as needed */

    height: 200px;}
    #pwButton
    {
      font-size: 35px;
      margin-top: 40px;}
      
    #pwButton:hover
    {
      color:#DBFF00;
      text-decoration: underline;}
    #pwd
    {
      background: none;
      margin-top: 20px;
      border: none;
      border-bottom: 5px black solid;
      height: 50px;
      font-size: 35px;
      text-align: center;
  }
#login
{width: 100%;
  position: absolute;
   /* Adjust time as needed */

  top: 0;
  height: 100%;
  background-color: #AAA;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;}
  #login svg
  {width: 182.651px;
    fill:#DBFF00;

    height: 200px;}
    #error-message
    {
      display: block;
      color: red;
      font-size: 35px;
      margin-top: 40px;}
#categoryMenu
{ 
  margin-top: 50px;
  width: 100%;
 
  }
  
  .category-menu-item
  { margin-top: 15px; margin-bottom: 15px;
    display: inline;
  cursor: pointer;}
  .category-menu-item:hover
  { 
    color:#DBFF00;
    text-decoration: underline;
  }
  .menuType
  {color: var(--black, var(--black, #000));
    font-family: Arial;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 90px */
    letter-spacing: -2.7px;}
.greenBG
{padding: 2px;
  background-color: #DBFF00;}
  #info-bar {width: calc(100% - 20px);
    padding: 1px;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.48px;
    text-transform: uppercase;  
    color: black;
    overflow: auto;
    padding-bottom: 2px;
    padding-top: 2px;
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
align-items: flex-end;
gap: 10px;
  }
  #info-table {
    display: flex;
    justify-content: space-between;width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-collapse: collapse;
    flex-wrap: nowrap;
    flex-direction: row;
    gap:10px;
  }
  #info-table th, #info-table td {
    text-align: left;
    padding: 8px;
    min-width: 100px; /* Example minimum width */
  }