html, body {
	width: 100%;
	font-family: Lato;
	background-image: url("police.jpg"); /* The image used 280139@1501px or 253173@666px*/
	background-color: #ffffff; /* Used if the image is unavailable */
	height: 683px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
.item {
	width:80%;
	margin:0 auto;
}
.quiz-question {
	width: 100%;
	max-width: 650px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.quiz-answers {
	text-align: center;
	width: 250px;
	margin: 0 auto;
	display: block;
	padding-bottom: 5px;
}
.quiz-answers .btn {
	float: left;
	clear: both;
}
.sweet-alert button {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.quiz-button.btn {
	margin-top: 10px;
	background-color: #ddd;
	border-radius: 0;
	text-transform: uppercase;
	white-space: normal !important;
	max-width: 250px;
	width: 250px;
}
.quiz-button.btn:hover {
	background-color: #0096D2;
	color: #fff;
}
.quiz-title, .quiz-subtitle {
	display: block;
	margin: 0 auto;
	max-width: 650px;
	font-weight: 500;
	padding-bottom: 15px;
}
.quiz-title {
	font-size: 60px;
	padding-bottom: 25px;
	text-align: center;
}
.quiz-subtitle {
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: left;
	font-family: 'Lato', 'Trebuchet MS', Verdana, sans-serif;
}
.quiz-results-title {
	font-size: 2.5rem;
	line-height: 1.3;
	text-align: center;
	font-family: 'Lato', 'Trebuchet MS', Verdana, sans-serif;
}
.answertitle {
	font-size: 2.1rem;
	line-height: 1.3;
	font-family: 'Lato', 'Trebuchet MS', Verdana, sans-serif;
	text-align:center;
	font-weight:bold;
}
.correct-text {
	margin-top:10px;
	font-size:1.1em;
	font-style: italic;
	font-family: Georgia, serif;
	line-height:1.3;
}
.results-ratio {
	font-size: 1.8rem;
	margin: 0 auto;
	display: block;
	padding: 15px 0 25px 0;
	text-align: center;
}
.progress-circles {
	position: relative;
	padding: 0;
	margin: 0;
	/*  left: 40px;*/
	margin-left: auto;
	margin-right: auto;
	top: 25px;
	display: none;
}
.progress-circles.show {
	display: block;
}
.show {
	display: table !important;
}
.progress-circles li {
	list-style: none;
	display: inline-block;
	background: #ccc;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
}
.progress-circles li.dark {
	background: #1696d2;
}
.sweet-alert {
	margin-top: -251px !important;
	position: absolute;
}
.container {
	padding-top: 5%;
}
#quiz {
	opacity: 0.9;
	margin: 0 auto;
	padding: 20px 0 75px 0;
	border-radius:25px;
}
.carousel {
	max-width: 750px;
	margin: 75px 0 75px 0;
	background-color: #ffffff;
}

@media (max-width: 540px) {
.quiz-question {
	font-size: 20px;
}
.sweet-alert {
	margin-top: -251px !important;
	position: absolute;
}
.sweet-alert h2 {
	display: none;
}
}
