#players-hand-container{height:34vh}#players-spot-container{display:flex;justify-content:space-between;width:90vw}#card-image-container{margin-top:4vh;width:100%;padding-left:8vw}#players-score{margin-right:4vw;font-size:4vw}#title-banner{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:12vw}.players-card-images{position:relative;bottom:0;width:18vh}#players-card-number-0{animation:slide-rotate-15 .3s cubic-bezier(.25,.46,.45,.94) both}#players-card-number-1{animation:slide-rotate15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-2em}#players-card-number-0-1{animation:slide-rotate-25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-3em}#players-card-number-1-1{animation:slide .5s cubic-bezier(.25,.46,.45,.94) both;margin-bottom:1em}#players-card-number-2-1{animation:slide-rotate25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-3em}#players-card-number-0-2{animation:slide-rotate-25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-5em}#players-card-number-1-2{animation:slide-rotate-15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-bottom:1em;margin-right:-2em}#players-card-number-2-2{animation:slide-rotate15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-bottom:1em;margin-left:-3em}#players-card-number-3-2{animation:slide-rotate25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-5em}#players-card-number-0-3{animation:slide-rotate-25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-4.5em}#players-card-number-1-3{animation:slide-rotate-15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-5em;margin-bottom:1em}#players-card-number-2-3{animation:slide .5s cubic-bezier(.25,.46,.45,.94) both;margin-bottom:1.2em}#players-card-number-3-3{animation:slide-rotate15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-5em;margin-bottom:1em}#players-card-number-4-3{animation:slide-rotate25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-5em}@keyframes slide-rotate-35{0%{transform:translate(100vw) rotate(0)}to{transform:translate(0) rotate(-35deg)}}@keyframes slide-rotate35{0%{transform:translate(100vw) rotate(0)}to{transform:translate(0) rotate(35deg)}}@media (max-width: 480px){#players-hand-container{height:33vh}#card-image-container{width:100%}.players-card-images{width:22vw}#players-score{font-size:21px}}#dealers-hand-container{height:34%;width:100%}#dealers-spot-container{display:flex;justify-content:space-between;width:100%}#dealers-score{font-size:3vw;margin-left:6vw;margin-top:4vw}#dealers-card-images-container{display:flex;justify-content:flex-end;height:fit-content;margin-top:3vh;width:50%;margin-right:10vw}.dealers-card-images{position:relative;bottom:0;width:18vh}#dealers-card-number-0{animation:slide-rotate-15 .3s cubic-bezier(.25,.46,.45,.94) both}#dealers-card-front-back-container{display:inline-block;position:relative;perspective:1000px}#dealers-card-number-1-back{animation:slide-rotate15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-2em}#dealer-card-number-1{animation:rotate15 0s cubic-bezier(.25,.46,.45,.94) both}#dealers-card-number-0-1{animation:slide-rotate-25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-3em}#dealers-card-number-1-1{animation:slide .5s cubic-bezier(.25,.46,.45,.94) both;margin-bottom:1em}#dealers-card-number-2-1{animation:slide-rotate25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-3em}#dealers-card-number-0-2{animation:slide-rotate-25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-4.5em}#dealers-card-number-1-2{animation:slide-rotate-15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-right:-1.6em}#dealers-card-number-2-2{animation:slide-rotate15 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-3em}#dealers-card-number-3-2{animation:slide-rotate25 .5s cubic-bezier(.25,.46,.45,.94) both;margin-left:-4em}@keyframes slide-rotate-15{0%{transform:translate(100vw) rotate(0)}50%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(-15deg)}}@keyframes slide{0%{transform:translate(100vw)}50%{transform:translate(0)}to{transform:translate(0)}}@keyframes rotate15{0%{transform:rotate(0)}to{transform:rotate(15deg)}}@keyframes slide-rotate15{0%{transform:translate(100vw) rotate(0)}50%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(15deg)}}@keyframes slide-rotate25{0%{transform:translate(100vw) rotate(0)}50%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(25deg)}}@keyframes slide-rotate-25{0%{transform:translate(100vw) rotate(0)}50%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(-25deg)}}@keyframes flip{0%{transform:translate(0) rotateY(0);transform-origin:0% 50%}to{transform:translate(-100%) rotateY(180deg);transform-origin:100% 0%}}@media (max-width: 480px){#dealers-hand-container{height:33vh}.dealers-card-images{width:22vw}#dealers-score{font-size:21px}}#game-over-container{background-color:#6ae91d;height:100%;width:100%;display:flex;flex-direction:column;align-items:center}#game-over-text{margin:4vh auto}#pot-container{text-align:center;height:6vh}#pot-image-container{position:absolute;top:28%;right:42%;height:15vw;width:15vw}.pot-chip-images{position:absolute;width:9vw}#white-chip-pot-image{top:0;left:0}#blue-chip-pot-image{top:0;right:0}#red-chip-pot-image{bottom:0;left:0}#green-chip-pot-image{bottom:0;right:0}#pot-text{padding:4px 12px;margin:auto;border-radius:50%;font-size:4vw;position:relative;top:30%;background-color:#ffffff80;width:fit-content;height:fit-content;font-weight:600;font-family:Arial,Helvetica,sans-serif}#blackjack-container{background-color:#92fe50;height:100%;width:100%;overflow-y:hidden}#playing-the-game{height:100vh;width:100vw}#buttons-for-game{width:100%;height:32vh;position:relative;box-shadow:inset 0 5px 5px #000;background-color:#6ae91d}#pre-game-buttons{display:flex;justify-content:space-evenly}#draw-cards-button{height:1em;padding:1em 2.5em 2.2em;margin:.7em 1em;font-size:3vw;border:none;border-radius:50%;box-shadow:inset 3px 5px 3px #abfe78,3px 5px 3px #318200;background-color:#56e300}#draw-cards-button:hover{cursor:pointer}#draw-cards-button:active{box-shadow:inset 3px 5px 3px green,1px 1px 1px #cefeb1}#bet-container{width:50vw;display:flex;flex-direction:column;justify-content:center;align-items:center}#bet-amount-text{font-size:3vw}#bet-button-container{margin-top:.2em;display:flex;padding-bottom:4px}.bet-buttons{background:none;border:none;height:9vh;width:9.5vh;border-radius:100%;box-shadow:2px 2px 1px #000;margin-right:.5em}.bet-buttons:hover{cursor:pointer}.bet-buttons:active{box-shadow:none}.bet-images{margin-top:-2px;height:10vh;width:10vh}.bet-text{position:absolute;top:35.5%;left:40%;font-size:120%;font-weight:600}#player-points{position:absolute;right:3vw;top:3vw;font-size:3vw}#busted-container{display:flex;flex-direction:column;align-items:center}#busted-title{text-align:center}#next-round-bust-button-container{width:90vw;display:flex;justify-content:center}#hit-stand-button-container{display:flex;justify-content:space-evenly;width:60vw;margin:auto}#hit-button,#stand-button,#next-round-button{height:1em;padding:1em 2.5em 2.2em;margin:.7em 1em;font-size:3vw;border:none;border-radius:50%;box-shadow:inset 3px 5px 3px #abfe78,3px 5px 3px #318200;background-color:#56e300}#hit-button:hover,#stand-button:hover{cursor:pointer}#hit-button:active,#stand-button:active{box-shadow:inset 3px 5px 3px green,1px 1px 1px #cefeb1}@keyframes flip-2{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 480px){#blackjack-container{height:100%;width:100%}#app-container{overflow-x:auto}#buttons-for-game{height:34vh}#bet-button-container{display:flex;justify-content:space-evenly;width:110%;border:1px solid black}.bet-buttons{height:11.5vw}.bet-images{width:100%;height:13vw;width:13vw;margin-top:-2px}#draw-cards-button{width:28vw;font-size:4vw;font-weight:600;padding:2em 0 3em}#hit-stand-button-container{display:flex;justify-content:space-evenly;width:100%}#player-points{font-size:21px}#hit-button,#stand-button{padding-top:25px;display:flex;margin:4vh 2vw;width:40vw;height:15vw;align-items:center;justify-content:center}}#app-container{height:100vh;width:100%}*{padding:0;margin:0}
