@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


@keyframes slideInFromBottom {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes Opacity {
  0% {
    
    opacity: 0;
  }
  100% {
    
    opacity: 1;
  }
}

@-webkit-keyframes blink {
            50% { color: rgb(34, 34, 34); }
                51% { color: rgba(34, 34, 34, 0); }
  
    }
@keyframes blink {
                50% { color: rgb(34, 34, 34); }
                51% { color: rgba(34, 34, 34, 60); }
  
    }

@font-face {
  font-family: 'Archivo-Narrow-Bold-Italic';
  src: url('fonts/Archivo-Narrow-Bold-Italic.woff2') format('woff2'),
       url('fonts/Archivo-Narrow-Bold-Italic.woff') format('woff'),
       url('fonts/Archivo-Narrow-Bold-Italic.eot'),
       url('fonts/Archivo-Narrow-Bold-Italic.svg#Archivo-Narrow-Bold-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
 color: #00f;
 font-style: italic;
 text-transform: uppercase;
 font-family: 'Archivo-Narrow-Bold-Italic', Arial, sans-serif;
 background:url(pics/bg/bggif.gif);
 }
        

.header {
             
    
  width: 100%;
  display: flex;
   justify-content: space-between;
  min-height:10vh;
 align-items: center; 
 padding: 10px 20px;   
 position: fixed; 
  animation: 1s ease-out 0s 1 slideInFromTop;
  background: transparent;
  z-index: 2;
   

            
 }


.call {
  padding: 10px 20px;         
  border-radius: 5px; 
  

}

.call h3 {
  margin: 0;                  
  font-size: 1em; 
}

.about {
  
   position: static;
   transform: none;
   min-width: 10%;
   height: 4em;
   cursor: help; 
   display: flex;
   align-items: center;
   justify-content: center;
   
     -webkit-transition:max-height 0.2s linear;
     -moz-transition:max-height 0.2s linear;
     transition:max-height 0.2s linear;
   
   
 }

.about:hover {
   padding-left: 5px;
}
 
.call:hover {
  
  padding-left: 5px;
}






h1 {
           
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}

h2 {
  
  
  font-size: 2em;
  text-align: center;
  
  
  }

h3 {
  

  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  
        }



.main{
  display: flex;
  justify-content: center;
  height: 85vh;
  min-height: 85vh;
  padding-top: 12vh;
  padding-bottom: 0;
}


.enter {
  align-self: center;
  animation: 1s ease-out 0s 1 Opacity;
  width: 340px;

        }
       
.enter span {
    color: yellow;
    min-width: 30px;
    -webkit-animation: blink .5s linear infinite;
    animation: blink .5s linear infinite;
          }

           
   
.enter span:hover {
            
    
    padding-top: 180px;
    text-align: left;
   display: block;
   font-size: 0.1em;
   animation: 0.1s ease-in 0s 1 Opacity; 
   background:url(pics/mainpagehovergifplay.gif);
    background-size:cover;
      }



            
            
        
a:link {
  text-decoration: none;
  color:  #0b02b0!important;
            }
     

        


#mortal {
  height: 100px;
  width: 200px;
  padding-left: 20px;

}

#cut {
  height: 70px;
  width: 97px;
  
  
}
 

.footer{
  animation: 1.8s ease-out 0s 1 slideInFromBottom ;
  height: 10vh;
  min-height: 10vh;
  padding: 0;
  clear: both;
}
.footer-social{
  height: auto;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}

.menu {

  background: #090f09;
 }

ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  
}
li {
        
  display: table-cell;
  font-weight: bold;
  width: 100%;
  height: 150px;
     
        }
.videotable ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.videotable li {
  display: block !important;
  height: auto !important;
  flex: 0 0 calc((100% - 32px)/3) !important;
  width: calc((100% - 32px)/3) !important;
  margin: 0 !important;
}
.videotable li:hover{
  background-color: transparent !important;
  transform: none !important;
  padding-bottom: 0 !important;
  animation: none !important;
}
    
          

 li:hover {
  background-color: azure;
  transform: translateY(-10px);
  padding-bottom: 10px;
  animation: 0.3s ease-in 0s 1 Opacity;
        
}




  .body a:visited{
  color: #696969;
}

            
       

/* Landing additions */
.landing-hero { width: 100%; max-width: 900px; margin: 0 auto; padding: 20px; }
.category-section { padding: 32px 20px; scroll-margin-top: 12vh; }
.category-title { font-size: 2.6em; text-align: center; margin: 10px 0 24px; color: #0b02b0; }
.category-nav { position: sticky; top: 10vh; z-index: 3; background: #090f09; }
.experience { max-width: 900px; margin: 60px auto; padding: 0 20px; }
.experience h3 { text-align: left; line-height: 1.4; }
.exp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0; }
.exp-video { width: 100%; aspect-ratio: 16/9; background: #000; }
.capabilities { max-width: 900px; margin: 60px auto; padding: 0 20px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.capabilities h3 { text-align: left; margin-bottom: 8px; }
.capabilities p { text-transform: none; font-style: normal; font-size: 0.9em; line-height: 1.4; text-indent: 0; padding: 0; }

@media (max-width: 900px) {
  .exp-grid { grid-template-columns: 1fr; }
  .capabilities { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 550px) {
   li { width: 100%; }
   ul { flex-direction: column; }
   .category-title { font-size: 1.8em; }
   .capabilities { grid-template-columns: 1fr; }
}