/*.box.active {
  background-color: red;
}

body {
  background-color: #111;
}

.box {
  width: 12.5vw;
  height: 12.5vw;
  line-height: 12.5vw;
  font-size: 10vw;
  background-color: #28a92b;
  z-index: 100;
  text-align: center;
  margin-left: 100px;
  margin-bottom: 309px;
}

.box-a {
  top: 200px;
  background-color: #8d3dae;
}

.box-b {
  top: 600px;
}

.box-c {
  top: 1000px;
  background-color: #e26c16;
}

.line {
  width: 2px;
  height: 3000px;
  left: 400px;
  top: 0px;
  visibility: hidden;
  background-color: #777;
}

header .name {
  color: white;
}

#viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#scroll-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.nav {
  margin: 0;
  list-style: none;
  padding: 0;
  position: fixed;
  top: 200px;
  left: 20px;
  z-index: 1;
}
.nav a {
  color: #fff;
}*/

*/
