
* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #006f8a;
}

#wrap {

}

#scriptex01 { position: absolute; top: 16%; left: 23%; animation: word1 1.25s; }
#scriptex02 { position: absolute; top: 52%; left: 51%; animation: word2 1.25s; }
#scriptex03 { position: absolute; top: 30%; left: 35%; animation: word3 1.25s; }

#ninjatsu01 { position: absolute; top: 10%; left: 50%; animation: ninja1 1.15s; }
#ninjatsu02 { position: absolute; top: 56%; left: 27%; animation: ninja2 1.30s; }
#ninjatsu03 { position: absolute; top: 60%; left: 59%; animation: ninja3 1.20s; }
#ninjatsu04 { position: absolute; top: 24%; left: 29%; animation: ninja4 1.25s; }
#ninjatsu05 { position: absolute; top: 19%; left: 67%; animation: ninja5 1.10s; }
#ninjatsu06 { position: absolute; top: 40%; left: 70%; animation: ninja6 1.40s; }
#ninjatsu07 { position: absolute; top: 42%; left: 38%; animation: ninja7 1.25s; }

#shuriken01 { position: absolute; top: 45%; left: 30%; animation: star1 1.20s; }
#shuriken02 { position: absolute; top: 40%; left: 64%; animation: star2 1.03s; }
#shuriken03 { position: absolute; top: 20%; left: 60%; animation: star3 1.06s; }
#shuriken04 { position: absolute; top: 64%; left: 50%; animation: star4 1.09s; }
#shuriken05 { position: absolute; top: 42%; left: 43%; animation: star5 1.22s; }
#shuriken06 { position: absolute; top: 70%; left: 40%; animation: star6 1.15s; }
#shuriken07 { position: absolute; top: 22%; left: 45%; animation: star7 1.28s; }

#content {
  margin: 13rem auto;
  padding: .5em;
  background: #FBFBFB;
  border: 1px solid #4D4D4D;
  border-radius: 7px;
  width: 600px;
  box-shadow: 8px 8px 26px -1px rgba(0,0,0,0.77);
  opacity: 0.85;
  animation: zoomIn 3.55s;
}

@keyframes zoomIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 0.75; } }

@keyframes word1 { from { top: 0%; left: 0%; } to { top: 16%; left: 23%; } }
@keyframes word2 { from { top: 100%; left: 100%; } to { top: 52%; left: 51%; } }
@keyframes word3 { from { top: 100%; left: 0%; } to { top: 30%; left: 35%; } }

@keyframes ninja1 { from { top: 100%; left: 50%; } to { top: 10%; left: 50%; } }
@keyframes ninja2 { from { top: 0%; left: 0%; } to { top: 56%; left: 27%; } }
@keyframes ninja3 { from { top: 0%; left: 100%; } to { top: 60%; left: 59%; } }
@keyframes ninja4 { from { top: 66%; left: 0%; } to { top: 24%; left: 29%; } }
@keyframes ninja5 { from { top: 100%; left: 50%; } to { top: 19%; left: 67%; } }
@keyframes ninja6 { from { top: 40%; left: 100%; } to { top: 40%; left: 70%; } }
@keyframes ninja7 { from { top: 42%; left: 0%; } to { top: 42%; left: 38%; } }

@keyframes star1 { from { top: 0%; left: 0%; } to { top: 45%; left: 30%; } }
@keyframes star2 { from { top: 0%; left: 0%; } to { top: 40%; left: 64%; } }
@keyframes star3 { from { top: 0%; left: 0%; } to { top: 20%; left: 60%; } }
@keyframes star4 { from { top: 0%; left: 0%; } to { top: 64%; left: 50%; } }
@keyframes star5 { from { top: 0%; left: 0%; } to { top: 42%; left: 43%; } }
@keyframes star6 { from { top: 0%; left: 0%; } to { top: 70%; left: 40%; } }
@keyframes star7 { from { top: 0%; left: 0%; } to { top: 22%; left: 45%; } }

h1, h2, h3 {
  margin: 3px;
  padding: 0;
}

img {
  border-radius: 7px;
  border: 1px solid transparent;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
  color: #000055;
  font-weight: bold;
}

/*
#therayj {}
*/

#watermark
{
  position:fixed;
  right: 5px;
  bottom: 5px;
  opacity:0.5;
  z-index:99;
  font-size: 1rem;
  color:#FFF;
}

#watermark a,
#watermark a:active {
  font-size: 1rem;
  color:#0093AD;
}

#watermark a:hover {
  color:#00BFE5;
}

#copyright
{
  position:fixed;
  left: 5px;
  bottom: 5px;
  opacity:0.5;
  z-index:99;
  font-size: 1rem;
  color:#7E7E7E;
}

#copyright a,
#copyright a:active {
  font-size: 1rem;
  color:#0093AD;
}

#copyright a:hover {
  color:#00BFE5;
}

#logo {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  float: left;
}

@media screen and (max-width: 620px) {

}
