
.backing {
	background: #434343;
	color: white;
	border: 2px solid #232323;
	border-radius: 10px;
	padding: 10px;
	overflow: auto;
}

.bg {
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: center 0px;
	background-size: cover;
	background-image: url("../images/intro.jpg");
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
}

#bg1 {
	background-color: #161e26;
}

button {
	margin: 10px;
	border-radius: 10px;
	background: #434343;
	color: white;
	border: 2px solid #232323;
	padding: 10px;
}

button:hover {
	background: #626060;
}

.container {
	margin-top: 30px;
	width: 750px;
}

div {
	font-family: 'Racing Sans One', cursive;
	font-size: 30px;
	letter-spacing: 1.5px;
}

.endImg {
	width: 90%;
	border: 2px solid #232323;
}


h1 {
	font-size: 35px;
}


.hoverOption:hover {
	background-color: grey;
}

.lineSpacing {
	font-size: 32px;
	margin: 15px 0;
}

.option {
	color: #463d3d;;
	border: 2px solid #232323;
	padding: 15px 0;
	background-color: white;
	border-radius: 10px;
}

.optionSlot {
	margin-top: 15px;
}


.question {
	color: white;
	font-size: 25px;
}

.rightWrongText {
	font-size: 25px;
}

#startButton {
	width: 50%;
	height: 100px;
}

.timerDiv {
	display: none;
	border: 2px solid #232323;
	padding: 10px;
	background: #434343;
	color: white;
	border-radius: 10px;
	margin: 15px 0;
}

.vertAlign {
	vertical-align: middle;
}



@media screen and (max-width: 750px){
	.container {
		width: 100%;
	}
}