@import url("https://fonts.googleapis.com/css?family=Exo:800|Oxygen");
.playerChoices {
  display: flex;
  flex-direction: column;
  background-color: #4e8a58;
  padding: 0.4rem;
  width: 400px;
  position: relative;
  margin: 4rem auto;
  border-radius: 8px;
  box-shadow: 10px 10px 32px 2px #292929; }

.inputField {
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.NameList {
  padding: 0.7rem;
  margin: 1.4rem;
  list-style-type: none;
  background-color: #6eab78; }

.NameList input {
  border-color: rgba(255, 255, 255, 0.767);
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 0.3rem;
  margin: 0.5rem 0;
  padding: 0.5rem;
  list-style-type: none;
  background-color: #4e8a58;
  color: rgba(255, 255, 255, 0.767);
  font-size: 2rem;
  text-align: center; }

h3 {
  font-family: 'Exo', sans-serif;
  text-align: center;
  font-size: 2rem; }

.teamContainer {
  display: flex;
  flex-flow: row wrap;
  max-width: 1200px;
  justify-content: space-around;
  margin: 0 auto; }

.TeamList {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  text-align: center;
  width: 400px;
  align-items: center;
  margin-top: 2rem; }

.teamGroup {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; }

.WaterCarrier {
  list-style-type: none; }

.NameCard {
  background-color: white;
  color: #4e8a58;
  font-family: 'Oxygen', sans-serif;
  font-size: 1.2rem;
  border-color: rgba(255, 255, 255, 0.767);
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 0.3rem;
  margin: 0.5rem 0;
  padding: 0.5rem;
  text-align: center;
  width: 85%; }

body {
  margin: 0;
  background-color: #6eab78;
  min-width: 600px; }

.createButton {
  background-color: #4e8a58;
  color: rgba(255, 255, 255, 0.767) !important;
  font-family: 'Exo', sans-serif;
  font-size: 2rem;
  width: 12rem;
  border-radius: 0.3rem;
  padding: 1rem;
  text-align: center;
  position: relative;
  margin: 1.5rem auto;
  border: 0; }

.createButton:hover {
  box-shadow: 5px 5px 16px 1px #292929; }

.createButton:active {
  box-shadow: 2px 2px 8px 0px #292929; }

h1 {
  font-family: 'Exo', sans-serif;
  font-size: 3.5rem;
  text-align: center;
  margin: 0.3em 0; }

.container {
  width: 600px;
  display: block;
  justify-content: center;
  margin: auto; }

.choice {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-top: 2rem; }

.choice label {
  margin-right: 0.8rem; }

.choice input[type=number] {
  width: 3rem;
  margin-left: 2rem; }

.logoBadge {
  background-color: #4e8a58;
  padding: 0.4rem;
  width: 400px;
  position: relative;
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 8px;
  box-shadow: 10px 10px 32px 2px #292929; }

.entryChoices {
  display: flex;
  flex-direction: column;
  align-content: center;
  background-color: #4e8a58;
  padding: 0.4rem;
  width: 400px;
  position: relative;
  margin: 4rem auto;
  border-radius: 8px;
  box-shadow: 10px 10px 32px 2px #292929; }
