*{
  padding: 0;
  margin: 0;
}
html{
  background-color: black;
}
@font-face {
  font-family: 'You will never find out what font this is';
  src: url('fonts/youwillneverfindoutwhatfontthisis.eot');
  src: local('☺'), url('../fonts/youwillneverfindoutwhatfontthisis.woff') format('woff'), url('../fonts/youwillneverfindoutwhatfontthisis.ttf') format('truetype'), url('../fonts/youwillneverfindoutwhatfontthisis.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #9d6b48;
  font-family: 'You will never find out what font this is','Helvetica', sans;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500px;
}
p{
  padding: 12px;
  margin: 0px;
  padding-left: 20px;
}
.select-proj p{
  padding-top: 0px;
  padding-bottom: 0px;
}
.select-proj li{
  padding-top: 12px;
  padding-bottom: 12px;
}
a, a:visited{
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
a:hover{
  color: transparent;
  cursor: pointer;
}
.text p{
  display: inline-block;
  padding-left: 0px;
}
.article:nth-of-type(3n) {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 0px;
}
.article:nth-of-type(1n){
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 0px;
}
article img{
  width: 100%;
}
article{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#custom-cursor{
  margin-top: 20px;
  margin-left: 10px;
  width: 120px;
  position: absolute;
  z-index: 999;
}
#vid{
  position: fixed;
  top: 50%; left: 50%;
  z-index: -1;
  max-width: 60%;
  width: auto;
  max-height: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#vid_mobile, #img_mobile{
  position: relative;
  width: calc(100% - 36px);
  padding-left: 20px;
  padding-bottom: 24px;
}
#img{
  position: fixed;
  top: 50%; left: 50%;
  z-index: -1;
  max-width: 60%;
  width: auto;
  max-height: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
table {
  border-collapse: collapse;
  width: auto;
  margin: 1vw;
}
table p{
  line-height: 18px;
  padding: 12px;
  margin: -2px;
}
th p{
  padding-left: 12px;
  padding-top: 0px;
}
td {
  border: 1px solid #fff;
  padding: 0rem;
  text-align: left;
  cursor: auto;
}
th{
  font-weight: 500;
  padding-bottom: 10px;
  text-align: left;
}
.select-proj{
  display: none;
}
@media only screen and (max-width: 680px) {
  table{
    display: none;
  }
  .select-proj{
    display: block;
  }
}
