* {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

/* Navigation bar */
header .navbar {
  width: 100%;
  background-color: #ebd5af;
  overflow: auto;
  display: inherit;
}

.navbar a {
  float: left;
  text-align: center;
  padding: 12px;
  color: black;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  margin-left: 25px;
}

.navbar a:hover {
  color: #795094;
  text-decoration: none;
}

.navbar a.active {
  background-color: #795094;
  border-radius: 3px;
  padding: 5px 12px;
  color: #fff;
  margin-top: 7px;
  cursor: pointer;
}

.navbar .navbar-toggler {
  background-color: #795094;
}

.navbar .navbar-toggler-icon {
  background-color: #ebd5af;
}
/* End navigation bar */

/* Content */
body .container {
  min-height: calc(100vh - -10px);
  position: relative;
  padding: 0;
  overflow-x: hidden;
}

div.content {
  min-height: 600px;
  padding: 10px 90px;
  width: 75%;
  margin: auto;
}

.buttons-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.buttons-group .btn.btn-lg {
  height: 100px;
}

.buttons-group .startGame .btn.btn-lg {
  width: 100%;
  font-size: 30px;
}

.buttons-group .endGame .btn.btn-lg {
  width: 100%;
  margin-top: 20px;
  font-size: 30px;
}

.buttons-group .game-selection .btn.btn-lg {
  font-size: 25px;
}

.btn.btn.btn-lg.start-game {
  font-size: 30px;
  height: 60px;
  margin-top: 15px;
}

.buttons-group .leaderBoard .btn.btn-lg {
  width: 100%;
  margin-top: 20px;
  font-size: 30px;
}

.select {
  font-size: 20px;
}

/* End content */

/* admin panel */
.buttons-group .admin-register-button,
.shutdown-button,
.leaderboard-admin-button {
  margin-top: 20px;
}

.label-speler {
  font-size: 22px;
  font-weight: bold;
}

.buttons-group .leaderboard-admin-button {
    margin-top: 20px;
}
.buttons-group .shutdown-button {
    margin-top: 20px;
}

.label-graad {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}

/* end admin panel */

/* Footer */
.site-footer {
  width: 100%;
  background-color:#ebd5af;
  border-top: 1px solid #ebd5af;
  border-bottom: 1px solid #ebd5af;
  padding: 7px 0;
  text-align: center;
}

/* End footer */

/* Login and Register section*/
.register,
.login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.createUser {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.register-header,
.login-header {
    text-align: center;
  color: rgb(0, 0, 0);
}

.first-name,
.last-name,
.email,
.login-name,
.login-password {
  padding: 4px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #fff;
  width: 100%;
  border-radius: 6px;
  border: 2px solid #d9d9d9;
  min-height: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.first-name:focus,
.last-name:focus,
.email:focus,
.login-name:focus,
.login-password:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}

.btn.btn-lg{
  width: 100%;
  background-color: #ebd5af;
  color: black;
  border-color: #ebd5af;
  font-weight: bold;
}


.btn.btn-lg:hover {
  background-color: #795094;
  text-decoration: none;
  border-color: #795094;
}

.label-username {
  font-weight: bold;
  width: 76%;
}

.label-password {
  float: left;
  font-weight: bold;
  width: 74%;
}

.label-firstname,
.label-lastname {
  font-weight: bold;
  width: 76%;
}

/* End login and register section */

/* play screen */
.play-section {
  margin-top: 60px;
}

.speler,
.punten,
.totaalPunten {
  font-weight: bold;
}

/* End play section */

/* Start winner screen */

.pfWinner{
    height: 540px;
}
.home-button{
  margin-bottom: 5px;
}
.winnerText{
    font-weight: bold;
}

.bground{
  background-image: url(../images/fireworks.gif);
  background-repeat: repeat;
}
.container-fluid{
    font-weight: bold;
    font-size: 2.4em;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#punten{
    margin-bottom: 0.8rem;
}
.overlay {
  background-color: gray;
  opacity: .5;
  cursor: not-allowed;
}
/* End winner screen*/

.wachtwoord-wijzigen-button {
  width: 50%;
}

.card {
  margin: 15px 0 15px 0;
}

/* Footer admin page  */
@-moz-document url-prefix() {
  .container-admin {
    min-height: 100%;
    position: relative;
  }
}
/* End footer admin page */

/* Start game screen */
.gameContainer{
    margin-bottom: 13%;
    clear: both;
}

.gameText{
    float: left;
}
.width{
  width: 100%;
}
.width50{
  width: 40%;
}
.nonPlayers{
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.playerBox{
  margin-top: 25px;
}
.gameContent{
  min-height: 10px !important;
}
/* End game screen*/

/* Start player selection */
.selection{
  width: 100% !important;
}
.pictureBox{
  width: 180px;
  text-align: center;
  border: 1px solid;
  background-color: #ebd5af;
  padding-bottom: 10px;
  padding-top: 10px;
}
.playerDiv{
  width: 50%
}
.selectionForm{
  display: flex;
  flex-wrap: wrap;
}
/* End player selection */

.header-user {
  margin-top: 15%;
  text-align: center;
  font-size: 27px;
}

/* Responsive queries tablet*/
@media screen and (max-width: 768px) {
  div.content {
    width: 100%;
  }
}

@media screen and (max-width: 992px){
  .site-footer {
    margin-top: 8px;
  }

  .register{
      width: 100%;
  }

  .half1{
      width: 40%;
      display: inline-block;
  }

  .half2{
      float: right;
      width: 40%;
      margin-bottom: 5%;
      display: inline-block;
  }

  .register-header{
    margin-bottom: 5%;
  }

  .submitButton{
      margin-top: 9%;
  }

  .butt{
      height: 33%;
  }

  .createUser{
    width: 100%;
  }

  .createUser-header{
    margin-bottom: 2% !important;
    margin-left: 13%;
  }

  .changeUserForm{
    margin-bottom: 5%;
  }

  .gameTextHeader{
    font-weight: bold;
    font-size: 35px;     
  }

  .gameText{
      font-size: 25px;
      float: left;
  }

  .pfWinner{
      height: 300px;
      width: 300px;
  }

  .gewonnenBtn{
      margin-bottom: -5%;
      margin-top: 0;
  }

  .gameContainer {
      font-size: 19px;
      margin-bottom: 2%;
      display: inline-block;
  }
  .playerDiv{
    width: 100%
  }


}
