html {
	display: block;
	min-height: 100%;
	position: relative;
}
@font-face {
    font-family: kashmir;
    src: url(../fonts/KASHMIR.TTF);
    font-weight:400;
}

body {
	background-color: #28425c;
}
.header {
	font-family: 'garamond', times, serif;
	color: purple;
	font-size: 36px;
}


.timer {
	font-family: 'Titillium Web', sans-serif;
	color: #7b8a97;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #0e2841;
	padding: 15px;
	height: 80px;
	
}

.question {
	padding: 20px 80px 20px 80px;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Titillium Web', sans-serif;
	background-color: #7b8a97;
	color: #fff;
	min-height: 400px;
}

.answers {
	font-size: 12px;
	text-align: center;
	color: white;	
}

.submit {
	padding: 30px 1 30px 100px;
	
}	

.image {
	width: 60%;
	margin: 0 auto;
	display: block;
}

h2 {
	color: #0e2841;
	font-size: 36px;
	text-align: center;
	padding: 10px;

}

input[type="radio"] {
	display: none;
}

.answer:hover {
	color: orange;
}
/*input[type="radio"] + label:before {
	border: 2px solid white;
	border-radius: 50%;
	content: "";
	display: inline-block;
	font-size: 12px;
	height: 12px;
	width: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	margin: 6px 9px 10px 0;
}

input[type="radio"]:checked + label:before {
	color: blue;
	background-color: pink;
}
label:checked {
	content: "&bull;";
	font-size: 6px;
	color: #fff;
	background-color: pink;
}
*/
.btn {
	margin: 20px auto;
	display: block;
}

p.wrong {
	color: red;
	background-color: lightgrey;
	padding: 30px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}

p.correct {
	color: #00cc00;
	background-color: lightgrey;
	padding: 30px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}

.factoid {
	color:  chartreuse;
}

h3 {
	font-family: 'kashmir', times, sans-serif;
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 10px 0;

}

label[class="answer"] {
	margin: 10px 0 0 150px;
	color: #0e2841;
}

.footer {
	text-align: center;
	color: #fff;
	padding: 10px 0;
	height: 40px;
	bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: #28425c;

}
