body {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 110%;
  font-family: 'Alegreya Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'Alegreya Sans', sans-serif;
}

h2 {
  text-decoration: underline;
}

#content a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 600px) {
  .project {
    width: calc(100% - 45px) !important;
  }
}

@media (min-width: 601px) {
  .project {
    width: calc(25% - 45px) !important;
  }
}

.project {
  min-width: 200px;
  max-height: 340px;
  min-height: 200px;
  margin: 20px;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  overflow: hidden;
}

.project video {
  position: absolute;
  z-index: 1;
  height: 200px;
  display: block;
}

.project img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.project .projectImg {
  position: relative;
  width: 100%;
  max-height: 80%;
  margin: 0px auto;
  overflow: hidden;
  transition: all .4s;
}

.project:hover #matrix {
  opacity: 0.4;
}

.project video {
  opacity: 0;
  height: 200px;
  margin-left: 30px;
}

.project:hover video {
  opacity: 0.15;
}

#matrix {
  position: absolute;
  z-index: 0;
  background: transparent;
  display: block;
  opacity: 0;
  mix-blend-mode: unset;
}

#content {
  position: relative;
  width: 100%;
  z-index: 999;
  height: 100%;
  overflow-y: scroll;
}

.project div {
  text-align: center;
  font-weight: 20px;
  margin-top: 50px;
  z-index: 10;
  position: relative;
}

#user-card h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#user-card div {
  position: relative;
}

.project:hover #user-icon {
  border-color: #555;
}

.project:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.4);
}

#user-card div {
  margin: 0;
}

#user-card {
  position: relative;
  min-height: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-shadow: transparent 0px 0px 0px;
  cursor: auto !important;
}

#user-icon img {
  height: 100%;
  width: 150%;
}

#user-icon {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-color: #eee;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: all .4s;
}

.hide {
  display: none;
}

#background {
  z-index: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
