.project-tag-cpp{
    background-color: #FA4659;
  }

  .project-tag-ue{
    background-color: #121213;
  }

  .project-tag-gamedev{
    background-color: #39AEA9;
  }

  .project-tag-csharp{
    background-color: #662179;
  }

  .project-tag-gamejam{
    background-color: #749F82;
  }

  .project-tag-multiplayer{
    background-color: #FCD305;
    color: black;
  }

  .project-tag-unity{
    background-color: white;
    color: black;
  }

  .project-tag-bp{
    background-color: #47B5FF;
  }

  .project-tag-github{
    background-color: purple;
    color: white;
  }

  .project-tag-steam
  {
    background-color: #183f4f;
    color: #c5c3c0;
  }

  .project-tag-ps{
    background-color: #003697;
    color: #d6dfee;
  }

  .project-tag-egs{
    background-color: #202020;
    color: #f9f9f9;
  }

  .project-tag-xbox{
    background-color: #107c10;
    color: #ffffff;
  }

  .project-root{
    margin-top: 157px;
    background-color: rgba(0, 0, 0, 0.8); 
    color: white;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 100px;
    height: 100%;
    
    border-radius: 25px;
    z-index: 1;
  }

  .project-title-container{
    text-align: center;
    display: block;
  }

  .project-title{
    font-size: 70px;
    font-family: Quicksand;
    font-weight: 100;
    
  }
  .project-info-cell{
    padding: 5px;
    font-family: Quicksand;
  }

  .project-content{
    line-height: 20px;
    padding: 20px;
    font-size: 14px;
    font-family: Quicksand, sans-serif;
  }

  .videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 10px;
    height: 0;
    width: 100%;
    overflow: hidden;
  }

  .responsive-iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .project-root {
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {

  .project-title{
    font-size: 30px;
  }

  .project-root {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20%;
  }
}

.panel img{
  width: 100%;
  height: auto;
  max-width: max-content;
}

.project-content img{
  width: 100%;
  height: auto;
  max-width: max-content;
}

a.external{
  text-decoration: none;
}

a.external:hover{
  text-decoration: underline;
}

a.external:visited{
  color:white;
}

a.external[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 5px;
}