body {
  background-color: #000000;
  margin: 0;
  font-family: arial;
  text-align: center;
  overflow-x: hidden;
  color: white;
}

/**
/ Use this class for screen-reader specific elements. Warning:
/ If it's an input or link or something, it will still be tabbable!
**/
.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.title_container {
  text-align: center;
  color: white;
}

.logoholder {
  position:absolute;
  background-color:#000000;
  height:100%;
  max-height:100%;
  font-family: 'PT Serif', serif;
  font-size:2vw;
}

.brand-logo {
  transition: 0.4s filter ease-out;
}
.brand-logo:hover {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.199));
}

.webgl {
  position:absolute;
  left:0;
  top:0; 
  z-index: -1;
}

.topspacer {
  margin-bottom: 600px;
}



.project {
  display: inline-flex;
  margin: 150px;
  margin-bottom: 0;
  text-align: left;
  width: 60%;
  padding: 30px;
}

.name {
  font-size: 22pt;
  text-transform: uppercase;
}

.chip {
  color:black;
}

.card {
  line-height: 0;
  position: relative;
  background-color: #00000000;
  overflow: hidden;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
}

.card-filter img { /* Keep all card images in the 16x9 ratio */
  width:100%; 
  height:100%;
  display: inline;
}

.card-filter {
  width: 100%;
  height: 100%;
  background-color: #00000000;
  overflow: hidden;
}

.card:hover img {
  transform: scale(1.1);
  filter:brightness(40%);
  transition: all 0.5s ease;
}

.card-sub {
  display: none;
  line-height: normal;
  position:absolute;
  margin-left:10%;
  filter: none;
}
.card:hover .card-sub {
  display: block;
}

.card a {
  color: white !important;
}



.footer {
  margin-top: 30px;
  text-align: center;
}

.footer img {
  width: 80px;
  margin: 10px;
}