/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
body {
  background-image: url("../../BigDuckHunter/assets/camo_background_2.jpg");
  background-size: 1500px;
}

#main {
  margin: 0 auto;
  color: white;
  height: calc(100vh - 91px);
  width: 100vw;
  display: block;
}

#canvas-container {
  position: relative;
  border: solid rgb(91, 48, 12) 4px;
  border-radius: 5px;
  padding: 7px 10px 10px 10px;
  background-color: #365700;
  height: 573px;
  width: 1000px;
}

.mode-display {
  height: 23px;
  font-family: "Bangers", cursive;
  font-size: 1.4em;
}

#canvas {
  border: solid black 1px;
  background: white;
  background-image: url("../../BigDuckHunter/assets/landscape.jpg");
  background-size: 1200px;
  width: auto;
}

.mode-display {
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
}

#current-player-display {
  font-size: 0.7em;
  vertical-align: middle;
}

#main-subcontainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-height: 666px) {
  #header {
    margin-bottom: 0px;
  }
  #main-subcontainer {
    position: absolute;
    top: 80px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 938px) {
  h1#main-title {
    font-size: 50px;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  margin-bottom: 12px;
  width: 100%;
  border-bottom: 4px solid rgb(91, 48, 12);
  background-color: #365700;
  color: white;
}

#main-nav {
  margin-left: 50px;
  font-size: 20px;
  width: 250px;
}

#main-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Bangers", cursive;
}

#main-nav ul:first-child {
  width: 200px;
}

#main-title {
  font-size: 65px;
  font-family: "Bangers", cursive;
}

#socials {
  margin-right: 50px;
}

#socials ul {
  display: flex;
  width: 200px;
  justify-content: space-around;
}

#sound img {
  height: 30px;
}

#sound:hover {
  cursor: pointer;
}

#sidebar {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 178px;
  height: 598px;
  margin: 0 4px;
  padding: 0px;
}

#sidebar div {
  border: solid rgb(91, 48, 12) 4px;
  border-radius: 5px;
  padding: 10px;
  background-color: #365700;
}

#sidebar div h3 {
  font-family: "Bangers", cursive;
  font-size: 2em;
}

#timer {
  height: 67px;
}

#score {
  height: 67px;
}

#difficulty {
  height: 67px;
}

#instructions {
  height: 270x;
}

.big-letters {
  font-family: "Rye", cursive;
  font-size: 2.5em;
}

#keys-img {
  margin: 5px 0;
}

#instructions div {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  margin: 0;
  padding: 3px;
  font-size: 0.8em;
}

.spacebar-image {
  border: white 1px solid;
  border-radius: 2px;
  align-items: center;
}

#spacebar-image-sidebar {
  height: 15px;
  margin: 5px;
  width: 80px;
}

#spacebar-instruction {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bar-underneath {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgb(91, 48, 12);
}

#instruction-img {
  margin: 5px 0;
}

#difficulty-display {
  font-size: 2.2em;
}

.game-prompt {
  position: absolute;
  background-color: #365700;
  height: 450px;
  width: 750px;
  top: 61px;
  left: 125px;
  border: 4px rgb(91, 48, 12) solid;
  border-radius: 5px;
  padding: 15px;
  font-family: "Bangers", cursive;
  display: flex;
  flex-wrap: wrap;
}

#game-start-main {
  width: 100%;
}

.initializer-header {
  width: 100%;
}

.game-prompt h2 {
  font-size: 45px;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Rye", cursive;
  margin-bottom: 10px;
}

.game-prompt h5 {
  font-family: "Bangers", cursive;
  font-size: 30px;
  width: 100%;
  display: block;
  text-align: center;
}

#game-start-instructions h3 {
  font-size: 30px;
  text-align: left;
}

.game-start-div h3 {
  font-size: 30px;
  width: 100%;
  text-align: left;
}

#game-start-instructions {
  margin-top: 15px;
  float: left;
  width: 350px;
  text-align: center;
  height: 300px;
}

.game-start-div {
  height: 340px;
  margin-top: 15px;
  float: right;
  width: 325px;
  text-align: center;
  margin-left: 4px;
  padding-left: 40px;
  border-left: 3px solid rgb(91, 48, 12);
}

.game-start-div h4 {
  font-size: 1.5em;
  text-align: left;
  padding-bottom: 0.5em;
}

table {
  font-family: "Roboto Condensed", sans-serif;
}

.game-prompt p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
}

.instructions-table {
  width: 300px;
}

.col1 {
  width: 180px;
  text-align: left;
}

.col2 {
  width: 160px;
}

tr {
  display: flex;
  align-items: center;
  padding: 10px 0;
  height: 50px;
}

td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.spacebar-image-main {
  height: 15px;
  margin: 5px;
  width: 80px;
  margin: 0 auto;
}

td {
  padding: 0 5px;
}

.game-prompt input[type=button] {
  height: 60px;
  width: 200px;
  color: white;
  outline: none;
  border-radius: 4px;
  background: #263e00;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Bangers", cursive;
  font-size: 2em;
  transition-duration: 0.3s;
  cursor: pointer;
}

.game-prompt input[type=button]:hover {
  color: white;
  background: rgb(91, 48, 12);
  font-family: "Bangers", cursive;
  font-size: 2.5em;
}

.game-start-form input[type=radio] {
  display: none;
}

.radio-buttons label {
  font-family: "Rye", cursive;
  font-size: 1.6em;
  color: rgb(119, 119, 119);
  height: 48px;
  text-align: left;
  vertical-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.radio-buttons label:hover {
  cursor: pointer;
  font-family: "Rye", cursive;
  font-size: 1.8em;
  text-shadow: rgb(255, 225, 0) 1px 0 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.radio-buttons input[type=radio]:checked + label {
  cursor: pointer;
  font-family: "Rye", cursive;
  font-size: 1.8em;
  color: red;
}

.radio-buttons {
  display: flex;
  flex-direction: column;
  align-items: left;
  height: 120px;
}

.game-start-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}

#versus-score-display {
  width: 380px;
  display: flex;
  justify-content: space-between;
}

.player-start-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}

.player-start-header h2 {
  font-size: 4em;
}

.player-start-header h3 {
  font-size: 3em;
}

.player-start-header h4 {
  font-size: 2.5em;
}

#player-one-update {
  font-size: 3em;
}

.red {
  color: red;
}

.orange {
  color: #ff8d22;
}

.rye {
  font-family: "Rye", cursive;
}

#turn-start-form .turn-start-button {
  width: 400px;
  height: 80px;
  font-size: 3em;
}

#difficulty-radio {
  width: 150px;
  display: flex;
  height: 200px;
  justify-content: space-between;
  padding-right: 5px;
}

#mode-radio {
  width: 150px;
  height: 146px;
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
}

.hidden {
  display: none;
}
