body {
  background: #b4e7ff;
  background-image: url("../img/bg/tumblr_inline_mrhschSfTU1qz4rgp540.gif");
  background-size: auto;
  font-family: 'Dekko', cursive;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: rgb(228, 57, 123); 
  background: linear-gradient(#FAE7EE, #FAE7EE 50%, #ffcedf 50%, #ffcedf);
  background-size: 100% 200%;
  transition: background .5s ease;
  display: inline-block;
}

a:hover {
  background-position: 100% 100%;
}


::selection {
  color: #ffa2c4;
}

.toplace {
  position: fixed;
  height: 57px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("https://64.media.tumblr.com/e373a1147071772e7cbd123ba8d52436/tumblr_inline_n37ha4Bmjj1qhwjx8.gif");
  background-size: auto;
  background-repeat: repeat-x;
}

.bottomlace {
  position: fixed;
  height: 57px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url("http://i281.photobucket.com/albums/kk203/hiv0lt4g3/Pinky%20Sugar/lace/031-b.gif");
  background-size: auto;
  background-repeat: repeat-x;
}

.jp {
  font-family: 'Zen Maru Gothic', sans-serif !important;
}

.side {
  position: absolute;
  left: 9em;
  top: 12em;
}

.side img {
  transition: all .1s ease;
  position: relative;
  z-index: 2;
}

.side img:hover {
  filter: drop-shadow(2px 2px 1px black);
}

.side>.one {
  width: 100%;
}

.side>.one>.textbox {
  top: 9.5em;
  left: 3.5em;

}

.side>.one:hover .textbox {
  width: 200px;
  height: 100px;
  left: 19.5em;
  top: -1em;
  opacity: 1;
}

.side>.two {
  position: absolute;
  left: 18em;
  top: 7.5em;
  width: 100%;
}

.side>.two>.textbox {
  top: 9.5em;
  left: 3.5em;
}

.side>.two:hover .textbox {
  width: 200px;
  height: 100px;
  left: 11.5em;
  opacity: 1;
}

.side>.three {
  position: absolute;
  left: 5em;
  top: 19em;
  width: 100%;
}

.side>.three>.textbox {
  top: 9em;
  left: 3.5em;
}

.side>.three:hover .textbox {
  width: 300px;
  height: 250px;
  left: 14.25em;
  opacity: 1;
}

.updates {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.updates h2 {
  font-size: 2em;
  color: rgb(255, 136, 172);
}

.upd {
  width: 80%;
  margin: auto;
  text-align: left;;
}

.upd mark {
  color: rgb(193, 78, 115);
  background: none;
  font-size: 1.25em;
}

.textbox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  z-index: 3;
  border: 1px solid #ff82aa;
  box-shadow: 5px 5px 0px 0px #ff82aa;
  background: rgb(255, 241, 246);
  width: 50px;
  height: 50px;
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
}

.textbox p {
  margin: 0;
  height: 81px;
  overflow: auto;
  scrollbar-width: none;
  width: 95%;
}

.weh {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70em;
  margin: 0 auto;
  padding: 0;
  width: 55em;
  position: relative;
}

.box {
  border: 2px double #ec83ad;
  border-radius: 5px;
  padding: 10px;
  width: 50em;
  height: 30em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  background: #fae7ee;
  z-index: 2;
}

#welc {
  position: absolute;
  left: 28.5%;
  top: 9.5em;
}

.navi {
  position: absolute;
  right: -1em;
  top: 21em;
}

.navi a span {
  opacity: 0;
  transition: all .3s ease;
}

.navi a {
  display: block;
  width: calc(200px - 20px);
  height: 50px;
  text-align: right;
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  transition: all .3s ease;
  background-image: url("../img/bg/arrow.png");
  background-size: cover;
  background-position: right;
  color: white;
  text-decoration: none;
  font-family: 'DynaPuff', cursive;
}

.navi a:hover {
  transform: translateX(50px);
}

.navi a:hover span {
  opacity: 1;
}

.navi2 {
  position: absolute;
  left: -1em;
  bottom: 20em;
}

.navi2 a span {
  opacity: 0;
  transition: all .3s ease;
}

.navi2 a {
  display: block;
  width: calc(200px - 20px);
  height: 50px;
  text-align: left;
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  transition: all .3s ease;
  background-image: url("../img/bg/arrow2.png");
  background-size: cover;
  background-position: left;
  color: white;
  text-decoration: none;
  font-family: 'DynaPuff', cursive;
}

.navi2 a:hover {
  transform: translateX(-60px);
}

.navi2 a:hover span {
  opacity: 1;
}


.bow {
  position: absolute;
  left: -2em;
  top: -1.75em;
  z-index: 2;
}

