.sr-only {
  display: none;
}

a:visited {
  color: #389723;
}

a {
  color: #389723;
}

.profile {
  position: absolute;
  right: 0px;
  width: 208px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 8px;
  z-index: 10;
  border-radius: 6px;
}
.profile img {
  width: 100%;
  opacity: 0.8;
  border-radius: 6px;
}
.profile .caption {
  color: #ccc;
}
.profile h3 {
  color: #F6BF00;
  font-size: 18px;
  margin: 0.5em 0 0 0;
}
.profile h5 {
  color: #F6BF00;
  font-size: 15px;
  margin: 0.5em 0 0 0;
}
.profile p {
  line-height: 140%;
}

.background {
  z-index: -10;
  padding-top: 40px;
  padding-right: 2em;
}
.background img {
  width: 100%;
}

.subtitle {
  position: absolute;
  top: 48px;
  left: 30px;
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
}
.subtitle img {
  width: 500px;
}

#console {
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  color: #F6BF00;
  font-family: consolas, courier, courier new, monospaced;
}

#board {
  position: relative;
  padding-top: 40px;
}
#board .card {
  position: absolute;
  width: 450px;
  padding: 0.6em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  display: none;
}
#board .card h5 {
  color: #F6BF00;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
#board .card img {
  float: left;
  width: 80px;
  margin-right: 0.4em;
  /* filter: sepia(1); */
  border-radius: 4px;
}
#board .card p {
  font-size: 11px;
  color: #aaa;
  margin: 0px;
}
#board .card .tech {
  font-size: 9px;
  color: #389723;
}