@media (max-width: 1250px) {
    .bodyOne .redCard {
        width: 45vw;
    }

    .bodyOne .greenCard {
        width: 40vw;
    }

    .bodyOne .blueCard {
        width: 40vw;
    }

    .bodyOne .yellowCard {
        width: 40vw;
    }

}



* {
    font-family: 'Libre Franklin';
    font-size: .85vw;
}

/* START Page*/
.startbody {
    background-color: black;
}

.sorry-title h1 {
    color: white;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 0px;
    font-family: 'Libre Franklin';
    background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 8s ease infinite;
}

.sorry-title-container {
    flex-direction: column;
    position: absolute;
    left: 40%;
    bottom: 30%;
    display: flex;
    justify-content: center;

}

.pawn-gif-container {
    transition: ease 190ms;
}


.pawn-gif-container:hover {
    outline: none;
    border-color: #9ec9ed3d;
    box-shadow: 0 0 15px #ae3186c6;
    transform: scale(1.03);
    cursor: pointer;
}

.pawn-background {
    background: repeat no-repeat;
    background-size: cover;
    background-image: url(images/background_flow.gif);
    width: 21vw;
    height: 20vw;
    align-items: center;
    -webkit-box-shadow: 0px 0px 91px 7px rgba(78, 14, 138, 0.73);
    -moz-box-shadow: 0px 0px 91px 7px rgba(78, 14, 138, 0.73);
    box-shadow: 0px 0px 91px 7px rgba(78, 14, 138, 0.73);
}

.pawn img {
    margin-top: 5%;
    max-width: 90%;
    max-height: 100%;
    margin-left: 5%;
    filter: invert(100%) sepia(12%) saturate(7452%) hue-rotate(207deg) brightness(111%) contrast(113%);
}

/* Board Style*/

.bodyOne {
    align-items: center;
    /* background-image: url(images/backgroundBoardOne.png);    */
    /* background-image: url(images/backgroundBoardOne.png);    */
    margin: 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    /* background-image: url(images/backgroundBoardOne.png);   */
    position: relative;
    background-size: cover;
    height: 100vh;
}

/* .background-image {
    background-image: url(images/background_flow.gif);
    opacity: 100%;
} */

.mainOne {
    opacity: 1;
    background-repeat: no-repeat;
    border-radius: 6%;
    display: flex;
    flex-wrap: wrap;
    height: 55em;
    width: 60%;
    background-size: cover;
    padding: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0px;
    border: 0px;
    /* background-Image :url(images/doom-pit.jpg); */

    background-color: black;
}

.body2 {
    background-color: #737373;
    background-image: url("https://www.transparenttextures.com/patterns/cartographer.png");
    -webkit-animation: 0s ease infinite;
    -moz-animation: 0s ease infinite;
    animation: 0s ease infinite;
    font-family: 'Lexend Zetta', sans-serif;
}

.start-page-container {
    width: 33.622%;
    margin-left: auto;
    margin-right: auto;
}

.start-page-pawn-bg {
    background-image: url(images/background_flow.gif);
    background-size: cover;
    background-repeat: no-repeat;


}

.space-column {
    background-color: white;
    border: .15em solid black;
    /* width: 100%;
    height: 8%; */
    width: 4.25em;
    height: 4.25em;
    margin: 0;
    /* opacity: 100%; */
}

.blue {
    background-color: blue;
}

.red {
    background-color: red;
    
}

.yellow {
    background-color: yellow;
}

.green {
    background-color: green;
}

.green-walkway {

    border-color: green;
    background-color: #b1ffa1;
}

.red-walkway {

    border-color: red;
    background-color: #ff9797;
}

.blue-walkway {
    border-color: blue;
    background-color: #aaaaff;
}

.yellow-walkway {

    border-color: rgb(167, 167, 0);
    background-color: #fbff84;
}


.cardstack img {

    position: absolute;
    left: 51%;
    top: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    border-radius: 1em;



}

.itemSlot {
    margin-left: 1vw;
    align-self: center;
    background-color: black;
    border-radius: 30%;
    height: 5vh;
    width: 4vw;
    opacity: 30%;
}

.coinflex {
    align-self: center;
    max-width: 20vw;
    display: flex;
    flex-direction: row;

}

.coinSlot {
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    background-color: black;
    opacity: 30%;
}

