@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Playpen+Sans:wght@500&family=Saira+Stencil+One&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --tdSpace: "1";
}

.blueSimple {
  background: linear-gradient(#28474f 30%, #66bac9);
}
.blueSimple .menu {
  background: linear-gradient(#275768, #368493);
}
.blueSimple .scoreboard {
  background: linear-gradient(#275768, #368493);
}
.blueSimple .even:nth-of-type(even) {
  background: #398a9b;
}
.blueSimple .even:nth-of-type(odd) {
  background: #275768;
}
.blueSimple .odd:nth-of-type(even) {
  background: #275768;
}
.blueSimple .odd:nth-of-type(odd) {
  background: #398a9b;
}
.blueSimple .spacer {
  background: linear-gradient(#275768, #368493);
}
.blueSimple .score {
  border: 1px #275768 solid;
}
.blueSimple .score:nth-of-type(even) {
  background: linear-gradient(#275768, #368493);
}
.blueSimple .score:nth-of-type(odd) {
  background: linear-gradient(to top, #275768, #368493);
}

.greenSimple {
  background: linear-gradient(#2d7d2d 30%, #4a994a);
}
.greenSimple .menu {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenSimple .scoreboard {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenSimple .even:nth-of-type(even) {
  background: #4a994a;
}
.greenSimple .even:nth-of-type(odd) {
  background: #2d7d2d;
}
.greenSimple .odd:nth-of-type(even) {
  background: #2d7d2d;
}
.greenSimple .odd:nth-of-type(odd) {
  background: #4a994a;
}
.greenSimple .spacer {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenSimple .score {
  border: 1px #2d7d2d solid;
}
.greenSimple .score:nth-of-type(even) {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenSimple .score:nth-of-type(odd) {
  background: linear-gradient(to top, #2d7d2d, #4a994a);
}

.redSimple {
  background: linear-gradient(#4f2828 30%, #a75454);
}
.redSimple .menu {
  background: linear-gradient(#6d3a39, #b45553);
}
.redSimple .scoreboard {
  background: linear-gradient(#6d3a39, #b45553);
}
.redSimple .even:nth-of-type(even) {
  background: #b45553;
}
.redSimple .even:nth-of-type(odd) {
  background: #6d3a39;
}
.redSimple .odd:nth-of-type(even) {
  background: #6d3a39;
}
.redSimple .odd:nth-of-type(odd) {
  background: #b45553;
}
.redSimple .spacer {
  background: linear-gradient(#6d3a39, #b45553);
}
.redSimple .score {
  border: 1px #6d3a39 solid;
}
.redSimple .score:nth-of-type(even) {
  background: linear-gradient(#6d3a39, #b45553);
}
.redSimple .score:nth-of-type(odd) {
  background: linear-gradient(to top, #6d3a39, #b45553);
}

.purpleSimple {
  background: linear-gradient(#3c2c7a 30%, #673898);
}
.purpleSimple .menu {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleSimple .scoreboard {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleSimple .even:nth-of-type(even) {
  background: #673898;
}
.purpleSimple .even:nth-of-type(odd) {
  background: #3c2c7a;
}
.purpleSimple .odd:nth-of-type(even) {
  background: #3c2c7a;
}
.purpleSimple .odd:nth-of-type(odd) {
  background: #673898;
}
.purpleSimple .spacer {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleSimple .score {
  border: 1px #3c2c7a solid;
}
.purpleSimple .score:nth-of-type(even) {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleSimple .score:nth-of-type(odd) {
  background: linear-gradient(to top, #3c2c7a, #673898);
}

.blueTex {
  background: center/cover no-repeat url(./images/backgroundBlue.png);
}
.blueTex .menu {
  background: linear-gradient(#275768, #368493);
}
.blueTex .scoreboard {
  background: linear-gradient(#275768, #368493);
}
.blueTex .even:nth-of-type(even) {
  background: #398a9b;
}
.blueTex .even:nth-of-type(odd) {
  background: #275768;
}
.blueTex .odd:nth-of-type(even) {
  background: #275768;
}
.blueTex .odd:nth-of-type(odd) {
  background: #398a9b;
}
.blueTex .spacer {
  background: linear-gradient(#275768, #368493);
}
.blueTex .score {
  border: 1px #275768 solid;
}
.blueTex .score:nth-of-type(even) {
  background: linear-gradient(#275768, #368493);
}
.blueTex .score:nth-of-type(odd) {
  background: linear-gradient(to top, #275768, #368493);
}

.greenTex {
  background: center/cover no-repeat url(./images/backgroundGreen.png);
}
.greenTex .menu {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenTex .scoreboard {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenTex .even:nth-of-type(even) {
  background: #4a994a;
}
.greenTex .even:nth-of-type(odd) {
  background: #2d7d2d;
}
.greenTex .odd:nth-of-type(even) {
  background: #2d7d2d;
}
.greenTex .odd:nth-of-type(odd) {
  background: #4a994a;
}
.greenTex .spacer {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenTex .score {
  border: 1px #2d7d2d solid;
}
.greenTex .score:nth-of-type(even) {
  background: linear-gradient(#2d7d2d, #4a994a);
}
.greenTex .score:nth-of-type(odd) {
  background: linear-gradient(to top, #2d7d2d, #4a994a);
}

.redTex {
  background: center/cover no-repeat url(./images/backgroundRed.png);
}
.redTex .menu {
  background: linear-gradient(#6d3a39, #b45553);
}
.redTex .scoreboard {
  background: linear-gradient(#6d3a39, #b45553);
}
.redTex .even:nth-of-type(even) {
  background: #b45553;
}
.redTex .even:nth-of-type(odd) {
  background: #6d3a39;
}
.redTex .odd:nth-of-type(even) {
  background: #6d3a39;
}
.redTex .odd:nth-of-type(odd) {
  background: #b45553;
}
.redTex .spacer {
  background: linear-gradient(#6d3a39, #b45553);
}
.redTex .score {
  border: 1px #6d3a39 solid;
}
.redTex .score:nth-of-type(even) {
  background: linear-gradient(#6d3a39, #b45553);
}
.redTex .score:nth-of-type(odd) {
  background: linear-gradient(to top, #6d3a39, #b45553);
}

.purpleTex {
  background: center/cover no-repeat url(./images/backgroundPurple.png);
}
.purpleTex .menu {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleTex .scoreboard {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleTex .even:nth-of-type(even) {
  background: #673898;
}
.purpleTex .even:nth-of-type(odd) {
  background: #3c2c7a;
}
.purpleTex .odd:nth-of-type(even) {
  background: #3c2c7a;
}
.purpleTex .odd:nth-of-type(odd) {
  background: #673898;
}
.purpleTex .spacer {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleTex .score {
  border: 1px #3c2c7a solid;
}
.purpleTex .score:nth-of-type(even) {
  background: linear-gradient(#3c2c7a, #673898);
}
.purpleTex .score:nth-of-type(odd) {
  background: linear-gradient(to top, #3c2c7a, #673898);
}

.activePlayer {
  background-color: whitesmoke;
  border-radius: 20px;
}

.rollOne {
  animation: ime1 1s 1s forwards ease-out;
}
@keyframes ime1 {
  0% {
    bottom: 0;
    transform: rotate(-90deg);
  }
  100% {
    right: 0;
    bottom: 30vh;
    left: 31vw;
    transform: 0;
  }
}

.rollTwo {
  animation: ime2 0.6s 1s forwards ease-out;
}
@keyframes ime2 {
  0% {
    bottom: 0;
    transform: rotate(-120deg);
  }
  100% {
    right: 0;
    bottom: 20vh;
    left: 32vw;
    transform: 0;
  }
}

.rollThree {
  animation: ime3 0.8s 1s forwards ease-out;
}
@keyframes ime3 {
  0% {
    bottom: 0;
    transform: rotate(-50deg);
  }
  100% {
    right: 0;
    bottom: 25vh;
    left: 32vw;
    transform: 0;
  }
}

.rollFour {
  animation: ime4 1.3s 1s forwards ease-out;
}
@keyframes ime4 {
  0% {
    bottom: 0;
    transform: rotate(-130deg);
  }
  100% {
    right: 0;
    bottom: 37vh;
    left: 22vw;
    transform: 0;
  }
}

.rollFive {
  animation: ime5 1.2s 1s forwards ease-out;
}
@keyframes ime5 {
  0% {
    bottom: 0;
    transform: rotate(-50deg);
  }
  100% {
    right: 0;
    bottom: 32vh;
    left: 22vw;
    transform: 0;
  }
}

.save1 {
  transform: translate(-14vh, -20vh);
}

.save2 {
  transform: translate(-15vh, -30vh);
}

.save3 {
  transform: translate(-14vh, -25vh);
}

.save4 {
  transform: translate(8vh, -13vh);
}

.save5 {
  transform: translate(9vh, -18vh);
}

.placehold {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}

body {
  font-family: "Playpen Sans", cursive;
  height: 100vh;
}
body .menu {
  width: 100%;
  height: 7%;
}
body main .flexContainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 2vh;
  height: 50vh;
  width: 99%;
}
body main .flexContainer .scoreboard {
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  border: solid white 1px;
  border-radius: 20px;
  z-index: 1;
  width: 55vh;
  height: 70vh;
}
body main .flexContainer .scoreboard thead tr th {
  font-size: 1.1rem;
}
body main .flexContainer .scoreboard tbody td {
  font-size: 1.1rem;
}
body main .flexContainer .scoreboard tbody tr .spacer {
  height: 5px;
}
body main .flexContainer .scoreboard tfoot .scoreRow .score {
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(51, 51, 51, 0.1254901961), -1px -1px 0 rgba(51, 51, 51, 0.1254901961), 1px -1px 0 rgba(51, 51, 51, 0.1254901961), -1px 1px 0 rgba(51, 51, 51, 0.1254901961), 1px 1px 0 rgba(51, 51, 51, 0.1254901961);
}
body main div {
  display: flex;
  justify-content: center;
}
body main div .glass {
  position: relative;
  display: flex;
  height: 200px;
  margin: auto;
  bottom: 10vh;
  right: 15vw;
}
body main div .buttonDiv {
  position: relative;
  text-align: center;
  top: 15vh;
  right: 45vw;
}
body main div .buttonDiv .btnEl {
  background: transparent;
  position: relative;
  bottom: 50px;
  height: 90px;
  border-radius: 70px;
  border-width: 5px;
  margin: auto;
}
body main div .buttonDiv .buttonImg {
  position: relative;
  display: flex;
  width: 270px;
  height: 85px;
  margin: auto;
}
body main div .buttonDiv .buttonText {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  bottom: 60px;
  font-size: 1.3rem;
}
body main div .dice {
  display: flex;
  height: 9vh;
  position: relative;
}
body main div .dice .one {
  position: inherit;
  left: 35vw;
}
body main div .dice .two {
  position: inherit;
  left: 31vw;
}
body main div .dice .three {
  position: inherit;
  left: 27vw;
}
body main div .dice .four {
  position: inherit;
  left: 23vw;
}
body main div .dice .five {
  position: inherit;
  left: 19vw;
}/*# sourceMappingURL=style.css.map */