* {
  box-sizing: border-box;
}

body { 
  background: lightblue url("../img/image-1.jpg") fixed center; 
  font-family: Gugi;
  font-weight: bold;
}

.title {
	font-family: Piedra;
	font-size: 8em;
	text-align: center;
  color: blue;
  text-shadow: 1px 1px 1px #ffff00, 3px 3px 5px red; 
  padding-bottom: 30px;

}

.jumbotron {
  border:5px solid red;
  border-radius: 20px;
  opacity: 0.9;


}


.subtitle {
	font-family: Piedra;
  color: red;
	font-size: 2em;
	font-style: italic;
	text-align: center;
  text-shadow: 2px 2px blue;

}

.gamearea {
	height: 100px;
}

.row {
	margin-bottom: 20px;
}

h3 {
	font-family: Piedra;
	text-shadow: 2px 2px #FF0000;
	font-size: 2em;
	padding-bottom: 300px;

}

.player-1,
.player-2 {
  display: block;
  padding: 10px;
  margin: 10px;
  text-align: center;
  background: #ebebeb;
  opacity: 0.9;
  border-radius: 20px;
}

.player-1 {
  display: block;
  font-family: Piedra;
  color: blue;
  text-shadow: 2px 2px #FF0000;
  font-size: 2em;
  width: 100%;
  height: 450px;
  overflow: hidden;
  padding-bottom: 300px;
  border:5px solid red;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.player-2 {
  display: block;
  font-family: Piedra;
  color: blue;
  text-shadow: 2px 2px #FF0000;
  font-size: 2em;
  width: 100%;
  height: 450px;
  overflow: hidden;
  padding-bottom: 300px;
  border:5px solid red;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
}


.score {
	padding-bottom: 270px;
}


#chat-bar {
  background-color: #808080;
  height: 300px;
  border:3px solid red;
  border-radius: 1%;
}

button { 
  margin: 20px 20px; 
  display: inline-block; 
  width: 20%; 
  border-radius: 10px; 
  border: none; 
  padding: 10px 20px; 
}


.startButton {
border: 1px solid red;
background-color: blue;
font-size: 2em;
color: #fff !important;
font-weight: bold;
padding: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
}

.startButton:hover {
color: #fff !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: green;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}

.hero-bio {
  font-size: 12px;
  font-family: 'Courier New', Courier, monospace;
  text-shadow: none;
}


.hero-gif-1,
.hero-gif-2{
  max-width: 150px;
}


.checkButton {
border: none;
background: #D4AF37;
color: #ffffff !important;
font-weight: 100;
padding: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
}

.checkButton:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}

.resetButton {
border: none;
background: blue;
color: #ffffff !important;
font-weight: 100;
padding: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;

}
.resetButton:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}

#centered_buttons, form { 
  display: flex; 
  justify-content: center; 
  margin-right: 20px;
  margin-left: 20px;
}


#control-box {
background-color: #d3d3d3;
color: blue;
opacity: 0.9;
border-radius: 10px;
text-align: center;
font-size: 2em;
float: none;
margin: auto;
border: 5px solid red;

}

#chat-box{
  width: 500px;
  color: blue;
  height: 100px;
  overflow: auto;
  border: solid 5px red;
  background-color: azure;
  border-radius: 10px;
  padding: 5px;
  margin: auto;
}

form {
  margin: 20px 0;
  }

  input[type=text] {
    width: 20%;
    border: 2px solid red;
    border-radius: 4px;
    margin:8px 0;
    outline: none;
    padding: 8px;
    transition: .3s;


  }

  input[type=text] {
    border-color: silver;
    box-shadow: 0 0 8px 0 blue;
    margin-right: 20px;
    margin-left: 20px;
  }

  label {
    font-size: 3em;
    color: red;
    font-family: Piedra;
    text-shadow: 1px 1px 1px #fff, 3px 3px 5px blue;

  }

  button.btn.btn-primary {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  text-shadow: 5px 5px red;
  background-color: red;
  border-radius: 20px;
  box-shadow: 0 9px blue;
  border: 1px solid #fff;
}

.modal-title {
  color: blue;
  text-align: center;
  font-size: 2em;
}

.modal-body {
  color: red;
}


  #submit-username,
  #submit-chat {
  padding: 10px 20px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: red;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px blue;
  border: 1px solid red;
}

#submit-username:hover {
  background-color: #3e8e41
}

#submit-username:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#btn-team-1,
#btn-team-2 {
background-color: red;
color: #fff;
box-shadow: 0 5px blue;
border: 1px solid #fff;

}