.blueCard {
    margin-top: 2vh;
    margin-right: .5vh;
    height: 7.5%;
    width: 20vw;
    background: radial-gradient(circle, rgba(103,115,209,1) 0%, rgba(0,39,255,1) 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    border-radius: 1vh;
}

.bluepawn {
    background-color: white;
}

.bluePawn img {
    border-radius: 50%;
    background-color: white;
    justify-self: center;
    max-height: 7.5vh;
}

.redCard {
    margin-top: 2vh;
    margin-right: .5vh;
    height: 7.5%;
    width: 20vw;
    background: radial-gradient(circle, rgba(255,56,56,1) 0%, rgba(255,0,0,1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    border-radius: 1vh;
}

.redpawn {
    background-color: white;
}

.redPawn img {
    border-radius: 50%;
    background-color: white;
    justify-self: center;
    max-height: 7.5vh;
}


.greenCard {
    margin-top: 2vh;
    margin-right: .5vh;
    height: 7.5%;
    width: 20vw;
    background: radial-gradient(circle, rgba(107,255,56,1) 0%, rgba(0,87,17,1) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    border-radius: 1vh;
}

.greenpawn {
    background-color: white;
}

.greenPawn img {
    border-radius: 50%;
    background-color: white;
    justify-self: center;
    max-height: 7.5vh;
}

.yellowCard {
    margin-top: 2vh;
    margin-right: .5vh;
    height: 7.5%;
    width: 20vw;
    background: radial-gradient(circle, rgba(209,199,103,1) 0%, rgba(211,255,0,1) 100%);
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    border-radius: 1vh;
}

.yellowpawn {
    background-color: white;
}

.yellowPawn img {
    border-radius: 50%;
    background-color: white;
    justify-self: center;
    max-height: 7.5vh;
}


.prevpage img {
    width: 10vh;
    height: 10vh;
    margin: 0px, 0px, 0px, 0px;
    padding: 0px, 0px, 0px, 0px;
    border: 0px, 0px, 0px, 0px, ;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: 90ms ease-in;
    filter: invert(100%);
    -webkit-filter: invert(100%);

}

.fullscreen {
    position: absolute;
    width: 10vh;
    right: 30px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.prevpage img:hover {
    transform: scale(1.3);
}

.spaces-column {
    height: 100%;
    width: 6.384%;
    margin: 0;
}

.spaces-column {

    height: 100%;
}


.empty {
    visibility: hidden;
}

.grid-right {
    margin-right: auto;
}

.grid-left {
    margin-left: auto;
}

.event {
    background-image: url(images/event-space.png);
    background-position: center;
    background-size: 60%,100%;
    background-repeat: no-repeat,repeat;
    background-color: gold;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 101px 40px rgba(206, 217, 46, 0.36);
    -moz-box-shadow: 0px 0px 101px 40px rgba(206, 217, 46, 0.36);
    box-shadow: 0px 0px 101px 40px rgba(206, 217, 46, 0.36);
}

.event p {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    margin-top: auto;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
    height: 100%;
    margin: 0;
    padding-top: .3em;
    text-align: center;
    color: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222;
}

@-moz-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@-o-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}



.circle-top-left {
    border-top-left-radius: 4em;
}

.circle-top-right {
    border-top-right-radius: 4em;
}

.circle-bottom-left {
    border-bottom-left-radius: 4em;
}

.circle-bottom-right {
    border-bottom-right-radius: 4em;
}

.shop-space {
    background-color: black;
    /* border-color: #37303d; */
}

.shop-space img {
    width: 100%;
    height: 100%;
}

.cardstack img {
    cursor: pointer;
    transition: 100ms;
}

.takecard {
    visibility: hidden;
    transition: .5s ease;
}


.takecard.active {
    visibility: visible;

    margin-right: 5em;
}


.takecard.active img {
    width: 100%;
}

.one-third.glow {
    border-color: #9ecaed;
    box-shadow: 0 0 15px #ffffff;
}

.playerBannerGlow{
    border: black solid .2em;
    box-shadow: 0 0 4em white; 
}

/* This Is for the lobby coding below */




.main2 {
    max-width: 1720px;
    justify-content: center;
    margin: 0 auto;
}

.Lobby {
    max-width: 100%;
    margin: 0 auto;
    transition: 100ms ease;
}

.lob-maps {
    display: flex;
    justify-content: space-evenly;
}

.one-third {
    margin-top: 4.8em;
    margin-bottom: 4.5em;
    width: 30.3%;
    background-color: whitesmoke;
    position: relative;
    display: flex;
    transition: 190ms ease;
}

.java-one-third {
    border-color: #9ecaed;
    box-shadow: 0 0 15px #ffffff;
}

.one-third.active {
    width: 1%;
}

.one-third:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.one-third:hover {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 15px #ffffff;
}

.one-third img {
    width: 100%;
    height: 100%;
    position: relative;
}



.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    margin: 0 auto;
    display: flex;
    width: 89%;
}

.map-text-container h2 {
    background-color: rgba(0, 0, 0, 0.53);
    width: 100%;
    font-size: 1.5em;
}

.map-text-container i {
    background-color: rgba(0, 0, 0, 0.53);
    width: 100%;
    font-size: 1.5em;
}

.centered i {
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: center;
}

.centered h2 {
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: center;
}

.choosing {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    width: 71%;
    margin: 0 auto;
}

.one-forth {
    position: relative;
    display: flex;
    transition: 190ms ease-out;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
}

/* .one-forth:hover {
    transform: scale(1.1);
    cursor: pointer;
} */

.one-forth:hover {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 15px #ffffff;
}

/* #pawn1:hover{
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 15px #fff200; 
}

#GFG_DOWN:hover {
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 15px #051395ac;
}

#pawn3:hover {
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 15px #a50b0b;
}

#GFG_UP:hover {
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 15px #286d1a;
} */


.one-forth img {
    width: 100%;
}


#player-container {
    display: flex;
    margin: 0 auto;
    width: 20%;
    padding: .5em;
    color: black;
    justify-content: space-around;
    margin: 0 auto;
    background-color: #D9D9D9;
    margin-top: 2em;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.4em;
}
#player-container:hover{
    
    border-color:  #9ecaed;
    box-shadow: 0 0 15px #ffffff;
    transition: 190ms ease;
}

.btn-cont {
    display: flex;
    justify-content: center;
}


.start {
    margin-top: 3em;
    position: absolute;
    /* transition: 0.5s;
    transform: translate(-50%, -50%); */
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
}

.start:hover {
    animation: animate 8s linear infinite;
    transition: 0.5s;
    
    cursor: pointer;
}

@keyframes animate {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

.start:before {
    animate: 0.5s;
    transition: 0.5s;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: 0.5s;

}


.start:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
    animate: 0.5s;
    transition: 0.5s;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.726);
    z-index: 9999;
}

