body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	height: auto;
	z-index: -98;
}

.help {
	width: 110px;
	height: auto;
	padding:5px;
}

#question {
	height: auto;
	min-height:220px;
	text-align: center;
	-webkit-box-shadow: inset 0px 1px 24px 0px rgba(169, 177, 255, 1);
	-moz-box-shadow: inset 0px 1px 24px 0px rgba(169, 177, 255, 1);
	box-shadow: inset 0px 1px 24px 0px rgba(169, 177, 255, 1);
	border-radius: 20px;
	padding:5px;
	margin-left:15px;
}
.main-container{
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
	clear: both;
	margin-top:150px;
	background-color:white;
	padding:5px;
	border-radius: 10px;
}
#game-timer{
	font-size: 30px;
}
#game-timer{
	color:red;
}
.money-bar{
	border: #1e3a87 solid 1px;
	color: Black;
	border-radius: 10px;
	width:auto;
}
.current-money{
	background-color: gold;
	border-color: blue;
}
#question{
	color: black;
	font-size: 50px;
	width: auto;
	height: auto;
 	white-space: initial;
	padding:5px;
}
.answer {
	border: 2px solid #1e3a87;
	color: white;
	font-size: 25px;
	width: 400px;
	height: 100px;
	display: inline;
	background-color:rgba(50, 102, 253, 1)
}
.answer:hover {
	background-color: orange;
	color:black;
}
#answerA{
	border-radius:15px;
	margin: 10px;
}
#answerB{
	border-radius:15px;
	margin: 10px;
}
#answerC{
	border-radius:15px;
	margin: 10px;
}
#answerD{
	border-radius:15px;
	margin: 10px;
}

.disabled {
	background-color: grey;
	opacity: .3;
}
.header{
	height: auto;
	width: auto;
	margin: 0 auto;
	clear: both;
	text-align: center;
	justify-content: center;

}
.message{
	min-height:80px;
	font-size: 55px;
	text-align:center;
	color:#DA4167;

}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 4px solid white;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}