body {

  color: #fff;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
}
canvas {
height: auto;
  width: auto;
  '''margin: 15px 15px;
  border:15px;

padding:0px;
background-color:#7C561D;
border-radius:0px;
box-shadow: 0px 2px 0px 2px rgba(255,255, 255, 0.2);


}
.canvasBoard{
height: auto;
width:auto;
display:flex;
color:black;
padding:15px;
margin:20px;
background-color:#643505;
position:relative;
border-radius:6px;
box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 255);
}


a:link, a:visited {
  color: #3ea6ff;

  text-decoration: underline;
  cursor: pointer;
}

#container {
background-image: url("img/wooden2.jpg");
     background-size :cover;
  height:100%;
  width: auto;
  margin: auto;
  padding:20px;


}
.gameBoard{
}

.boxInnerShadow{
height: 14vh;
width:23vh;
background-color:#7C561D;
margin:8px;
padding:8px 0px 0px 0px;

border-radius:3px;
box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 255);
'''box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 255), 0 6px 20px 0 rgba(0, 0, 0, 255);

}



.horizontalBox{
width: 100%;
height: auto;
display:flex;
  flex-direction: row;
  justify-content: center;

}
.horizontalPanel{
width: 100%;

display:flex;
  flex-direction: row;
  justify-content: center;

}
.verticalPanel{
width: 100%;

display:flex;
padding:5px;
  flex-direction: column;
  justify-content: center;

}
.logoBoard{
width:35%;
height:100%;

justify-content: center;


}
.small-heading{
width:100%;
font-size:16px;
display:flex;
padding:6px;
justify-content: center;
}

.big-display{
width:100%;
font-size:30px;
display:flex;
padding:5px;
justify-content: center;
}
.blockedDesign{
height: 5vh;
width:12vh;
font-size:30px;
background-color:#7C561D;
margin:1px;
padding:5px;
border-radius:2px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 255);
}
.unBlockedDesign{
height: 5vh;
width:12vh;
font-size:30px;
font-weight:700;
color:black;
padding:5px;
margin:1px;

border-radius:2px;
box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 255);
}
.exitGate{

top:34%;
height: 15.5%;
width:15px;
right:0;
bottom:0;
position:absolute;
background-color:red;


border-radius:0px;
box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 255);
}
.gateBox{
padding: 7px 1px;
font-weight:300;
color: #fff; /* Fallback for older browsers */
color: rgba(275, 275, 275, 0.4);

font-size: 13pt;

}

.companyLogo{
padding:30px;

}
.startGame{
position:relative;

width:auto;
height:auto;
margin:30px;
height:100%;
margin:50px 0px;
padding:20px;
background-color:#7C561D;
border:6px solid #643505;

box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 1);
}


.startGame h1{
padding:0px;
display: flex;
  justify-content: center;
}
.gameStartButton{
padding:20px;
display: flex;
  justify-content: center;
}

.gameMenuButton{
padding:20px;
display: block;
  justify-content: center;
}

.startButton{

    padding: 10px ;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e79719;
  border: 13px #000;
width:100%;
margin:5px;
  border-radius: 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 255);
  }
.startButton:hover {background-color: #d28205}

.startButton:active {
  background-color: #7C561D;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 255);
  transform: translateY(4px);
}
.radioButtons{
padding:10px;
color:white;
display: block;

}
.radioButtonContainer{

  position: relative;
margin-top:10px;
  cursor: pointer;
  font-size: 2px;
  margin-left:100px;



}
.horizontalRadioPanel{
width: 100%;
height: 100%;
display:flex;
  flex-direction: row;


}


/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  color:#fff;
}

/* On mouse-over, add a grey background color */
.radioButtonContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioButtonContainer input:checked ~ .checkmark {
  background-color: #e79719;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioButtonContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioButtonContainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*form*/
.selectLevel {
position:relative;
margin-top:60px;
font-size:40px;
font-weight:600;

color:#643505;
}
.selectLevel label{
display:flex;
padding:4px;
font-size:26px;
font-weight:600;
justify-content: center;
color:#643505;
}

.selectLevel input{
display:flex;
margin-left:35%;
margin-top:20px;
padding:15px;

width:80px;
background-color:#643505;
font-size:16px;
font-weight:600;
color:#fff;
border-radius: 10px;
justify-content: center;

}
.levelScore {
margin-top:20px;
font-size:20px;
font-weight:600;


position:relative;

width:auto;
height:auto;

height:100%;

padding:10px 10px 30px 0px;
background-color:#7C561D;
border:6px solid #643505;

box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 1);
}

td{
  text-align: center;
}