.hearts {
  height: 15px;
  width: 20em;
  position: absolute;
  z-index: 3;
  background-image: url("../img/hearts.gif");
  background-size: 100%;
  filter: drop-shadow(5px 3px 0px white) drop-shadow(-5px -3px 0px white) drop-shadow(-5px 3px 0px white) drop-shadow(5px -3px 0px white);
}


#heartT {
  top: 25%;
}

#heartB {
  bottom: 25%;
}

.header a:hover {
  filter: blur(1px);
  transform: skew(-15deg, 0deg);
}

.inner {
  width: 102.75%;
  height: 100%;
  text-align: center;
  margin-left: -1.5em;
  margin-right: -1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.izaya {
  position: absolute;
  bottom: 0em;
  right: -15em;
}

.izaya img {
  width: 20em;
  position: absolute;
  z-index: 1;
  bottom: -8em;
  right: -5em;
  animation: yass 3s infinite ease-in-out;
  filter: blur(0px) drop-shadow(3px 3px 0px white);
  transition: filter .3s ease;
}

.izaya img:hover {
  filter: blur(1px) drop-shadow(3px 3px 0px white);
}

.yaya img {
  height: 87%;
  position: absolute;
  z-index: 1;
  bottom: 3.5em;
  right: 12em;
  z-index: -1;
}

.psyche img {
  position: absolute;
  z-index: 4;
  bottom: 1em;
  left: 2em;
  animation: glow 3s infinite alternate;
}

.ugh {
  position: absolute;
  left: 31.75%;
  bottom: 5em;
  display: flex;
  flex-direction: row;
  line-height: 1.5em;
}

.ugh img {
  animation: rotation .9s infinite;
  animation-timing-function: steps(2, end);
  height: 250px;
  margin-right: 5em;
}

.ugh img:nth-child(2n) {
  position: relative;
  top: -2em;
  margin-top: 1.5em;
  animation: rotation .9s infinite;
  animation-timing-function: steps(2, end);
  animation-direction: reverse;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-15deg);
  }
}

h2 {
  font-size: 2.75em;
  margin: .1em;
  color: #ffbebe;
  font-weight: normal;
  font-family: "FancyHeart";
}

h2 mark {
  background: none;
  -webkit-text-stroke: .0px black;
  color: #d55c5c !important;
  font-family: 'DotGothic16', sans-serif;
}

h3 {
  font-family: "Shitzu";
  font-size: 3.5em;
  font-weight: normal;
  margin: .25em;
  margin-bottom: -.2em;
  color: #ff94b2;
}

.gugu {
  width: 90%;
  font-size: 1em;
  font-family: "Baloo 2", cursive;
  line-height: 1.25em;
}

@keyframes glow {
  0% {
    filter: drop-shadow(0px 0px 1px #FF4CA0);
  }

  100% {
    filter: drop-shadow(0px 0px 6px #FF4CA0);
  }
}

@keyframes yass {
  0% {
    transform: translateY(.3em);
  }

  50% {
    transform: translateY(0em);
  }

  100% {
    transform: translateY(.3em);
  }
}

@font-face {
  font-family: "ka1";
  src: url("https://dl.dropbox.com/s/g1fb20ics1qfdng/ka1.ttf");
}

@font-face {
  font-family: "PixelMplus10";
  src: url("https://dl.dropbox.com/s/js9hwmt5alleom9/PixelMplus10-Regular.ttf");
}

@font-face {
  font-family: "KorvoHollow";
  src: url("https://dl.dropbox.com/s/m9fl87dta7ckpgm/KorvoHollow.ttf");
}

@font-face {
  font-family: "FromWhereYouAre";
  src: url("https://dl.dropbox.com/s/6dizhg7v6vwqptj/FromWhereYouAre.ttf");
}

@font-face {
  font-family: "Shitzu";
  src: url("https://dl.dropbox.com/s/wm7wvlhf4skrrx5/Shitzu_PersonalUseOnly.ttf");
}

@font-face {
  font-family: "Bunny Mambo";
  src: url("../font/Bunny Mambo.ttf");
}

@font-face {
  font-family: "FancyHeart";
  src: url("../font/FancyHeart.otf");
}

@font-face {
  font-family: "EmojiFont";
  src: url("../font/EmojiFont.ttf");
}

@font-face {
  font-family: "Love Marker";
  src: url("../font/Love Marker.ttf");
}

@font-face {
  font-family: "cutest";
  src: url("../font/cutest.otf");
}
@font-face {
  font-family: "Cherish";
  src: url("../font/Cherish.ttf");
}
@font-face {
  font-family: "pixel-game";
  src: url("../font/pixel-game.regular.otf");
}

.lace {
  border-width: 6px;
  border-style: solid;
  border-image: url("../img/b.png") 5 fill round;
  background-clip: padding-box !important;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}