html, body {
	width: 100%;
	font-family: Lato;
}
#quiz {
      display: block;
}
.congrats {
	color: #f93d47;
	padding-top: 25px;
	font-size: 150%;
}
.quiz-question {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	font-size: 32px;
	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;
	cursor: pointer;
}
.quiz-button.btn:hover {
	background-color: #0096D2;
	color: #fff;
}
.try-button.btn {
	margin-top: 30px;
	background-color: #ddd;
	border-radius: 0;
	text-transform: uppercase;
	white-space: normal !important;
	max-width: 325px;
	width: 325px;
}
.try-button.btn:hover {
	background-color: #0096D2;
	color: #fff;
}
.question-image {
	width: 100%;
	max-width: 500px;
	margin-bottom: -80px;
	margin: 0 auto;
}
.question-image img, .results-ratio, .results-social, .quiz-title {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px !important;
}
.results-ratio, .results-social, .quiz-title, .quiz-subtitle {
	max-width: 600px;
}
.question-image img {
	margin-top: 20px;
}
.results-social {
	display: table;
}
.results-social2 {
	font-size: 75%;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
.correct-text {
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia, serif;
}
.quiz-title {
	font-size: 50px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 30px;
}
.quiz-subtitle {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}
.results-ratio {
	margin: 20px auto;
	font-size: 24px;
	font-weight: bold;
}
.results-social {
	width: 270px;
	clear: both;
	padding-top: 5px;
}
#social-text {
	margin-bottom: 20px;
	width: 275px;
}
#social-text2 {
	margin-bottom: 20px;
	width: 275px;
	font-size: 125%;
}
/* .results-social a:not(:first-child) {
	margin-left: 20px;
} */
.results-social a {
	padding: 0 20px;
}
.progress-circles {
	position: relative;
	padding: 0;
	margin: 0;
	/*  left: 40px;*/
	margin-left: auto;
	margin-right: auto;
	top: 40px;
	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;
}
.follow-tw {
	display: inline-block;
	background-image: url('twitter.png');
	background-position: center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
/* 	background-repeat: no-repeat;
	background-image: url('twitter.png');
	background-position: 0 -993px; */
	height: 32px;
	width: 32px;
}
.follow-tw:hover {
	background-position: 0 0;
}
.follow-fb {
	display: inline-block;
	background-image: url('facebook.png');
	background-position: center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	/* background-repeat: no-repeat;
	background-image: url('facebook.png');
	background-position: 0 -1880px; */
	height: 32px;
	width: 32px;
}
.follow-fb:hover {
	background-position: 0 0;
}
.sweet-alert {
	margin-top: -251px !important;
	position: absolute;
}

@media (max-width: 540px) {
.quiz-question {
	font-size: 20px;
}
.sweet-alert {
	margin-top: -251px !important;
	position: absolute;
}
.sweet-alert h2 {
	display: none;
}
}
