@font-face {
  font-family: 'LuzSans-Book';
  font-style: normal;
  font-weight: normal;
  src: local('LuzSans-Book'), url('../fonts/LUZRO.woff') format('woff');
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: transparent;
  color: #fff;
  font-family: 'LuzSans-Book';
  margin: 0;
  overflow: hidden;
}

.container {
  display: table;
  height: 100%;
  position: absolute;
  user-select: none;
  width: 100%;
}

.inner {
  display: table-cell;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.no-select {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.mark {
  height: 1px;
  margin-bottom: -7px;
  margin-right: 2px;
  opacity: 0;
  width: 1px;
}

.tagline {
  bottom: 34.5px;
  font-size: 11.5px;
  left: 0;
  position: absolute;
  opacity: 0;
  text-align: center;
  transform: scale(1.125, 1.125);
  width: 100%;
}

.visit-container {
  bottom: 5px;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: scale(1.125, 1.125);
  transition: margin-bottom 0.6s ease-out;
  width: 100%;
  z-index: 100;
}

.visit-container .visit-link {
  text-decoration: none;
}

.visit-container .visit-link .visit-button {
  box-shadow: none;
  color: #ff007e;
  cursor: pointer;
  display: block;
  font-size: 12.5px;
  margin: 0 auto 0;
  padding: 4px 8px 0;
  transition: box-shadow 0.6s ease-out, margin 0.6s ease-out;
  width: 100px;
}

.visit-container:hover .visit-link .visit-button {
  box-shadow: 0 2px 4px 2px rgba(255, 255, 255, 0.5);
  margin-bottom: 2px;
}

.gray {
  color: #c0c0c0;
}

.pink {
  color: #ff007e;
}

.rotate {
  display: none;
  font-size: 1px;
}

.animate .rotate {
  /* border for debugging only */
  /* border: 1px solid #0f0; */
  display: inline-block;
  font-size: 50px;
  font-size: 7vw;
  opacity: 0;
}

.animate .rotate:nth-child(2) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 1.0s 1 rotateUpperLeft forwards;
}

.animate .rotate:nth-child(3) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 1.2s 1 rotateLowerLeft forwards;
}

.animate .rotate:nth-child(4) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 1.4s 1 rotateUpperRight forwards;
}

.animate .rotate:nth-child(5) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 1.6s 1 rotateLowerRight forwards;
}

.animate .rotate:nth-child(6) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 1.8s 1 rotateUpperLeft forwards;
}

.animate .rotate:nth-child(7) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 2.0s 1 rotateLowerLeft forwards;
}

.animate .rotate:nth-child(8) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 2.2s 1 rotateUpperRight forwards;
}

.animate .rotate:nth-child(9) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 2.4s 1 rotateUpperRight forwards;
}

.animate .rotate:nth-child(10) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 2.8s 1 rotateLowerLeft forwards;
}

.animate .rotate:nth-child(11) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 3.2s 1 rotateUpperRight forwards;
}

.animate .rotate:nth-child(12) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 3.6s 1 rotateLowerRight forwards;
}

.animate .rotate:nth-child(13) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 4.0s 1 rotateUpperLeft forwards;
}

.animate .rotate:nth-child(14) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 4.2s 1 rotateLowerLeft forwards;
}

.animate .rotate:nth-child(15) {
  animation: 0.6s cubic-bezier(0.1, 0.4, 0.4, 2.0) 4.4s 1 rotateUpperRight forwards;
}

.animate .mark {
  height: 32px;
  opacity: 1;
  transition: all 0.6s ease-out;
  width: 32px;
}

.animate .tagline {
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.6s ease-out;
  transition-delay: 4.4s;
}

.animate .visit-container {
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.6s ease-out;
  transition-delay: 4.6s;
}

.app {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 10px 0;
  perspective: 200px;
  transition: font-size 0.6s linear;
}

.app:hover {
  font-size: 12px;
}

.app.selected {
  animation: 0.6s cubic-bezier(0.0, 0.0, 0.4, 0.1) 1 appSelected forwards;
}

.app .icon {
  height: 48px;
  transition: all 0.6s linear;
  width: 48px;
}

.app:hover .icon {
  height: 56px;
  width: 56px;
}

.app.selected .icon {
  height: 112px;
  width: 112px;
}

@keyframes rotateUpperLeft {
  0% {
    margin-left: -150px;
    margin-left: -21vw;
    opacity: 0;
    padding-left: 150px;
    padding-left: 21vw;
    text-align: right;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  100% {
    margin-left: -150px;
    margin-left: -21vw;
    opacity: 1;
    padding-left: 150px;
    padding-left: 21vw;
    text-align: right;
    transform: rotate(0deg);
    transform-origin: left bottom;
  }
}

@keyframes rotateUpperRight {
  0% {
    margin-right: -150px;
    margin-right: -21vw;
    opacity: 0;
    padding-right: 150px;
    padding-right: 21vw;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  100% {
    margin-right: -150px;
    margin-right: -21vw;
    opacity: 1;
    padding-right: 150px;
    padding-right: 21vw;
    transform: rotate(0deg);
    transform-origin: right bottom;
  }
}

@keyframes rotateLowerRight {
  0% {
    margin-right: -150px;
    margin-right: -21vw;
    opacity: 0;
    padding-right: 150px;
    padding-right: 21vw;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  100% {
    margin-right: -150px;
    margin-right: -21vw;
    opacity: 1;
    padding-right: 150px;
    padding-right: 21vw;
    transform: rotate(0deg);
    transform-origin: right bottom;
  }
}

@keyframes rotateLowerLeft {
  0% {
    margin-left: -150px;
    margin-left: -21vw;
    opacity: 0;
    padding-left: 150px;
    padding-left: 21vw;
    text-align: right;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  100% {
    margin-left: -150px;
    margin-left: -21vw;
    opacity: 1;
    padding-left: 150px;
    padding-left: 21vw;
    text-align: right;
    transform: rotate(0deg);
    transform-origin: left bottom;
  }
}

@keyframes appSelected {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