.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 9999;
}

/* Javascript variable styling for lobby*/

.java-one-third {
    border-color: #9ecaed;
    box-shadow: 0 0 15px #ffffff;
}



/* End to the lobby code above */
@media (max-width: 800px) {}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,200&display=swap');



/* .start-page-pawn-bg img{
    width: 10px;
} */

.card1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 999999;
}

.card1 h1 {
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    cursor: pointer;
}

.card1 h1:hover {
    font-family: sans-serif;
    color: rgb(23, 183, 23);
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    border: 1px rgba(0, 128, 0, 0.355);
}

.card2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card2 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    cursor: pointer;
}

.card2 h1:hover {
    font-family: sans-serif;
    color: rgb(23, 183, 23);
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}



.card3 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card3 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    cursor: pointer;
}

.card3 h1:hover {
    font-family: sans-serif;
    color: rgb(23, 183, 23);
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}


.card4 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card4 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    cursor: pointer;
}

.card4 h1:hover {
    font-family: sans-serif;
    color: rgb(23, 183, 23);
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}


.card5 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card5 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card5 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card6 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}


.card6 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}


.card7 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card7 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card7 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}


.card8 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card8 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card8 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}


.card9 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card9 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card9 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}


.card10 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card10 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card10 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card11 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card11 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card11 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card12 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card12 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card12 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card13 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 12em;
    height: 20em;
    visibility: hidden;
    z-index: 99999999;
}

