#quiz-controls,
#quiz-counter,
#quiz-header,
#quiz-results-screen,
#quiz-start-screen {
	text-align: center
}

#quiz-results,
.question {
	font-size: 2em
}

.quiz-container {
	padding: 1em;
	max-width: 100%;
	margin: 1em auto
}

.quiz-container a {
	text-decoration: none;
	color: #333
}

.answers {
	list-style: none;
	padding: 0
}

.answers a {
	display: block;
	padding: .5em 1em;
	margin-bottom: .5em;
	background: #fff;
	border-radius: 10px;
	font-size: 1.25em 	
}

.answers a.correct {
	background: #090
}

.answers a.incorrect {
	background: #c00
}

#quiz-buttons a,
#quiz-controls,
.quiz-container .quiz-button {
	padding: .5em 1em;
	background: #333;
	color: #fff;
	border-radius: 10px
		
}

.quiz-button1 {
	padding: .5em 1em;
	background: #FFEB3B;
	color: #000;
	border-radius: 10px;
	font-size: 2em	
		
}



.answers a.correct,
.answers a.incorrect {
	color: #fff
}

#quiz-buttons a,
.quiz-container .quiz-button {
	display: inline-block
}

#quiz-buttons a {
	background: #FFEB3B;
	color: #000
}

.quiz-results-state #quiz-controls {
	background: 0 0;
	padding: 0
}

.quiz-results-state #quiz-buttons a {
	background: #FFEB3B;
	color: #000
}


.hero-image {
    background-image: url(quiz-bg.png);
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
