/*body {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #141414;
}
*/


#greglogo{
  height: 60vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #141414;
}

.wrap {
  position: relative;
  -webkit-perspective: 100px;
          perspective: 100px;
          top: -30px;
    /* 
 /* text-transform: uppercase;*/ 
}

.text {
  position: absolute;
  top: 0;
  left: 0;
  color: #191919;
  font-family: "Avenir Next LT Pro";
  font-size: 6vw;
  font-weight: bold;
  text-shadow: -1px -1px 0 #f0f0f0, 1px -1px 0 #f0f0f0, -1px 1px 0 #f0f0f0, 1px 1px 0 #f0f0f0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.text:first-child {
  position: relative;
}