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

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

.mobile {
  padding: 10px;
  padding-top: 40px;
  width:80%;
  margin:0 auto;
  text-align:justify;
  font-family:'helvetica', sans-serif;
  font-weight:800;
  font-size:17px;
  line-height:30px;
  position: relative;
  text-transform: uppercase;
  color: black;
}


.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: 10px solid RGBA(0, 0, 0, 1.00);
}

#wave {
	position: fixed;
	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: 75%;
  margin-left: -140px;
  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: 30px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: black;
}

.management:hover {
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 2px white;
}

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

.connect:hover {
  color: black;
}
.talent:hover{
  color: black;
}

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

.plus {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  right: 50%;
  top: 15%;
  letter-spacing: 5px;
  font-size: 50px;
  font-family: helvetica;
  font-weight: 600;
  color: black;
  visibility: hidden;
}

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

.madeby {
  position:absolute;
  z-index: 200;
  margin: 0 auto;
  left: 13%;
  bottom: 5%;
  color: black;
  letter-spacing: 0px;
  font-size: 12px;
  font-family: helvetica;
  font-weight: 400;
}

.merchandise {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 8%;
  top: 10%;
  color: rgba(0,0,0,0);
  letter-spacing: 1px;
  color: black;
  visibility: hidden;
}

.management {
  position:absolute;
  z-index: 100;
  margin: 0 auto;
  left: 8%;
  top: 5%;
  color: rgba(0,0,0,0);
  letter-spacing: 1px;
  color: black;
  visibility: hidden;
}
/*
.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: 8%;
  top: 1.5%;
  letter-spacing: 1px;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: white;
  visibility: hidden;
}

.talent svg {
  width:60%;
  padding-bottom: 100%;
}

.connect {
  position:absolute;
  z-index: 200;
  margin: 0 auto;
  left: 13%;
  top: 24%;
  color: rgba(0,0,0,0);
  letter-spacing: 1px;
  -webkit-text-stroke: 2px black;
}

.connect svg {
  width:98%;
  padding-bottom: 10%;
}



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

}
