html, body {
  background: #161616;
  color: rgb(255, 255, 255);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

header {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header a:link {
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a.work:link, a.work:visited {
  color: white;
}

a.notes:link, a.notes:visited {
  color: white;
}

a.contact:link, a.contact:visited {
  color: white;
}

h1 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 3px;
}

.container {
  width: 50%;
}

.section {
  box-sizing: border-box;
  padding: 20px;
}

.intro {
  padding: 10px 80px;
}

.item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

a:link {
  color: white;
}

a:visited {
  color: #888;
}

.simulation {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
}

td {
  vertical-align: top;
  padding: 10px;
}

.date {
  color: #777;
  font-size: 0.8rem;
}

.type span {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0px 5px;
  border-radius: 20px;
}

.installation {
  background-color: rgba(234, 67, 155, 0.2);
  color: rgba(234, 67, 155, 1);
}

.web {
  background-color: rgba(220, 190, 83, 0.2);
  color: rgba(220, 190, 83, 1);
}

.visuals {
  background-color: rgba(123, 159, 52, 0.2);
  color: rgba(123, 159, 52, 1);
}

.performance {
  background-color: rgba(58, 131, 247, 0.2);
  color: rgba(58, 131, 247, 1);
}

.print {
  background-color: rgba(121, 208, 217, 0.2);
  color: rgba(121, 208, 217, 1);
}

.grant {
  background-color: rgba(197, 56, 91, 0.2);
  color: rgba(197, 56, 91, 1);
}

.visuals {
  background-color: rgba(123, 159, 52, 0.2);
  color: rgba(123, 159, 52, 1);
}

.link a {
  background-color: #fff;
  text-decoration: none;
  color: black;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1rem;
}

.content h2 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 5px 0;
}

.content p {
  color: #aaa;
  font-size: 0.9rem;
  /* padding-left: 20px; */
}

.content p a:link {
  color: #aaa;

}

a:hover {
  background-color: #fff;
  color: black !important;
  transition-duration: 0.5s;
}

p.collaborators {
  font-size: 0.8rem;
}

p.collaborators span {
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .intro {
    padding: 20px;
  }

  header {
    display: block;
  }

  header span {
    display: block;
  }

  header a {
    margin-right: 10px;
  }

  .date, .type {
    display: inline;
  }

  tr, td {
    display: block;
  }

  td {
    padding: 5px 5px 5px 0;
  }

  tr {
    margin-bottom: 40px;
  }
}

@media (max-width: 667px) {
  main {
    display: flex;
    flex-direction: column-reverse;
  }

  .simulation {
    position: relative;
  }

  .container {
    width: 100%;
  }

  .intro {
    padding: 20px;
  }

  header {
    display: block;
  }

  header span {
    display: block;
  }

  header a {
    margin-right: 10px;
  }

  .date, .type {
    display: inline;
  }

  tr, td {
    display: block;
  }

  td {
    padding: 5px 5px 5px 0;
  }

  tr {
    margin-bottom: 40px;
  }
}
