#screen-1 .inner {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#currency {
  left: 250px;
  top: 420px;
}

#currency.change {
  transform: scale(1.4);
}

#currency .amount {
  position: absolute;
  top: 14px;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: 'Lora';
  font-weight: bold;
  font-size: 66px;
  margin-left: -2px;
  text-transform: uppercase;
  background-image: linear-gradient(#fff 0%, #ffe9a4 20%, #e7ca74 80%, #ffeeba 100%);
  filter: drop-shadow(0 1px 3px rgb(0, 0, 0));
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  margin: 0;
}

#screen-1 .remove {
  transform: scale(1.5) translateY(-10px);
  opacity: 0;
}

#screen-1 .cursed-indicator {
  display: none;
  position: absolute;
  top: 0;
  left: -2px;
  filter: drop-shadow(0 0 3px rgb(255, 0, 255)) blur(2px) hue-rotate(-300deg);
  transform: scale(1.1);
  opacity: 0.75;
}
#screen-1 .is--cursed .cursed-indicator {
  display: block;
}

.socket.socket--single {
  width: 120px;
}

.socket.socket--double {
  width: 246px;
}

.person-card {
  position: absolute;
  right: 10%;
  top: 53%;
  transform: translateY(-50%);
  width: 375px;
  height: 510px;
  z-index: 1;
  transition: transform 0.2s ease-out;
}

.person-card:hover .person-card--cover {
  transform: translate(-50px, -50px) scale(0.9);
}
.person-card:hover .person-card--gossip {
  transform: translateX(220px) rotate(10deg) scale(0.8);
}

.person-card .person-card--cover, 
.person-card .person-card--gossip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ui/card-bg.png);
  background-size: 95% auto;
  background-repeat: no-repeat;
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.5));
  transition: transform 0.1s ease-out, filter 0.1s ease-out;
}
.person-card .person-card--inner {
  padding: 20px 55px 10px 60px;
  text-align: left;
}
.person-card .person-card--inner * {
  font-family: Handlee;
}
.person-card .person-card--inner h3 {
  padding-left: 75px;
}
.person-card .person-card--cover {
  z-index: 2;
}
.person-card .person-card--cover img {
  transform: translate(-10px,-118px);
}
.person-card .person-card--gossip {
  z-index: 1;
  transform-origin: left bottom;
  transform: translateX(50px) rotate(7deg) scale(0.9);
  filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.5)) brightness(0.9);
}
.person-card .person-card--name {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 50px;
  bottom: 11px;
  background-image: url(../img/ui/name-plate.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
  transition: transform 0.1s ease-out, filter 0.1s ease-out;
}
.person-card .person-card--name p {
  color: #896146;
  font-size: 16px;
  margin: 14px 0;
}
.letter {
  margin: 0 30px;
  padding: 30px;
  background-image: url(../img/screen-1/letter-blank.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(-2deg);
}
.letter p {
  font-family: Handlee !important;
  font-size: 24px;
}
.item-ring {
  left: 19%;
  top: 30%;
}
.item-ring img {
  transform: rotate(-10deg);
}
.item-ticket {
  left: 260px;
  top: 850px;
  padding: 30px 0;
  transform: rotate(5deg);
}
.item-ticket small,
.item-ticket p {
  display: block;
  text-align: center;
  color: #65313c;
}
.item-ticket small {
  font-size: 14px;
  text-transform: uppercase;
}
.item-ticket p {
  margin: 3px 0;
  font-size: 24px;
}
.item-invitation {
  left: 375px;
  top: 400px;
  transform: rotate(-3deg);
}
/*
#dialog .speech-bubble {
  color: #756564;
  font-family: Lora;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  width: 470px;
  height: 300px;
  padding: 12px 150px 100px 24px;
  left: -33%;
  top: -145px;
  background-image: url(../img/ui/bubble-character-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#dialog .speech-bubble p {
  text-align: left;
  margin: 10px 0;
}
*/

#square-marker {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background-color: rgba(255, 0, 255, 0.5)
}

