* {
    margin:0;
}


@font-face {
    font-family: 'GT Cinetype';
    src: url('fonts/gt-cinetype-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-cinetype-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: GT Cinetype;
    /* background:white */
   
}

p {
    font-size: 20px;
    margin-bottom: 20px;
    
}


.container {
    width:50%;
   padding:30px;
   z-index: 1;
   /* mix-blend-mode: difference; */
}

#description {
    position: fixed;
    bottom:30px;
    right:30px;
    font-size:26px;
    display: none;
}

@media only screen and (max-width: 700px) {
    .container {
        width:90%;
       padding:30px
    }

    canvas{
        display: none;
    }
    
  }


  #colophon {
      position:fixed;
      bottom:30px;
      left:30px;
  }

  a{
      cursor: pointer;
  }

  #dot {
      height:15px;
      width:15px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      /* cursor:pointer */
      
  }

  #dot:hover{
    background-color:black
  }
  

  #col {
      display: inline-block;
      display:none;
  }


  canvas {
      z-index:-500;
      position:fixed;
      top:0px;
      left:0px;
  }

  .project p,h1 {
      display: inline-block;
      font-size: 20px;
      font-weight: normal;
      margin-right:50px;
  }


  #project_list {
    padding:30px;
  }

  .project {
    padding:10px 0;
    border-top: 1px solid black;
  }

  #loading {
      font-size: 20px;
      /* text-align: center; */
  }

  table * {
      font-size: 20px;
  }

  table {
    border-collapse: separate;
    border-spacing: 0 30px;
    display: none;
  }
  
  tr{
      /* border-top: 1px solid black; */
      padding: 90px 0;
      transition: color 200ms;

  }

  /* tr:not(:first-of-type):hover {
      color: rgb(130, 130, 130);
   
  } */
  
  tr td:first-of-type {
     width: 25%;
    }

    tr td:last-of-type {
        width: 25%;
    }


  tr td {
        width: 50%;
        padding-right: 5%;
        
  }

  th {
      color: gray;
  }

  td {
      vertical-align: top;
  }

  th {
      text-align: left;
      font-weight: normal;
  }




  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 1px solid black;
      display: block;
      margin-bottom: .625em;
      padding: 30px 0;
    }
    
    table td {
      border-bottom: none;
      display: block;
      font-size: .8em;
      text-align: left;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }

p 
    tr td:first-of-type {
        width: 100%;
        text-decoration: underline;
    }

    tr td:last-of-type {
        width: 100%;
    }


    tr td {
        width: 100%;
        /* padding-right: 5%; */
        
    }
  }