/* Force all backgrounds to black for html, body, and video, and make all other backgrounds transparent to ensure no area is left unstyled */


/* Stretchy menu bar at top */
.menu-bar {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  height: 47px;
  background: rgba(0, 0, 0, 0.3);
  border: .1px solid #fff;

    border-image: url('./headshots/moss.jpg') 300 stretch;

  padding: 0;
  z-index: 0;
  gap: 0;
}

.menu-item {
  
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./headshots/moss.jpg');

  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family:'IBM Plex Mono', monospace;
text-decoration:none;
text-wrap: wrap;
  font-size: .8rem;
  font-weight: 1;
  border-right: .1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
  animation: breathe 350s ease-in-out infinite;


  transition: background 0.3s, letter-spacing 0.18s;

}
.menu-itemB {
  
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./headshots/moss.jpg');
  
  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family:'IBM Plex Mono', monospace;
text-decoration:none;
text-wrap: wrap;
  font-size: .8rem;
  font-weight: 1;
  border-right: .1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
  animation: breathe 350s ease-in-out infinite;
  max-width: 15vw;
  word-break: break-word;
  line-height: 1.2;

  transition: background 0.3s, letter-spacing 0.18s;

}
@keyframes breathe {
  0% { background-position: 0 0; }
  50% { background-position: 100px 100px; }
  100% { background-position: 0 0; }
}
@keyframes breathe {
  0% { background-position: 0 0; }
  50% { background-position: 100px 100px; }
  100% { background-position: 0 0; }
}

.menu-item:last-child {
  
  border-right: none;
    border-image: url('./headshots/moss.jpg') 300 stretch;
    
      animation: breathe 350s ease-in-out infinite;
}

