@font-face {
  font-family: 'Peepo';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1760470/Peepo.woff2") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1760470/Peepo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arcade';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1760470/Arcade.woff2") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1760470/Arcade.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

body {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iLTAuMTAyMjA4IiB4Mj0iMC43MTkxODYiIHkyPSIxLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2OWJjZSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMWE0ZjZiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDYxMzE5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(290deg, #369bce, #1a4f6b 25%, #061319);
  background-image: -webkit-linear-gradient(290deg, #369bce, #1a4f6b 25%, #061319);
  background-image: linear-gradient(160deg, #369bce, #1a4f6b 25%, #061319);
  background-size: 400% 400%;
  background-position: 0% 0%;
}

.loading, .loading:before, .loading:after {
  background: #fff;
  animation: load1 1s infinite ease-in-out;
  width: 2em;
  height: 4em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
}

.loading {
  color: #ffffff;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 11px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading:before,
.loading:after {
  position: absolute;
  top: 0;
  content: '';
}

.loading:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading:after {
  left: 3em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
#bgflair {
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 0;
}
#bgflair #bgflairsvg {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
#bgflair #bgflairsvg #flair0 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}

#header {
  position: fixed;
  z-index: 5;
  top: 70px;
  left: -50px;
  width: 100%;
  transform: rotate(-7deg);
  transform-origin: 0 0;
  opacity: 0;
}
@media (max-width: 800px) {
  #header {
    top: 40px;
  }
}
@media (min-width: 2000px) {
  #header {
    transform-origin: 100% 0;
    top: -100px;
  }
}

#title {
  font-family: "Peepo";
  color: #FFEFAF;
  text-transform: uppercase;
  background: #0FA3B1;
  background-size: 200% 200%;
  z-index: 3;
  width: 200%;
  overflow: hidden;
  padding: 5px 0 15px 100px;
  border-top: 20px solid #F7A072;
  border-bottom: 20px solid #F7A072;
  letter-spacing: 2px;
  position: relative;
}
#title:hover h1 {
  text-shadow: 0 5px 5px #0b7882;
  overflow: hidden;
}
#title h1 {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 60px;
  top: 0;
  margin: 0;
  position: relative;
}
#title h2 {
  font-size: 30px;
  margin: 0;
  color: #20dbec;
}
@media (max-width: 800px) {
  #title h2 {
    font-size: 14px;
  }
}
#title small {
  font-size: 30px;
  margin-left: 10px;
  color: #20dbec;
}
@media (max-width: 800px) {
  #title {
    padding-left: 70px;
  }
  #title h1 {
    font-size: 30px;
  }
  #title small {
    font-size: 15px;
  }
}

#bubble {
  z-index: 20;
  opacity: 0.0;
  display: inline-block;
  margin-right: 40px !important;
  position: fixed;
  bottom: 400px;
  left: 7%;
  margin-left: 400px;
  max-width: 700px;
  transform: rotate(-7deg);
  box-shadow: -20px 0 #0FA3B1, 0 -20px #0FA3B1, 20px 0 #0FA3B1, 0 20px #0FA3B1, -10px -10px #0FA3B1, -10px 10px #0FA3B1, 10px 10px #0FA3B1, 10px -10px #0FA3B1;
}
@media (max-width: 800px) {
  #bubble {
    left: 10%;
    bottom: 200px !important;
    margin: 0;
    width: 80%;
    text-align: center;
    transform: none;
  }
}
#bubble span {
  display: none;
}
#bubble::before {
  content: ' ';
  width: 10px;
  height: 10px;
  display: block;
  background: #fff4c9;
  position: absolute;
  bottom: -70px;
  left: 10%;
  margin-left: -10px;
  box-shadow: -10px 0 #0FA3B1, 0 10px #0FA3B1, -10px 10px #0FA3B1;
}
@media (max-width: 800px) {
  #bubble::before {
    display: none;
  }
}
#bubble::after {
  content: ' ';
  width: 10px;
  height: 50px;
  display: block;
  background: #fff4c9;
  position: absolute;
  bottom: -60px;
  left: 10%;
  box-shadow: 9px -10px #fff4c9, 18px -20px #fff4c9, 0 10px #0FA3B1, 10px 0 #0FA3B1, 20px -10px #0FA3B1, 30px -20px #0FA3B1, -10px 0 #0FA3B1;
}
@media (max-width: 800px) {
  #bubble::after {
    display: none;
  }
}

#quote {
  font-family: 'Arcade', sans-serif;
  font-size: 60px;
  color: #0FA3B1;
  padding: 20px 30px 5px 30px;
  background: #fff4c9;
  margin: 0;
  position: relative;
  perspective: 100px;
  z-index: 10;
  line-height: 40px;
  perspective-origin: 50% 50%;
  box-shadow: -10px 0 #fff4c9, 0 -10px #fff4c9, 10px 0 #fff4c9, 0 10px #fff4c9;
}
@media (max-width: 800px) {
  #quote {
    padding: 7px 15px;
    font-size: 30px;
    line-height: 20px;
  }
}
#quote span {
  display: block;
}

