.wrap {
  width: 980px; /* fixed width, centered in viewport */
  left: -490px;
  margin-left: 50%;
  position: relative;
}
.wrap > h1 {
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 3px;
}
#showcase {
    height: 370px;
    overflow: visible !important;
}
#showcase img {
  cursor: pointer;
}
.card {
    width: 260px;
    padding: 12px;
    text-align: center;
    background-color: rgba(61, 9, 9, 0.8);
    border: 2px white dotted;
    border-radius: 12px;
}
.card h2 {
    margin: 0 0 7px 0;
}
.card a {
    font-size: 18px;
    display: block;
}
.card p {
    font-size: 15px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
    .nav3D {
      width: 64px;
      height: 134px;
/*      color: #ccc; */
      font: bold 3em "Lucida Grande";
      text-align: center;
      text-shadow: 0px 1px 0px #f5f5f5;
/*      background: rgba(150, 150, 150, 0.5);
      border: solid 2px rgba(0, 0, 0, 0.4); */
      -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
      box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
      cursor: pointer;
      position: absolute;
      top: 33%;
    }
.nav3D:active,
.nav3D.down {
/*    background: rgba(120, 120, 120, 0.5); */
    border: solid 2px rgba(0, 0, 0, 0.55);
}
.nav3D.left {
    left: -43px;
    -webkit-border-radius: 12px 5px 5px 12px;
    -moz-border-radius: 12px 5px 5px 12px;
    border-radius: 12px 5px 5px 12px;
}
.nav3D.right {
    right: -43px;
    -webkit-border-radius: 5px 12px 12px 5px;
    -moz-border-radius: 5px 12px 12px 5px;
    border-radius: 5px 12px 12px 5px;
}