
body{
    background: fixed  center  url("../assets/back.png");
}
@font-face {
    font-family: BeyondWonderland;
    src: url(BeyondWonderland.ttf);
  }
.fancy-font{
    font-family: cursive;
    font-weight: 900;
}
.bg-white-50{
    background-color: rgba(255,255,255,0.7);
}
.orange{
    color: rgb(238, 129, 4);
}
.dark-orange{
    color: rgb(141, 71, 6);
}
.phpHidden{
    display: none;
}
.gold{
    background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#b3924f  78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: BeyondWonderland;
    position: relative;
	font-size: 18vw;
	margin: 0;
	font-weight: 400;
}
#showAll{
    color:white;
}
.text-shadow{
    text-shadow: 2px 2px 5px black;
}
.card{
    border: none;
}
.map {
    height: 500px;
  }
.w-15{
    width:15%;
}
.w-80{
    width:80%;
}
.vertical-middle-custom{
    top: 50%;
    transform: translate(0,-50%)!important;
}
.disable-click{
    pointer-events: none;
}
#modalFightFooter{
    height:80px;
}
.card-body > p{
    color:white;
}
.add-button{
    position: static; 
    bottom: 1vh;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 200px; 
}