.card13 h1 {
    font-family: sans-serif;
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.card13 h1:hover {
    font-family: sans-serif;
    color: green;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.player-piece {
    width: 100%;
    height: 100%;
}

.storepage {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    max-width: 60%;
    top: 25%;
    z-index: 0;
    visibility: hidden;
    transition: 100ms ease;
    color: white;
    margin-top: 8em;
}

.storepage.active {
    z-index: 99999;
    visibility: visible;

}

.itemSlot1 img {
    background-color: none;
}

.itemslot1 img,
.itemslot2 img,
.itemslot3 img,
.itemslot4 img,
.itemslot5 img,
.itemslot6 img{
    background-color: rgba(255, 255, 255, 0.632);
    max-width: 100%;
    display: flex;
    width: 7em;
    height: 8em;
    cursor: pointer;
    padding: 2em;
    border-radius: .5em;
}


.greenborderglowtop {
    position: absolute;
    top: 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    z-index: 100000000;
    visibility: hidden;
}


.greenborderglowright {
    position: absolute;
    right: 0px;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    z-index: 100000000;
    visibility: hidden;

}




.greenborderglowleft {
    position: absolute;
    left: 0px;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    z-index: 100000000;
    visibility: hidden;

}

.greenborderglowbottom {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(37, 199, 28, 0.9);
    z-index: 100000000;
    visibility: hidden;

}

.redborderglowtop {
    position: absolute;
    top: 0px;
    width: 100vw;

    -webkit-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    z-index: 100000000;
    visibility: hidden;
}



.redborderglowright {
    position: absolute;
    right: 0px;
    height: 100vh;

    -webkit-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    z-index: 100000000;
    visibility: hidden;

}




.redborderglowleft {
    position: absolute;
    left: 0px;
    height: 100vh;

    -webkit-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    z-index: 100000000;
    visibility: hidden;

}

.redborderglowbottom {
    position: absolute;
    bottom: 0px;
    width: 100vw;

    -webkit-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(222, 37, 62, 0.9);
    z-index: 100000000;
    visibility: hidden;

}


.yellowborderglowtop {
    position: absolute;
    top: 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    z-index: 100000000;
    visibility: hidden;
}



.yellowborderglowright {
    position: absolute;
    right: 0px;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    z-index: 100000000;
    visibility: hidden;

}




.yellowborderglowleft {
    position: absolute;
    left: 0px;
    height: 100vh;

    -webkit-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    z-index: 100000000;
    visibility: hidden;

}

.yellowborderglowbottom {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(219, 222, 37, 0.9);
    z-index: 100000000;
    visibility: hidden;

}



.blueborderglowtop {
    position: absolute;
    top: 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    z-index: 100000000;
    visibility: hidden;
}



.blueborderglowright {
    position: absolute;
    right: 0px;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    z-index: 100000000;
    visibility: hidden;

}




.blueborderglowleft {
    position: absolute;
    left: 0px;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    z-index: 100000000;
    visibility: hidden;

}

.blueborderglowbottom {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    -moz-box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    box-shadow: 0px 0px 131px 50px rgba(29, 15, 219, 0.9);
    z-index: 100000000;
    visibility: hidden;

}


.player-piece {
    width: 100%;
    height: 100%;
}

.use-Item {
    font-family: 'Libre Franklin';
    font-weight: 800;
    border-radius: 25rem;
    background-color: green;
    position: absolute;
    right: 39%;
    top: 45.8%;
    font-size: .8em;
    width: 8em;
    height: 4em;
    color: white;
    text-shadow: 0px 1px 4px black;
}


.confirm-pawn{
    font-family: 'Libre Franklin';
    font-weight: 800;
    border-radius: 25rem;

    background-color: green;
    position: absolute;
    left:40%;
    top: 46%;
    width: 8em;
    font-size: .8em;
    height: 4em;
     color: white;
     text-shadow: 0px 1px 4px black;

}
.message-box{
    position: absolute;
    right: 0;
    background-color: white;
    border: solid black .15em;
    top:30%;
    width: 20em;
    height: 5em;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 1.5%;
}

.gameMessages{
    font-size: 1.25rem;
    font-family: 'Libre Franklin';
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.message-box h2{
    text-align: center;
    color: red;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.diretional-arrows{
    /* background-image: url(images/left-arrow-svgrepo-com.svg); */
    background-image: url(images/left-arrow-svgrepo-com.svg);
    background-repeat: no-repeat,repeat;
    background-size: 50%,100%;
    background-position: 0%,center;
    
}

.eventspacepopup{
    position: absolute;
    visibility: hidden;
}


.eventspacetext{
    position: fixed;
    top: 25%;
    margin-left: 10%;
    width: 50vw;
    white-space: nowrap;
    font-family: sans-serif;
    color:white;
    font-size: 5rem;
    font-weight: 800;
    z-index: 99999999999;
}


.eventspacetext img{
    position: fixed;
    top: 25%;
    margin-left: 10%;
    width: 50vw;
    white-space: nowrap;
    font-family: sans-serif;
    color:white;
    font-size: 5rem;
    font-weight: 800;
    z-index: 99999999999;
}


.slotcarrier {
    visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 30vw;
    margin-left: 10%;
    width: 20em;
    height: 20em;
    z-index: 9999999999999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: gray;
    visibility: hidden;
    
}



.slotmachine{
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 30vw;
    margin-left: 10%;
    visibility: hidden;
    background-color: transparent;
    width: 20em;
    height: 20em;
    z-index: 9999999999999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 100%;
}

.slotmachine img{
    opacity: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.store-space{
    background-image: url(images/money.png);
    background-size: 40%,100%;
    background-repeat: no-repeat,repeat;
    background-position: center;
    background-color: white;;
}
.normal{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#victory{
    background-color: black;
    border:solid 2px green;
    position: absolute;
    z-index: 10;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    height: 20em;
    border-radius: 2em;
    visibility: hidden;
}
#victory h1{
    width: 100%;
    color: white;
    font-size: 4em;
    text-align: center;
}