/* external css: flickity.css */

@font-face {
    font-family: "BrandonText-Medium";
    src: url(./fonts/BrandonText-Medium.ttf);
}

@font-face {
    font-family: "BrandonText-Light";
    src: url(./fonts/BrandonText-Light.ttf);
}

* { box-sizing: border-box; }

.carousel-main {
  z-index: 1;
}

.carousel-main .carousel-cell {
  width: 100%;
  height: 640px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #142736;
}

.carousel-main .carousel-cell img {
  opacity: 0.3;
}

.carousel-main .carousel-cell {
  color: #fff;
  font-family: "BrandonText-Light";
}

.carousel-main .carousel-cell .cell-text {
  top: 35px;
  font-size: 42px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.carousel-main .carousel-cell .cell-subtext {
  top: 195px;
  font-size: 24px;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0.75;
}

.carousel-main .carousel-cell .play {
  background: url('../img/play-white.svg') center center no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  margin: -325px auto;
  z-index: 10;
  cursor: pointer;
}

.carousel-nav {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 560px;
  z-index: 2;
}

.carousel-nav .carousel-avatar {
  height: 250px;
  width: 200px;
  text-align: center;
}

.carousel-nav .carousel-avatar:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-avatar.is-nav-selected img {
  width: 160px;
  height: 160px;
}

.vertical {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.vertical-align {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.carousel-avatar:before {
  display: block;
  text-align: center;
  content: '';
  font-size: 80px;
  color: white;
}

.carousel-avatar img {
  margin-bottom: 80px;
  width: 130px;
  vertical-align: middle;
  border-radius: 150px;
  border: 5px solid #fff;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.carousel-nav .avatar-name {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 45px;
  font-size: 20px;
  font-family: "BrandonText-Medium";
  color: #202020;
}

.carousel-nav .carousel-avatar.is-nav-selected .avatar-name {
  bottom: 30px;
}

.carousel-nav .avatar-shop {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  font-family: "BrandonText-Medium";
  color: #606060;
}

.carousel-nav .carousel-avatar.is-nav-selected .avatar-shop {
  bottom: 5px;
}

.player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