/* Menu item hover and active effects */
.menu-item:hover {
  background-image: url('./headshots/moss.jpg');
  animation: breathe 350s ease-in-out infinite;
  background-size: 10px 10px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  background: rgba(255,255,255,0.15);
  color: rgb(183, 193, 116);
  transition: background 0.3s, letter-spacing 0.18s;

}
.menu-itemB:hover {
  background-image: url('./headshots/moss.jpg');
  animation: breathe 350s ease-in-out infinite;
  background-size: 10px 10px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  background: rgba(255,255,255,0.15);
  color: rgb(183, 193, 116);
  transition: background 0.3s, letter-spacing 0.18s;

}
.menu-item:active {
  background-image: url('./headshots/moss.jpg');
  
  background-size: 10px 10px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.menu-itemB:active {
  background-image: url('./headshots/moss.jpg');
  
  background-size: 10px 10px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
/* Mute control button styling */
.mute-control {
  flex: 0.25;

  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 1.4em;
  border: none;
  border-left: .1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
    width:auto;
  cursor: pointer;
  transition: background 0.2s;
  outline: none;

}

.mute-control:hover {
  background: rgba(255,255,255,0.15);
}

/* Responsive full-screen centered video background with luma-key filter */
#myVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: transparent;
  pointer-events: none;
  opacity: 0.7;  mask: linear-gradient(to bottom, transparent 0%, transparent 2%, transparent 20%, transparent 40%);  -webkit-mask: linear-gradient(to bottom, transparent 0%, white 20%, white 80%, transparent 100%);  /* Apply inline SVG filter defined in HTML to convert luminance to alpha */
  filter: url(#lumaKey);
  -webkit-filter: url(#lumaKey);
  will-change: filter;
  
}

#bgVideo {
  filter: contrast(.4) brightness(.4) opacity(.9) blur(2px);

 
}

#bgImg {
  z-index:-1000;
   background-image: url('./headshots/moss.jpg');
 
   position: fixed;
   translate: -2% -2%;
padding: 0px;
margin: 0px;
width: 110vw;
height: 120vh;
  pointer-events: none;
  background-repeat: repeat;
  filter: contrast(.4) brightness(.6) opacity(1) blur(1px);

}

.content {
  position: fixed;
  bottom: 0;
  background: transparent;
  color: #000000;
  width: 100%;
  padding: 20px;
}

/* Text style categories */
.body-text {
  font-family: 'IBM Plex Mono', monospace;
  color: #fff;
  font-weight: 300;
  font-size: 1em;
}
.titleA-text {
  font-family: 'IBM Plex Mono', monospace;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  text-align: right;
 
}
.title-text {
  font-family: 'IBM Plex Mono', monospace;
   background-image: url('./headshots/moss.jpg');
  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 700;
  font-size: 1.2em;
  
}
.titleB-text {
  font-family: 'IBM Plex Mono', monospace;
   background-image: url('./headshots/moss.jpg');
  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 700;
  font-size: 1.3em;
  text-align: right;
  
}
.superA-text {
  
  font-family: 'IBM Plex Mono', monospace;

  color: white;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 1000;
  font-size: 2em;
  display: block;

text-align:center


}


.superA-text a {
  
  font-family: 'IBM Plex Mono', monospace;
color: white;

  font-weight: 1000;
  font-size: 1em;
display:inline-flex;
margin-top: 12px;
text-align: right;
text-decoration: none;

}

.superA-text a1 {
  
  font-family: 'IBM Plex Mono', monospace;
color: white;

  font-weight: 1000;
  font-size: 1em;
display:inline-flex;
margin-top: 12px;
text-align: right;


}

.superA-text a:hover {
  




 background-image: url('./headshots/moss.jpg');
 
  background-size: 10px 10px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  transition: background 0.3s, letter-spacing 0.18s;

}

.super-text {
  font-family: 'IBM Plex Mono', monospace;
  background-image: url('./headshots/moss.jpg');
   animation: breathe 350s ease-in-out infinite;
  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  
  font-weight: 1000;
  font-size: 2em;
  display: inline;


}

.super-text-small {
  font-family: 'IBM Plex Mono', monospace;
  color: #fff;
  font-weight: 1000;
  font-size: 1.2em;
  display: inline;
}
.content-containerA {
  z-index: 5990;
  position: relative;
  justify-self: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  width: calc(100vw - 10vw);
  background: rgba(0, 0, 0, 0.8);
  filter: blur(10px);
  color: #fff;
  padding-left: 20px;
  padding-right:20px;
  padding-bottom: 20px;
  padding-top:20px;
  z-index: 50;
  overflow: visible;
  max-height: none;
    font-family: 'IBM Plex Mono', monospace;
  color: #fff;

  font-weight: 300;
  font-size: .8em;
  border: .1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
    
    

  
  
}
.content-containerC {

  display:flex;
  width:100%;
  height:auto;
  z-index: 5990;
display:flex;
align-self: center;
  justify-content: center;
  justify-self: center;
  align-items: center;


  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);

  z-index: 50;
  overflow: visible;
  max-height: none;
    font-family: 'IBM Plex Mono', monospace;
  color: rgba(0, 0, 0, 0);

  font-weight: 300;
  font-size: .8em;
position:absolute;

    -webkit-align-items: center; /* Vendor prefix for compatibility */
  -webkit-justify-content: center; /* Vendor prefix for compatibility */

  
  
}
.content-containerC img {
    display:flex;
-webkit-align-items: center; /* Vendor prefix for compatibility */
  -webkit-justify-content: center; /* Vendor prefix for compatibility */
  z-index: 5990;
align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;


  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);

  z-index: 50;
  overflow: visible;
  max-height: none;
    font-family: 'IBM Plex Mono', monospace;
  color: rgba(0, 0, 0, 0);
position:absolute;
  font-weight: 300;
  font-size: .8em;
    width: 10vw;
    height: auto;
}
.content-container {
backdrop-filter: blur(111px);

  z-index: 5990;
  position: relative;
  justify-self: center;
  margin-left: 5vw;
  margin-right: 5vw;
  width: calc(100% - 10vw);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 20px;
  padding-right:20px;
  padding-bottom: 20px;
  padding-top:20px;
  z-index: 50;
  overflow: visible;
  max-height: none;
    font-family: 'IBM Plex Mono', monospace;
  color: #fff;

  font-weight: 300;
  font-size: .8em;
  border: .1px solid #fff;
   text-shadow:.1px .1px .1px #ffffff34, .1px .1px .1px #ffffff00;
    border-image: url('./headshots/moss.jpg') 300 stretch;
    
  
  
}
.content-containerZ {
  filter: url(#dilate);
  backdrop-filter:blur(77px);
  position: relative;
  justify-self: center;
  margin-left: 5vw;
  margin-right: 5vw;

 
  background: rgba(10, 10, 10, 0.5);
  color: #fff;
  padding-left: 20px;
  padding-right:20px;
  padding-bottom: 20px;

  z-index: 50;
  overflow: visible;
height: auto;
    font-family: 'IBM Plex Mono', monospace;
  color: #fff;
width:auto;
  font-weight: 300;
  font-size: .8em;
  border: .1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
    
  
  
}
.content-container::after {
  content: "";
  display: table;
  clear: both;
}
.content-container img{
  float: left;
width: 15%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 2px solid;
  border-image: url('./headshots/moss.jpg') 300 stretch;
  
  position: relative;
}
.content-container img::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: url('./headshots/moss.jpg') repeat;
  background-size: 20px 20px;
  animation: breathe 4s ease-in-out infinite;
  z-index: -1;
}

