@charset "UTF-8";
body {
	font-family: "Sarabun", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	background-image: url('/sites/default/assets/Image/neon-background.png');
	background-size: cover;
	background-repeat: no-repeat;
	color: white !important;
	padding: 30px 30px 30px 50px;
}
body#homepage {
	background-color: #171536;
	background-image: none !important;
	font-size: 16px;
}
nav {
	background-color: dimgray;
	color: white;
	margin-bottom: 25px;
}
a, a:active, a:visited {
	color: #34D1F0;
}
a:hover {
	color: white;
}
nav a {
	color: #FFFFFF !important;
	text-transform: uppercase;
}
.mura-asset {
	display: none !important;
}
.notice {
	color: black;
	padding: 10px;
	background-color: #f0f0f0;
}
label {
	font-size: .9em;
	color: silver;
	display: block;
}
input[type=submit] {
	background-color: #34D1F0;
	color: black;
	border-radius: 5px;
	padding: 2px 8px !important;
}
input[type=text], select {
	width: 100%;
	padding: 2px 3px;
	border: 1px solid #34D1F0;
	border-radius: 5px;
}
.bottom-border {
	padding: 10px 0;
	border-bottom: 1px solid silver;
}
footer {
	font-size: .8em;
	padding: 5px;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}
nav {
	display: none;
}
h1 {
	color: white;
	margin-top: 25px;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	display: none;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 0 25px;
	color: #34D1F0;
	text-align: center;
	font-size: 2em;
}
h3, .question {
	margin: 50px 0 30px 40px;
	font-size: 1.5em;
	line-height: 1.5em;
}
ol {
	margin-left: 50px;
}
ol li {
	list-style-type: lower-alpha;
	padding: 10px;
	font-size: 1.25em;
}
ol li:active, ol li:focus {
	background-color: black;
	color: white;
}
body#homepage ol li {
	list-style-type: upper-alpha;
	padding: 10px;
	font-size: 1em;
}
div.triviaContent {
	padding: 10px 10px 10px 50px;
}
div.tQuestion {
	padding: 50px 30px 0;
	font-size: 1.2em;
}
div.tChoices {
	/*background-color: rgba(255,255,255,.5);*/
	padding: 0px 10px 0 60px;
}
div.tAnswer {
	color: transparent;
	padding: 10px 5px 10px;
	border: 1px solid dimgray;
	border-radius: 5px;
	font-size: 1.2em;
	text-align: center;
}
div.tAnswer:focus, div.tAnswer:active, div#answer.active {
	color: white !important;
	background-color: black;
}
div.tCategory {
	font-size: .7em;
	margin-top: 20px;
}
a.tButton {
	display: block;
	text-align: center;
	margin: 30px auto;
	background-color: #D9D9D9;
	border-radius: 5px;
	padding: 10px 20px;
	color: #223240;
	text-decoration: none;
}
a.tButton2 {
	text-align: center;
	margin: 30px auto;
	background-color: #34D1F0;
	border-radius: 5px;
	padding: 10px 20px;
	color: black;
	text-decoration: none;
}
a.tNextButton {
	display: block;
	text-align: center;
	width: 80%;
	margin: 30px auto;
	background-color: #34D1F0;
	border-radius: 5px;
	padding: 10px 20px;
	color: black;
	text-decoration: none;
}
a.tFinalButton {
	display: block;
	text-align: center;
	width: 80%;
	margin: 30px auto;
	background-color: red;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
progress {
	height: 60px;
	margin: 0;
	width: 100%;
	color: #26BDEB;
}