#jk {
  opacity: 0;
  width: 650px;
  height: 650px;
  margin: 0 auto;
  position: fixed;
  bottom: -100px;
  left: 7%;
  transform: rotate(-3deg);
}
@media (max-width: 800px) {
  #jk {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: 50%;
    transform: rotate(-3deg) translateX(-50%);
  }
}
#jk #facecontainer {
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}
#jk #face {
  z-index: 30;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  -webkit-filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 800px) {
  #jk #face {
    width: 100px;
    height: 100px;
  }
}
#jk.talking #face {
  animation: bounce 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}
#jk.talking #facesprite {
  animation: frameTransform 300ms steps(2) infinite;
}

@-moz-keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0);
  }
  20% {
    transform: translate(-50%, -49%) rotate(-1deg);
  }
  35% {
    transform: translate(-50%, -51%);
  }
  50% {
    transform: translate(-50%, -49%);
  }
  65% {
    transform: translate(-50%, -51%);
  }
  80% {
    transform: translate(-50%, -48%) rotate(1deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0);
  }
  20% {
    transform: translate(-50%, -49%) rotate(-1deg);
  }
  35% {
    transform: translate(-50%, -51%);
  }
  50% {
    transform: translate(-50%, -49%);
  }
  65% {
    transform: translate(-50%, -51%);
  }
  80% {
    transform: translate(-50%, -48%) rotate(1deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0);
  }
  20% {
    transform: translate(-50%, -49%) rotate(-1deg);
  }
  35% {
    transform: translate(-50%, -51%);
  }
  50% {
    transform: translate(-50%, -49%);
  }
  65% {
    transform: translate(-50%, -51%);
  }
  80% {
    transform: translate(-50%, -48%) rotate(1deg);
  }
}
@-moz-keyframes frameTransform {
  100% {
    transform: translateX(30px);
  }
}
@-webkit-keyframes frameTransform {
  100% {
    transform: translateX(30px);
  }
}
@keyframes frameTransform {
  100% {
    transform: translateX(30px);
  }
}
@-moz-keyframes eyeBlink {
  0%, 97% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}
@-webkit-keyframes eyeBlink {
  0%, 97% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes eyeBlink {
  0%, 97% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}
#eyessprite {
  animation: eyeBlink 7s steps(2) infinite;
}

/**
page
*/
#and-more {
  display: none;
}

@-moz-keyframes flare {
  0% {
    text-shadow: #1a4f6b 0 0 0, #F7A072 0 0 0;
  }
  50% {
    text-shadow: #1a4f6b 10px 10px 0, #F7A072 0 0 30px;
  }
  100% {
    text-shadow: #1a4f6b 10px 10px 0, rgba(247, 160, 114, 0) 0 0 60px;
  }
}
@-webkit-keyframes flare {
  0% {
    text-shadow: #1a4f6b 0 0 0, #F7A072 0 0 0;
  }
  50% {
    text-shadow: #1a4f6b 10px 10px 0, #F7A072 0 0 30px;
  }
  100% {
    text-shadow: #1a4f6b 10px 10px 0, rgba(247, 160, 114, 0) 0 0 60px;
  }
}
@keyframes flare {
  0% {
    text-shadow: #1a4f6b 0 0 0, #F7A072 0 0 0;
  }
  50% {
    text-shadow: #1a4f6b 10px 10px 0, #F7A072 0 0 30px;
  }
  100% {
    text-shadow: #1a4f6b 10px 10px 0, rgba(247, 160, 114, 0) 0 0 60px;
  }
}
#links ul {
  margin-right: 100px;
  z-index: 2;
  position: relative;
  top: 50px;
}
#links ul li {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 50px;
  display: inline-block;
  position: relative;
  top: 0;
}
#links ul li a, #links ul li a:focus, #links ul li a:active, #links ul li a:visited, #links ul li a.hover-off {
  font-family: 'Peepo';
  display: inline-block;
  position: relative;
  margin: 0 20px;
  color: #F7A072;
}
#links ul li a i, #links ul li a:focus i, #links ul li a:active i, #links ul li a:visited i, #links ul li a.hover-off i {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-shadow: #fff4c9 0 0 0;
  font-size: 70px;
}
#links ul li a .linklabel, #links ul li a:focus .linklabel, #links ul li a:active .linklabel, #links ul li a:visited .linklabel, #links ul li a.hover-off .linklabel {
  pointer-events: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  z-index: 20;
  right: 0px;
  bottom: 40px;
  font-size: 40px;
  opacity: 0.0;
  color: #fff4c9;
}
@media (max-width: 800px) {
  #links ul li a .linklabel, #links ul li a:focus .linklabel, #links ul li a:active .linklabel, #links ul li a:visited .linklabel, #links ul li a.hover-off .linklabel {
    font-size: 18px;
  }
}
#links ul li a:hover i {
  color: #fff4c9;
  animation: flare 0.3s;
  animation-fill-mode: forwards;
}
#links ul li a:hover .linklabel {
  bottom: 70px;
  opacity: 1.0;
}
@media (max-width: 800px) {
  #links ul li a:hover .linklabel {
    bottom: 52px;
  }
}
@media (max-width: 800px) {
  #links ul {
    margin-right: 20px;
    top: -10px !important;
  }
  #links ul i {
    font-size: 50px !important;
  }
}
