* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header#index {
  height: 50vh;
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(#5e5e5e)), url("../images/header.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, #5e5e5e), url("../images/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

header#index h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100vw !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 63px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
}

header#index h1 #logo-design-1, header#index h1 #logo-design-2 {
  display: inline-block;
}

header#index h1 #logo-design-1::first-letter, header#index h1 #logo-design-2::first-letter {
  font-size: 80px;
}

header#index h1 #logo-design-1 {
  color: white;
}

header#index h1 #logo-design-2 {
  color: red;
}

header#index #logo {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60%;
  z-index: 100;
}

header:not(#index) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 80px;
  padding: 9px;
  width: 100%;
  background-color: darkred;
}

header:not(#index) #logo {
  max-height: calc(80px - 10px);
}

header:not(#index) h1 {
  color: #fff;
  margin-left: 20px;
}

main section#index--first {
  position: relative;
  height: 50vh;
  background-color: #edd7d7;
}

main section#index--first #start-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main section#index--first #start-form input#playerid {
  padding: 8px 20px;
  font-size: 20px;
  margin-bottom: 20px;
  border: 1px solid #5d5d5d;
  border-radius: 10px;
  text-align: center;
  max-width: 90vw !important;
}

main section#index--first #start-form input[type=submit] {
  padding: 10px 25px;
  font-size: 30px;
  background-color: darkred;
  color: #fff;
  font-weight: bold;
}

main section#index--first #start-form input[type=submit]:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 6px #5d5d5d;
          box-shadow: 3px 3px 6px #5d5d5d;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}

main section#game--first, main section#penalty--first {
  height: calc(100vh - 80px);
  background-color: #edd7d7;
  position: relative;
}

main section#game--first .task-bar, main section#penalty--first .task-bar {
  width: 85%;
  height: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main section#game--first .task-bar.task-bar-text, main section#penalty--first .task-bar.task-bar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

main section#game--first .task-bar.task-bar-text .task-incstruction-icon, main section#penalty--first .task-bar.task-bar-text .task-incstruction-icon {
  width: 90px;
}

main section#game--first .task-bar.task-bar-text .task-instruction, main section#penalty--first .task-bar.task-bar-text .task-instruction {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

main section#game--first .task-bar.task-bar-text .task-instruction-form input[type=submit], main section#penalty--first .task-bar.task-bar-text .task-instruction-form input[type=submit] {
  padding: 8px 20px;
  font-size: 20px;
  background-color: darkred;
  color: #fff;
  font-weight: bold;
}

main section#game--first .task-bar.task-bar-text .task-instruction-form input[type=submit]:hover, main section#penalty--first .task-bar.task-bar-text .task-instruction-form input[type=submit]:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 6px #5d5d5d;
          box-shadow: 3px 3px 6px #5d5d5d;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}

main section#game--first .task-bar.task-bar-question, main section#penalty--first .task-bar.task-bar-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

main section#game--first .task-bar.task-bar-question .flex-wrapper, main section#penalty--first .task-bar.task-bar-question .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main section#game--first .task-bar.task-bar-question .flex-wrapper .task-question-icon, main section#penalty--first .task-bar.task-bar-question .flex-wrapper .task-question-icon {
  width: 90px;
}

main section#game--first .task-bar.task-bar-question .flex-wrapper .task-question-heading, main section#penalty--first .task-bar.task-bar-question .flex-wrapper .task-question-heading {
  margin-left: 25px;
  color: darkblue;
}

main section#game--first .task-bar.task-bar-question .task-question, main section#penalty--first .task-bar.task-bar-question .task-question, main section#game--first .task-bar.task-bar-question .flex-wrapper .task-question-heading, main section#penalty--first .task-bar.task-bar-question .flex-wrapper .task-question-heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

main section#game--first .task-bar.task-bar-question .task-question-form, main section#penalty--first .task-bar.task-bar-question .task-question-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main section#game--first .task-bar.task-bar-question .task-question-form input[type=text], main section#penalty--first .task-bar.task-bar-question .task-question-form input[type=text], main section#game--first .task-bar.task-bar-question .task-question-form select, main section#penalty--first .task-bar.task-bar-question .task-question-form select {
  padding: 8px;
  font-size: 18px;
  width: 400px;
  max-width: 90%;
  text-align: center;
  margin-bottom: 8px;
}

main section#game--first .task-bar.task-bar-question .task-question-form input[type=submit], main section#penalty--first .task-bar.task-bar-question .task-question-form input[type=submit] {
  padding: 8px 20px;
  font-size: 20px;
  background-color: darkred;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
}

main section#game--first .task-bar.task-bar-question .task-question-form input[type=submit]:hover, main section#penalty--first .task-bar.task-bar-question .task-question-form input[type=submit]:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 6px #5d5d5d;
          box-shadow: 3px 3px 6px #5d5d5d;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}

main section#penalty--first .penalty-bar {
  width: 85%;
  height: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

main section#penalty--first .penalty-bar .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main section#penalty--first .penalty-bar .flex-wrapper .penalty-icon {
  width: 90px;
}

main section#penalty--first .penalty-bar .flex-wrapper .penalty-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-left: 25px;
  color: darkblue;
}

main section#penalty--first .penalty-bar .penalty-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main section#penalty--first .penalty-bar .penalty-form input[type=text], main section#penalty--first .penalty-bar .penalty-form select {
  padding: 8px;
  font-size: 18px;
  min-width: 450px;
  text-align: center;
  margin-bottom: 8px;
}

main section#penalty--first .penalty-bar .penalty-form input[type=submit] {
  padding: 8px 20px;
  font-size: 20px;
  background-color: darkred;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
}

main section#penalty--first .penalty-bar .penalty-form input[type=submit]:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 6px #5d5d5d;
          box-shadow: 3px 3px 6px #5d5d5d;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}
/*# sourceMappingURL=style.css.map */