body {
  height: 100%;
  padding: 20px;
  background-color: #FFFFFF;
  margin: 0px;
  overflow: hidden;
}

a {
  text-decoration:none;
  outline:none;
   }

.border {
  position:fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border: 87px solid RGBA(52, 254, 154, 1.00); */
  border: 87px solid RGBA(0, 0, 0, 1.00);
}

#wave {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.wave-lock {
  width: 100%;
  height: 100%;
  align-content: center;
  padding-bottom: 10%;
  margin: 0 auto;
}

.logo {
  position:absolute;
  z-index: 100;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  left: 50%;
  top: 65%;
  margin-left: -150px;
  margin-top: -140px;
  animation: morph 4s infinite ease-in-out;
}

.logo img {
  width: 200%;
  height: auto;
}

.menu {
  font-family: helvetica;
  font-weight: 600;
  font-size: 90px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: black;
}

.management:hover {
  color: white;
}

.grad:hover {
  fill: url(#gradient);
}

.connect:hover {
  color: black;
}

.merchandise:hover {
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 2px white;
}
.plus:hover {
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 2px white;
}
.madeby:hover {
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 1px RGB(254, 50, 153);
}

.plus {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  right: 1%;
  top: -3%;
  color: rgba(0,0,0,0);
  letter-spacing: 5px;
  color: white;
  font-size: 90px;
  font-family: helvetica;
  font-weight: 600;
}

.copyright {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 8.2%;
  bottom: 2%;
  color: RGBA(245, 245, 245, 0.5);
  letter-spacing: 0px;
  font-size: 12px;
  font-family: helvetica;
  font-weight: 400;
}

.madeby {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 2.25%;
  bottom: 2%;
  color: white;
  letter-spacing: 0px;
  font-size: 12px;
  font-family: helvetica;
  font-weight: 400;
}

.merchandise {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  right: 2%;
  bottom: -0.5%;
  color: rgba(0,0,0,0);
  letter-spacing: 5px;
  color: white
}

.management {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 2%;
  top: 0%;
  color: rgba(0,0,0,0);
  letter-spacing: 5px;
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 2px white;

}



/*
.talent {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 2%;
  bottom: 8%;
  color: rgba(0,0,0,0);
  letter-spacing: 5px;
  -webkit-text-stroke: 2px black;
} */
.talent {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 2%;
  bottom: 5%;
  letter-spacing: 5px;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: white;
}

.connect {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  right: -4.5%;
  top: 8%;
  color: rgba(0,0,0,0);
  letter-spacing: 5px;
  -webkit-text-stroke: 2px black;
}

@keyframes morph {
  0%, 100%   {transform:scale(1.00);}
  50%        {transform:scale(0.99);}
  0%, 100%   {transform: skewX(1deg);}
  50%        {transform: skewX(0deg);}
}
