/* Style the form - display items horizontally */
/*.form-inline { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.div-space {
  margin-top: 50px;
  margin-bottom: 50px;
}*/

/*label + input {
  margin-bottom: 100px;
}

input + button {
  margin-bottom: 100px;
}
*/



body {
  background-color: #222000;
  overscroll-behavior-y: contain;
  background-image: url("Pyramid2.jpg");
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: center center;
}

table {
  background-color: #222000;
  border-color: #222000;
  max-width: 1000px;
  margin: 0 auto;
}

.creepy-font {
  font-family: "Creepster";
}

.table-div {
  max-width: 1000px;
  margin: 0 auto;
}

.lobby-label {
  display:block;
  margin:5px 0px;
}

.lobby-input {
  display:block;
  margin:5 auto;
  width:75%;
  border-radius: 1rem;
  padding:3px 20px
}

.lobby-button {
  display:block;
  margin:10 auto;
}

.middle-container {
  max-width:400px; 
  margin:0 auto;
}

#pyramid-img {
  width: auto;
  height: 300px;
}

#display-message {
  font-weight:bold;
}

.generic-card{
  color: white;
  /*background-color: #475463;*/
  /*  width: 125px;
  height: 175px;*/
  width: auto;
  height: 125px;
  border-width: thick;
  border-style: solid;
}

#card-in-play {
}

.big-text {
  font-size: large;
  margin-left: 0;
}



.btn-admin {
  margin-right: -5;
  border-color: black;*/
  display: inline-block;
  margin-left: 0;
  margin-right: -5;
  border-color: grey;
}


/* HALLOWEEN COLORS AND BG */


.new-blue-text {
  color: lightblue;
}

.white-text {
  color: white;
  -webkit-text-stroke: 1px #F8F8F8;
  text-shadow: 0px 2px 4px black;
}

.lightblue-shadow {
    -webkit-text-stroke: 1px lightblue;
    text-shadow: 0px 1px 2px black;
}


#scoreboard th {
  /*color: #80ccff;*/
  /*color: #ffcc6f;*/
  color: lightblue;
}

#scoreboard td {
  /*color: #ffff99*/
  color: white;
}

#scoreboard th, #scoreboard td {
  width: 10%;
  background:transparent !important;
  background-color: transparent !important;
}

td, tr, th, table, .container-flow, .table-dark, .table-div {
  background: white !important;
  background: transparent !important;
  border-color:transparent !important;
  color: white;
}