* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

html {
  overflow-y: scroll;
}

body {
  min-height: 80vh;
  margin-bottom: 12vh;
  background: #2b2c2d;
  color: white;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.container {
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: column;
}

.page-container {
  min-height: 70vh;
  align-items: center;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.game-list-container {
  margin-top: 20px;
  margin-bottom: 10px;
  width:80%;
}

.logo {
  width: 100%;
  padding: 0 10%;
  margin-bottom: 15px;
}

.dark-text {
  padding-top: 0.7em;
  width: 100%;
  text-align: center;
}

.dark-text a {
  text-decoration: none;
  color: #ffffff80;
}

.light-text {
  padding-top: 0.7em;
  text-align: center;
}

.light-text a {
  text-decoration: none;
  color: #ffffffc9;
}

.not-visible-text a {
  text-decoration: none;
  color: #2b2c2d;
}

.error-message {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #af150d;
}

.box {
  text-align: center;
  color: white;
  background-color: #121415;
  padding: 3em;
  width: 550px;
  filter: drop-shadow(10px 10px 5px #00000033);
}

.form-field {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  border: none;
}

.form-checkbox {
  margin-bottom: 20px;
}

.form-dropdown {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  border: none;
}

.form-text {
  font-size: 14px;
  color: #585858;
}

.btn {
  width: 100%;
  color: #ffffff;
  background: #af150d;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px;
  border: none;
}

.btn:hover {
  cursor: pointer;
  background: #af150d;
}

.option {
  color: white;
  background: black;
  text-align: left;
  margin: 2em;
  flex: 1 1 0px;
  padding: 2em;
  padding-top: 60vh;
}

.option h2 {
  font-size: 2em;
  line-height: 1.2em;
}
.option p {
  font-size: 1em;
}

.gameselection {
  height: 40px;
  width: 200px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  margin-bottom: 10px;
  text-align:left;
}

.graybutton {
  background-color: gray;
}

.join-game-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.join-game-box {
  background-color: white;
  color: #353535;
  filter: drop-shadow(10px 10px 5px #00000033);
  border-radius: 20px;
  display: flex;
  width: 80%;
}

.join-game-form {
  display: flex;
  width: 70%;
}

.join-game-title {
  border-right-width: 1px;
  border-right-color: #00000033;
  border-right-style: solid;
  width: 30%;
  padding: 20px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.table-games {
  width:100%;
}

.table-games tr{
  text-align: left;
}

.table-games td {
  background:#121315;
  padding: 15px; 
}

.table-games td:first-child {
  
  border-radius: 10px 0px 0px 10px;
  padding-left:20px;
  padding-right:0px;
}

.table-games td:last-child {
  padding-right:15px;
  border-radius: 0px 10px 10px 0px;
}

.table-gameName {
  width: 25%;
}

.table-columnTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #353535;
}


.your-pick-table {
  height: 90px;
}   

td {
  height: 50px;
} 


.game-card {
  text-align: left;
  color: white;
  background-color: #121415;
  padding: 0px;
  width: 550px;
  filter: drop-shadow(10px 10px 5px #00000033);                
}

.pick-card {
  text-align: left;
  color: white;
  background-color: #121415;
  padding: 0px;
  width: 550px;
  filter: drop-shadow(10px 10px 5px #00000033);                
}

.game-pick-card {
  text-align: left;
  color: white;
  background-color: #121415;
  padding: 0px;
  width: 550px;
  filter: drop-shadow(10px 10px 5px #00000033);                
}

.game-table {
  width: 100%;
  padding: 3em 3em 1em 3em;
  text-align: left;
}


.game-table td {
  padding-right: 10px;
}


.game-list-cont {
  margin-top: 20px;
  margin-bottom: 10px;
  width:80%;
}

.game-code {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.status-bar {
  padding: 10px 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}

.status-bar-deadline {
  background-color:#af150d;
  padding: 10px 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}

.status-bar-deadline-home {
  background-color:#af150d;
  padding: 10px 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-align:center;
  width: 550px;
  margin-bottom: 20px;
}

.status-recruiting {
  background-color: #13678A;
}

.status-playing {
  background-color: #65A603;
}

.status-out {
  background-color: #af150d;
}

.cancelled {
  background-color: #7c7c7c;
}


.pick-card {
  padding: 3em; 
}

.game-card-form {
  margin-top:20px;
}

@media only screen and (max-width: 550px) {


  .status-bar-deadline-home {
    padding: 5px 1.25em;
    letter-spacing: 0px;
    width: 90%;
  }

  .game-pick-card {
    width: 90%;
    padding: 0px;
    filter: drop-shadow(0px 0px 0px #121415);
  }


  .pick-card {
    width: 90%;
    padding: 1em;
    filter: drop-shadow(0px 0px 0px #121415);
  }

  .status-bar {
    padding: 5px 1.25em;
  }
  
  .status-bar-deadline {
    padding: 5px 1.25em;
    letter-spacing: 0px;
  }

  .page-container {
    padding-top: 20px;
  }

  .box {
    padding: 1em;
    width: 90%;
    filter: drop-shadow(0px 0px 0px #121415);
  }
  body {

    
  }
  .btn {
    font-size: 1em;
    text-transform: uppercase;
    padding: 15px;
  }
  .form-field {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1em;
  }


  .game-button {
    width: 100%;
  }
  
  .game-table {
    padding: 1em 1em 0.20em 1em;
  }
  .game-card-form {
    width: 90%;
  }
  
  .game-card {
    width: 100%;
    padding: 0px;
    filter: drop-shadow(0px 0px 0px #121415);
  }


}
