
body{
  font-family: 'Graduate', cursive;
  padding: 0;
  background-image: url("../bg.jpg");
}

.rules {
  position: absolute;
  width:280px;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  margin-top: 100px;
  font-size: 12px;
  border-radius: 10px;
}

.header {
  margin: 0px auto;
  width: 300px;
}

.container {
  margin: 0px auto;
  width: 675px;
  height: 250px;
  border: 5px solid black;
  border-radius: 20px;
}

.deck {
  float: left;
  width: 150px;
  height: 250px;
}

header {
  font-family: 'Carter One', cursive;
  font-size: 50px;
  color: #335D66;
  text-align: center;
}

h1 {
  font-family: 'Graduate', cursive;
  font-size: 25px;
  color: #335D66;
  text-align: center;
  margin-top: -10px;
}

#deal {
  /*border: 1px solid red;*/
  width: 75px;
  height: 130px;
  margin: 0px auto;
}

button {
  width: 75px;
  height: 25px;
  margin: 0px auto;
  position: relative;
  border-radius: 10px;
  top: 25px;
}

#dealtCard {
  margin: 0px auto;
  position: relative;
  left: 10px;
  top: -70px;
  /*border: 1px solid black;*/
}

.stack {
  /*border: 3px solid black;*/
  /*float: right;*/
  position: relative;
  top: 10px;
  left: 150px;
  width: 1000px;
  height: 250px;
  /*margin-left: -30px;*/
}

.cardstackrow {
  /*border: 1px solid red;*/
  width: 1000px;
  height: 180px;
  margin-bottom: -120px;
}

.cards {
  /*border: 1px solid white;*/
  width: 128px;
  height: 176px;
  display: inline-block;
  position: relative;
  left: -37px;
  margin-left: -110px;
}

.playerTurn {
  width: 1000px;
  height: 50px;
  margin: 0px auto;
  text-align: center;
  font-size: 40px;
}
.controls {
  width: 1000px;
  height: 150px;
  margin: 0px auto;
}

.buttons {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 1px solid black;
  font-size: 15px;
  text-align: center;
  margin: 25px 0 0 3px;
  border-radius: 10px;
  background-color: #00D3FF;
  cursor: pointer;
}

#red {
  color: #D24D4A;
}

#diamond {
  color: #D24D4A;
}

#heart {
  color: #D24D4A;
}

.playerStacks {
  width: 1000px;
  height: 500px;
  margin: 0px auto;
  /*background-color: #959C9C;*/
}

.player {
  display: inline-block;
  width: 450px;
  height: 500px;
  /*border: 1px solid black;*/
  margin: 0 0 0 25px;
  text-align: center;
}

.playerstackrow {
  position: relative;
  top: 100px;
  width: 200px;
  height: 180px;
  margin: -100px 0 -50px 0;
  /*border: 1px solid black;*/
}