.content-container a{
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 0;
  margin-top: 0;
  color:rgb(255, 255, 255);
  transition: letter-spacing 0.18s;
  text-decoration:none;
}
.content-container a:hover{
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 200;
  margin-top: 0;
  color:rgb(255, 255, 255);
  font-weight: 800;
  transition: letter-spacing 0.18s;
  
 background-image: url('./headshots/moss.jpg');
 
  background-size: 10px 10px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-decoration:dashed underline;

}
.content-container a1{
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 200;
  margin-top: 0;
  color:rgb(255, 255, 255);
  font-weight: 800;
  transition: letter-spacing 0.18s;
  text-decoration:none;
pointer-events: none;
}


.bumper {
position: relative;
  display: block;
  min-height: 5vh;
  margin-left: 5vw;
  margin-right: 5vw;
  width: calc(100% - 10vw);
  padding: 20px 0;
  z-index: -1;
    background: transparent;
}

.buffer-c {
  /* occupy full viewport height as a spacer */
  position: relative;
  display: block;
  min-height: 100vh;
  margin-left: 5vw;
    background: transparent;
  margin-right: 5vw;
  width: calc(100% - 10vw);
  padding: 20px 0;
  z-index: -1;
}

@media only screen and (max-width: 600px) {
  .content-containerZ {

  position: relative;
  justify-self: center;
  margin-left: 3vw;
  margin-right: 3vw;

 
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 20px;
  padding-right:20px;
  padding-bottom: 20px;

  z-index: 50;
  overflow: visible;
height: auto;
    font-family: 'IBM Plex Mono', monospace;
  color: #fff;
width:auto;
  font-weight: 300;
  font-size: .4em;
  border: 2px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
  }
  .content-containerA {
  border: 2px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
      margin-left: 5vw;
  margin-right: 5vw;
  width: calc(100vw - 20vw);

  padding-left: 20px;
  padding-right:20px;
  }

  .content-container {
  border: 2px solid #fff;

    border-image: url('./headshots/moss.jpg') 300 stretch;
      margin-left: 2vw;
  margin-right: 2vw;
  width: calc(100vw - 20vw);

  padding-left: 20px;
  padding-right:20px;

  }
  
  .menu-bar {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  height: 47px;
  background: rgba(0, 0, 0, 0.3);
  
  border: 1px solid #fff;

    border-image: url('./headshots/moss.jpg') 300 stretch;

  padding: 0;
  z-index: 0;
  gap: 0;
}
.menu-itemB {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./headshots/moss.jpg');

  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family:'IBM Plex Mono', monospace;
text-decoration:none;
text-wrap: wrap;
  font-size: 1rem;
  font-weight: 1;
  border-right: .1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
  animation: breathe 350s ease-in-out infinite;
  max-width: 50px;
  padding-left: 5vw;
  padding-right:1vw;
  letter-spacing: .5rem;
  word-break: break-word;
  line-height: 1.2;

  transition: background 0.3s, letter-spacing 0.18s;

}
mute-control{
  width:auto;
}
.menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./headshots/moss.jpg');
  
  background-size: 10px 10px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family:'IBM Plex Mono', monospace;
text-decoration:none;
letter-spacing:0rem;
text-wrap: wrap;
  font-size: .7rem;
  font-weight: 1;
  text-align: center;
  border-right: 1px solid #fff;
    border-image: url('./headshots/moss.jpg') 300 stretch;
  animation: breathe 350s ease-in-out infinite;
  max-width: 130px;




  line-height: 1.8;

  transition: background 0.3s, letter-spacing 0.18s;

}

.content-container img{
width: 35%;
margin-top:10px;
}
}

/* Prevent videos from going fullscreen on mobile */
video {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls {
  display: none !important;
}


