/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	hyphens: none;
}

strong {
	font-weight: bold;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html,
body {
	overflow-x: hidden;
	position: relative;
}

html {
	width: 100%;
	height: 100%;
	letter-spacing: 0px;
	overflow-x: hidden;
}

body {
	overflow: hidden;
	font-size: 4vmin;
	font-family: "Nunito", sans-serif;

	font-weight: 300;
	font-size: 4vmin;
	text-align: center;
	overflow-y: hidden;
	background-size: cover;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	background-color: black;
}

.site-wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 100%;
	width: 100vw;
	position: fixed;
}

h2 {
	font-weight: 300;
	font-size: 24px;
}

h3 {
	font-size: 25px;
	background-size: auto;
	line-height: 1em;
	font-family: "wales sans body regular web";
	padding-bottom: 2%;
	color: #d20026;
}

p {
	color: #000;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.character {
	position: absolute;
	width: 15%;
	height: 15%;
	color: #fff;
	text-shadow: 1px 1px #333;
	text-transform: uppercase;
	font-size: 3vmin;
	font-weight: bold;
}

.character p {
	position: absolute;
	bottom: 5%;
	width: 90%;
	opacity: 0.7;
	padding-left: 5%;
	display: none;
}

.uvt_sub p {
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.uvt_sub_logo {
	float: left;
	height: 380px;
	margin-left: 0px;
}

#bottom-pointer {
	z-index: -500;
	position: absolute;
	bottom: 0%;
	width: 80px;
	height: 80px;
	background: url(../pointer.png) center left no-repeat;
	background-size: contain;
	margin-left: -3%;
}

#left-pointer {
	z-index: -500;
	position: absolute;
	left: 0%;
	width: 80px;
	height: 80px;
	background: url(../left-pointer.png) center left no-repeat;
	background-size: contain;
	margin-top: -3%;
}

#right-pointer {
	z-index: -500;
	position: absolute;
	right: 0%;
	width: 80px;
	height: 80px;
	background: url(../right-pointer.png) center left no-repeat;
	background-size: contain;
	margin-top: -3%;
}

#bottom-text {
	position: absolute;
	bottom: 0%;
	left: 17%;
	right: 17%;
	height: 75px;
	border-top: 10px solid #d3ebbd;
	background: url(../text.png) center center no-repeat;
	background-size: auto 60%;
}

#left-text {
	position: absolute;
	left: 0%;
	top: 7%;
	bottom: 7%;
	width: 75px;
	border-right: 10px solid #d3ebbd;
	background: url(../left-text.png) center center no-repeat;
	background-size: 60% auto;
}

#right-text {
	position: absolute;
	right: 0%;
	top: 7%;
	bottom: 7%;
	width: 75px;
	border-left: 10px solid #d3ebbd;
	background: url(../right-text.png) center center no-repeat;
	background-size: 60% auto;
}

.section-divide {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.section-wrap {
	display: table;
	padding: 10px;
	max-width: 1020px;
	margin: 0 auto;
	height: 100%;
}

.s-middle {
	display: table-cell;
	vertical-align: middle;
}

.section-wrap-text {
	text-align: center;
}

.section-wrap-text h1 {
	font-weight: 700;
	font-size: 30px;
}

.next-section {
	display: block;
	cursor: pointer;
	border: 2px solid white;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	width: 172px;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#intro .contents {
	vertical-align: middle;
}

.contents {
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 100vw !important;
	z-index: 15;
	padding: 0 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	/* height:100%; */
	/* justify-content:space-between; */
	/* padding: 20px 15px 50px; */
}

#game .contents {
	height: 100%;
}
#results .contents {
	height: 100%;
}
#results-review .contents {
	height: 100%;
	margin-top: 130px;
}

#game .contents .contents-contain {
	margin-top: 84px;
}

#results .contents .result-text,
#results-review .contents .result-text {
	margin-top: 144px;
}

#intro .contents button {
	height: 55px;
	width: 160px;
	font-size: 17px;
	float: none;
}

#intro .contents hr {
	width: 300px;
	height: 4px;
	border: none;
	background-color: #d20026;
}

#game {
	display: none;
	justify-content: center;
}

#results {
	display: none;
	position: relative;
	/* width: 100%;
	height: 100%; */
}

/*.question {
    position: relative;
    display: table;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    min-width: 290px;
}*/

/*@media screen and (min-width: 768px) {
    .question {
        min-width: 450px;
        padding: 10px 80px 60px;
    }
    .question-wrap {
        margin-bottom: 5px;
    }
}
*/

/*.question h2 {
    color: #fff;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.question h3 {
    color: #d20026;
    font-weight: 300;
    margin-top: 18px !important;
    margin-bottom: 5px !important;
}*/

/*@media screen and (min-width: 600px) {
    .question h3 {
        margin-bottom: 10px !important;
    }
}*/

.buttons-questions {
	text-align: center;
	margin: 0 auto;
}

.contents p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
	max-width: 900px;
	color: #eaeaea;
}

#score {
	font-size: 35px;
	font-weight: 700;
}

#score {
	position: relative;
	display: block;
	font-weight: 700;
	float: none;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.score_background {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 700px;
	max-width: 950px;
	height: auto;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.5;
}

.score_background img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#score {
		font-size: 55px;
		font-weight: 700;
	}
}

.jobs {
	font-size: 18px;
}

#subhead {
	color: #fff;
	padding-bottom: 10px;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}

#clickthru {
	position: relative;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 120px;
	width: 115px;
	margin: 0 auto 10px auto;
	background-image: url(../images/result_clickout.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#clickthru a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}

@media screen and (min-width: 768px) {
	.jobs {
		font-size: 22px;
	}
	#subhead {
		font-size: 20px;
		padding-bottom: 0px;
	}
	#clickthru {
		margin-bottom: 20px;
		display: block;
		margin-bottom: 20px;
	}
}

/* Social Buttons */

.links-social {
	display: inline-block;
	margin: 0 auto;
}

.socials-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 400px;
	align-items: center;
}

.socials-container div.social-share-text {
	flex-grow: 3;
	display: inline-block;
	padding: 5px 15px 5px 5px;
	font-size: 1.8rem;
}

#twitter button {
	width: 100%;
	padding: 5px;
	cursor: pointer;
	display: none;
}

#facebook button {
	width: 100%;
	padding: 5px;
	cursor: pointer;
	display: none;
}

#facebook button img,
#twitter button img {
	width: 55px;
	padding-top: 5px;
}

#twitter,
#facebook {
	position: relative;
	margin: 0 auto;
	width: 65px;

	cursor: pointer;
	flex-grow: 1;
}

#twitter button,
#facebook button {
	border: none;
}

#twitter iframe,
#facebook iframe {
	/*width: 48% !important;*/
	margin: 0 auto;
	/*  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);*/
}

#rating {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#rating img {
	width: 100%;
	margin-bottom: 10px;
}

h1 img {
	margin-bottom: 20px;
	width: 100%;
	max-width: 1200px;
}

h2 {
	line-height: 26px;
	font-size: 24px;

	font-weight: 400;
	margin: 5% 0 0;
	color: #000000;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 34px;
		background-size: auto;
		color: #d20026;
	}
}

#qcount,
#qid {
	font-weight: 700;
}

button {
	display: inline-block;
	border: none;
	border-color: none;
	border-radius: none;
	color: #ffffff;
	transition: all 0.3s ease-in, background-color 0.3s ease-in,
		border-color 0.3s ease-in;
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease-out, background-color 0.3s ease-out,
		border-color 0.3s ease-out;
	font-size: 16px;
	background: none;
	padding: 0;
	margin: 0.5em 0;
}

button:focus {
	outline: none;
}

#content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 1000;
}

#content p {
	margin-bottom: 1%;
}

#content button {
	display: inline;
	width: auto;
	font-size: 60%;
	padding: 20px;
}

#eye {
	width: 320px;
	height: 240px;
	margin: 0 auto 1%;
	background: url(../illuminati.png) center center no-repeat;
}

#cam {
	width: 320px;
	height: 240px;
	margin: 0 auto 1%;
	display: none;
}

.celeb {
	position: absolute;
	top: 10%;
	left: 5%;
	right: 20%;
	height: 80%;
}

.pad {
	position: relative;
	left: 30%;
	width: 70%;
}

/* lol */

#black {
	background-color: white;
	padding-top: 4vmin;
	border-radius: 4vmin;
	text-align: center;
	padding-bottom: 4vmin;
}

#last img {
	max-height: 155px;
	max-width: 30vmin;
	cursor: pointer;
	margin-left: 5vmin;
	margin-right: 5vmin;
}

#uvt_over {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 100%;
	bottom: 0px;
}

#uvt_box {
	text-align: left;
}

#uvt_credits {
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 10;
}

#uvt_credits a {
	color: #ff7f00;
	text-decoration: none;
	letter-spacing: normal !important;
}

#uvt_credits a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#uvt_credits {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	margin: 0;
	padding: 0;
	display: table-row;
	z-index: 10;
	font-family: "wales sans body regular web";
}

#uvt_credits .uvt_img {
	width: 55px;
}

#uvt_credits .uvt_sub {
	padding-left: 10px;
}

@media screen and (min-width: 768px) {
	#uvt_credits {
	}
	#uvt_credits .uvt_img {
		width: 100px;
	}
	.uvt_subheader img {
		width: auto;
		height: 100%;
	}
	#uvt_credits .uvt_sub {
		padding-left: 30px;
	}
}

.uvt_subheader {
	float: right;
	font-weight: 300;
	position: fixed;
	top: 0;
	right: 100px;
	display: none;
	visibility: hidden;
}

@media screen and (min-width: 885px) {
	.uvt_subheader {
		display: block;
		visibility: visible;
	}
}

#uvt_credits .uvt_twitter {
	padding-top: 3px;
}

#uvt_credits img {
	width: auto;
	height: 50px;
	border: none;
	margin: 10px 0px 15px 0px;
	position: relative;
}

@media screen and (min-width: 885px) {
	#uvt_credits img {
		height: 85px;
		margin-right: -80px;
	}
}

#uvt_credits ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 1000%;
}

#uvt_credits li {
	margin: 0;
	padding: 0 0 0 0;
	display: inline;
}

#uvt_credits li a {
	display: inline;
	padding: 20px 10px 20px 10px;
}

#uvt_fade {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	background: top right repeat-y
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAFCAYAAAAHQL+kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEFJREFUeNpi/P//PwMIMDIysgIpNiBmh2JOJMyFRCNjkBgHELPgwKwkstExMxobHTPBaCaGYQJGPTLqERoBgAADAGWEBAe0LSoWAAAAAElFTkSuQmCC);
	pointer-events: none;
}

#uvt_credits .uvt_mobile {
	display: none;
}

#uvt_credits form {
	display: inline;
	margin: 0;
	padding: 0;
}

#uvt_credits .uvt_sub input {
	display: inline;
	color: black;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0 !important;
	height: auto;
	width: auto;
	font: 12px RC, "Roboto Condensed", Arial;
}

#uvt_credits .uvt_sub button {
	background: #eee;
	border: 1px outset #ccc;
	border-radius: 5px;
	padding: 3px 5px;
	margin-left: 5px;
}

@media screen and (max-width: 600px) {
	#uvt_credits .uvt_nomobile {
		display: none;
	}
	#uvt_credits .uvt_mobile {
		display: table-cell;
	}
}

#intro {
	display: flex;
	justify-content: center;
}

#intro .contents {
	/* max-width: 900px; */
}

#intro h1 {
	font-size: 65px;
	line-height: 1.1;
	margin-bottom: 15px;
	font-family: "Nunito", sans-serif;
	/* margin-top:90px; */
}

#intro .discover-video {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

.alpha-border {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	animation: fade-in 2s ease-out forwards;
}

.bg-dark-overlay {
	background-color: #000000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.sound-control {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-image: url(../images/sound-control.png);
	z-index: 2;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sound-off {
	background-position-y: -30px;
}

/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

@media screen and (max-width: 1140px) {
	.cb-slideshow li div h3 {
		font-size: 140px;
	}
}

@media screen and (max-width: 600px) {
	.cb-slideshow li div h3 {
		font-size: 80px;
	}
}

.hashtag {
	font-size: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

#results .contents h1 {
	font-size: 18px;
}

@media screen and (min-width: 786px) {
	#results .contents h1 {
		font-size: 25px;
	}
}

/* Andre Value */

#score-txt {
	margin: 14px 0;
}

#subhead {
	width: 130%;
	left: -15%;
	position: relative;
}

#clickthru {
	width: 150px;
	margin-top: 20px;
}

#clickthru:hover {
	filter: brightness(0.5);
}

.loader {
	display: none;
}

.headerlogo {
	height: 85px;
	z-index: 100;
	margin-top: 20px;
	width: 100px;
	background-image: url("../images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.headerlogo:hover {
	background-image: url("../images/logo_hover.png");
}

@media screen and (max-width: 688px) {
	button {
		font-size: 14px;
	}
	.question.question.question.question h3 {
		font-size: 20px;
		margin-top: 33px !important;
	}
	#intro br {
		display: none;
	}
	#intro h1 {
		font-size: 56px;
		margin-top: 0;
	}
	#intro .btn.btn.btn.btn.btn.btn {
		width: 200px;
		max-width: 200px;
		font-size: 15px;
	}
	#clickthru {
		height: 38px;
		width: 120px;
		margin-top: 0;
	}
	#subhead {
		width: 100%;
		left: 0;
		font-size: 11px;
	}
	#twitter,
	#facebook {
		width: 55px;
	}
	#twitter {
		margin-right: 3px;
	}
	#facebook {
		margin-left: 3px;
	}
	#results .contents h1 {
		font-size: 14px;
		margin-top: 20px;
	}
	#score-txt {
		margin: 0;
	}
	#twitter button,
	#facebook button {
		padding: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	#intro h1 {
		font-size: 56px;
	}
	.contents p {
		font-size: 16px;
		margin-left: 0;
	}
	.headerlogo {
		max-width: 70px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#uvt_credits .uvt_img {
		width: auto;
	}
}

@media screen and (max-width: 411px) {
	#intro h1 {
		font-size: 40px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 380px) {
	/* #intro h1 {
		font-size: 40px;
		margin-top: 0px;
	} */
	.contents p {
		font-size: 14px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.question-wrap {
		margin-bottom: 0;
	}
	.question.question.question.question h3 {
		font-size: 18px;
	}
	button {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.question {
		/* padding-bottom: 18px; */
	}
	h2 {
		font-size: 20px;
	}
}

.lang {
	width: 50%;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	top: auto;
	bottom: 10px;
	z-index: 10;
}

.lang div {
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 5px 20px;
	padding: 5px 10px;
}

.lang div p {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	font-size: 14px;
}

.lang div p:hover {
	color: #fff;
}

@media screen and (min-width: 660px) {
	.lang {
		top: 20px;
		bottom: auto;
		right: 10px;
		left: auto;
		transform: none;
	}
	.lang div {
		margin: 0;
	}
	.lang a {
		position: absolute;
		right: 0;
		left: auto;
	}
	.lang p.divider {
		position: absolute;
		right: 46px;
		top: 28px;
		color: #fff;
		font-size: 17px;
	}
	.lang a.eng {
		right: 50px;
	}
	.lang div p {
		font-size: 16px;
	}
}

@media screen and (max-width: 922px) {
	.lang p.divider {
		display: none;
	}
}

@media screen and (max-width: 380px) {
	.lang {
		width: 80%;
	}
}

.lang p.divider {
	display: none !important;
}

/* Home Page Styles */

.home-btn {
	width: 100%;
	max-width:900px;
	height: auto;
	cursor: pointer;
	background-color: #fa793c;
	background-image: linear-gradient(#efa564, #fa793c);
	background-blend-mode: hard-light;
	border: 2px solid #e1965e;
	border-radius: 5px;
	filter: drop-shadow(3px 3px 6px #00000020);
	color: white;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
}

svg.home-btn path {
	transition: fill 0.35s ease-out;
}

svg.home-btn path:hover {
	fill: purple;
}

.home-group {
	max-width: 100%;
}

.homepage-title {
	color: #c9e3e8;
	font-weight: 800;
}

p.home-description {
	font-size: 35px;
	font-weight: 500;
	margin-top: 210px;
}

@media (max-width: 440px) {
	p.home-description {
		font-size: 24px;
		margin-left: 30px;
		margin-right: 30px;
	}
}

.home-logo {
	width: 180px;
	/* position: absolute; */
	position: relative;
	top: 30px;
	z-index: 100;
	margin: 0 auto;
}
.round-logo {
	width: 180px;
	position: absolute;
	top: 30px;
	z-index: 100;
	left: 50%;
	transform: translateX(-90px);
}

.whizzy-home {
	width: 350px;
	max-width: 350px;

	position: absolute;
	top: -10px;
}
.whizzy-home svg {
	width: 200% !important;
	left: -100%;
	position: relative;
}

@media (max-width: 768px) {
	.whizzy-home {
		/* top: calc(6vh);
		width:430px;
		height:431px; */
	}
}

@media (max-width: 445px) {
	.whizzy-home {
		width: 330px;
		top: -20px;
		/* top: calc(10vh);
		height: 340px; */
	}
}

@media (max-width: 325px) {
	.whizzy-home {
		width: 280px;
		top: 0px;
		/* top: calc(10vh);
		height: 340px; */
	}
}

/* @media (min-width: 407px) and (max-width: 411px) {
	.whizzy-home {
		width: 266px!important;
	}

	
}

@media (min-width: 412px) and (max-width: 440px) {
	.whizzy-home {
		width: 266px!important;
		top: 80px;
	}


}

@media (min-width: 441px) and (max-width: 471px) {
	.whizzy-home {
		width: 266px!important;
		top: 20px;
	} 
 } */

/* Page Background images */

.alpha-border {
	background: url(../images/maths-whizz/space-bg.svg);
	background-size: cover;
	/* background-size: 28%; */
	opacity: 0;
	background-repeat: no-repeat;
	background-color: #5a4488;
	animation: fade-in 1s ease-in-out forwards;
}


.alpha-border:before {
	content: "";
	position: absolute;

	left: 60px;
	bottom: 0;
	height: 100%;
	width: 260px;
	z-index: 1;
	background-size: 100% 100%;
	background-image: url(../images/maths-whizz/stars-planets-left.svg);
}

.alpha-border:after {
	content: "";
	position: absolute;

	right: 60px;
	bottom: 0;
	height: 100%;
	width: 260px;
	background-size: 100% 100%;
	background-image: url(../images/maths-whizz/stars-planets-right.svg);
}

.spaceship-bg:before {
	display: none;
}

.spaceship-bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	/* background:#55C5C9; */
	/* background-image:linear-gradient(150deg, rgba(35, 187, 184, 1) 0%, rgba(33, 185, 187, 1) 34.26%, rgba(25, 180, 197, 1) 60.92%, rgba(12, 172, 213, 1) 84.92%, rgba(0, 164, 228, 1) 100%); */
	background: url(../images/maths-whizz/spaceship-bg.svg);
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
	opacity: 1;
	animation: fade-in 1s ease-in-out forwards;
}
@media (max-width: 768px) {
	.spaceship-bg:after {
		background-image: url(../images/maths-whizz/spaceship-bg-mob.svg);
	}
}

.bg-one:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #55c5c9;
	background-image: linear-gradient(
		150deg,
		rgba(35, 187, 184, 1) 0%,
		rgba(33, 185, 187, 1) 34.26%,
		rgba(25, 180, 197, 1) 60.92%,
		rgba(12, 172, 213, 1) 84.92%,
		rgba(0, 164, 228, 1) 100%
	);
	background-size: cover;
	opacity: 0;
	animation: fade-in 1s ease-in-out forwards;
}

.bg-two:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #bb6ca4;
	background-image: linear-gradient(
		30deg,
		rgba(214, 90, 160, 1) 0%,
		rgba(206, 86, 157, 1) 12.85%,
		rgba(185, 76, 149, 1) 32.42%,
		rgba(151, 60, 137, 1) 56.27%,
		rgba(103, 38, 119, 1) 83.24%,
		rgba(70, 22, 107, 1) 100%
	);
	background-size: cover;
	opacity: 0;
	animation: fade-in 1s ease-in-out forwards;
}

.bg-three:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #5e82a3;
	background-image: linear-gradient(
		150deg,
		rgba(35, 187, 184, 1) 0%,
		rgba(46, 136, 160, 1) 23.01%,
		rgba(56, 87, 137, 1) 48.16%,
		rgba(64, 52, 121, 1) 70.3%,
		rgba(68, 30, 111, 1) 88.34%,
		rgba(70, 22, 107, 1) 100%
	);
	background-size: cover;
	opacity: 0;
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.question-logo {
	width: 7em;
	height: auto;
	display: block;
	margin: 0 auto;
}

.inline-text-questions {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	color: #0e2e5c;
	font-size: 30px;
	flex-grow: 1;
}

.inline-text-questions input[type="text"] {
	font-family: "Nunito", sans-serif;
	color: #fa793c;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #707070;
}

.buttons-questions button {
	width: 100%;
	height: auto;
	cursor: pointer;
	background-color: #fa793c;
	background-image: linear-gradient(#efa564, #fa793c);
	background-blend-mode: hard-light;
	border: 2px solid #e1965e;
	border-radius: 5px;
	filter: drop-shadow(3px 3px 6px #00000020);
	color: white;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 20px;
}

#extra-text1,
#extra-text2,
#example-text {
	color: #0e2e5c;
	/* font-size: 40px; */
	font-size: 28px;
	font-weight: 600;
	/* margin: 10px 10px 0px 10px; */
	margin: 10px 10px 10px 10px;
}

#extra-text3 {
	color: #0e2e5c;
	/* font-size: 40px; */
	font-size: 20px;
	font-weight: 600;
	/* margin: 10px 10px 0px 10px; */
	margin: 10px 10px 20px 10px;
}

@media (max-width: 320px) {
	#extra-text3 {
		font-size: 15px;
	}
	#intro .contents {
		margin-top:30px;
	}
}

#question-mark {
	color: #fa793c;
	font-size: 30px;
	font-weight: 600;
}

.question-submit {
	/* width: 100%; */
	width: 180px;
	height: auto;
	cursor: pointer;
	background-color: #fa793c;
	background-image: linear-gradient(#efa564, #fa793c);
	background-blend-mode: hard-light;
	border: 2px solid #e1965e;
	border-radius: 5px;
	filter: drop-shadow(3px 3px 6px #00000020);
	color: white;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 50px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Nunito", sans-serif;
}


.questions-container {
	width: 100%;
	max-width: 720px;
	margin: 30px auto;
	position: relative;

	background-color: white;
	color: black;
	opacity: 0.92;
	padding: 50px 80px;
	border-radius: 10px;
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

.questions-container-inner {
	align-self: center;
	margin: 0 auto;
}



.contents-contain {
	margin-top: 34px;
}

@media (max-width: 534px) {
	.contents-contain {
		margin-top: 34px;
		transform: scale(0.8);
	}
}

.question h3 {
	text-align: left;
	color: #ffffff;

	font-size: 0.8rem !important;
	position: relative;
	margin-bottom: 0.5em;
	display: inline-block;
}

.question h3:before {
	content: "";
	position: absolute;
	width: 260px;
	height: 1px;
	bottom: 0;
	left: 0;
}

.question-title {
	font-size: 17px;
	text-align: center;

	color: #0e2e5c;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

#game h2 {
	text-align: centre !important;
}

.buttons-questions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 590px;
}

.buttons-questions button {
	text-align: center;
	cursor: pointer;
	width: 200px;
	font-weight: 700;
	display: block;
	padding: 0.6rem 0.7rem;
	margin: 0.7rem 1.5rem;
	font-family: "Nunito", sans-serif;
}

@media (max-width: 534px) {
	.buttons-questions button {
		width: 180px;
		margin:0.5rem!important;
	}
}

.buttons-questions button.large-list {
	width: 150px!important;
}

@media (max-width: 360px) {
	.buttons-questions button.large-list {
		width: 140px!important;
	}
	
}

@media (max-width: 360px) {
	.buttons-questions button.large-list {
		width: 140px!important;
		/* width: 116px!important; */
		margin: 0.15rem 0.6rem!important;
		padding: 0.3rem 0.3rem!important;
	}
	#extra-text3 {
		margin: 10px 10px 0px 10px;
	}
}

@media (max-width: 320px) {
	.buttons-questions button {
		width: 100px !important;
		font-size: 10px !important;
		margin: 0.15rem 0.75rem !important;
		padding: 0.2rem 0.35rem !important;
	}
}

.buttons-questions button:hover::before {
	background: white;
}

#qid1,
#qid2,
#qid3,
#qid4,
#qid5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	z-index: 10;
	position: relative;
	margin: 0 10px;
	background-color: #469edd;
}

.contents-contain h3.question-counter {
	color: white;
	font-family: "Nunito", sans-serif;
	position: relative;
}

.question-counter:before {
	content: "";
	position: relative;

	display: block;
	left: 32px;
	top: 26px;
	width: 205px;
	height: 5px;
	background-color: #009fe3;
	z-index: 1;
}

.question-image {
	width: 50px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 47%;
	z-index: 100;
	pointer-events:none;
}

.question-image2 {
	display: none;
	z-index: 100;
	pointer-events:none;
}

.question-image3 {
	display: none;
	z-index: 100;
	pointer-events:none
}

.dog {
	position: absolute;
	z-index: 200;
	pointer-events:none;
	display: none;
}

.baby {
	position: absolute;
	z-index: 200;
	pointer-events:none;
	display: none;
}

.projector {
	position: absolute;
	z-index: 2;
	pointer-events:none;
	display: none;
}

.goo-man {
	position: absolute;
	z-index: 200;
	pointer-events:none;
	display: none;
}

.hover-swivel-robot {
	position: absolute;
	z-index: 200;
	pointer-events:none;
	display: none;
}

@media (min-width: 501px) {
	.question-image {
		position: absolute;
		bottom: -180px;
	}
}

@media (max-width: 414px) {
	.question-image2 {
		width: 45px;
		/* width: 60px; */
		height: auto;
		position: absolute;
		/* bottom: -50px; */
		bottom: 30px;
		/* right: calc(0vw - 7px); */
		right: calc(0vw + 11px);
		display: block;
	}

	.dog {
		width: 100px;
		/* width: 130px; */
		bottom: -10px;
		right: calc(0vw - 5px);
		/* right: calc(0vw + 33px); */
		display: block;
	}

	.baby {
		width: 86px;
		bottom: 98px;
		right: calc(0vw - 16px);
		display: block;
	}
	.projector {
		width: 290px;
		bottom: calc(5vh + 59px);
		left: calc(0vw - 127px);
		display: block;
	}

	.question-image3 {
		width: 175px;
		height: auto;
		position: absolute;
		/* bottom: -50px; */
		bottom: calc(50vh + 60px);
		left: calc(0vw - 57px);
		display: block;
	}

	.goo-man {
		width: 140px;

		/* bottom: -50px; */
		bottom: calc(50vh + 40px);
		right: calc(0vw - 25px);
		display: block;
	}

	.hover-swivel-robot {
		width: 60px;

		/* bottom: -50px; */
		bottom: calc(50vh + 90px);
		right: calc(0vw - 12px);
		display: block;
	}
}

@media (min-width: 415px) and (max-width: 768px) {
	.question-image2 {
		width: 80px;
		height: auto;
		position: absolute;
		/* bottom: -50px; */
		bottom: 30px;
		right: calc(0vw - 0px);
		display: block;
	}

	.dog {
		width: 170px;
		bottom: -10px;
		right: calc(0vw - 8px);
		display: block;
	}

	.baby {
		width: 130px;
		bottom: 40px;
		right: calc(0vw - 38px);
		display: block;
	}
	.projector {
		width: 280px;
		bottom: -10px;
		left: calc(0vw - 98px);
		display: block;
	}

	.question-image3 {
		width: 215px;
		height: auto;
		position: absolute;
		/* bottom: 0px; */

		bottom: calc(50vh);
		left: calc(0vw - 75px);
		display: block;
	}

	.goo-man {
		width: 220px;

		position: absolute;
		/* bottom: -50px; */
		bottom: calc(50vh + -30px);
		right: calc(0vw - 60px);
		display: block;
	}

	.hover-swivel-robot {
		width: 110px;

		position: absolute;
		/* bottom: -50px; */
		bottom: calc(50vh + 40px);
		right: calc(0vw - 20px);
		display: block;
	}
}

@media (min-width: 769px) {
	.question-image2 {
		width: 100px;
		height: auto;
		position: absolute;
		/* bottom: -50px; */
		bottom: 30px;
		right: calc(50vw - 390px);
		display: block;
	}

	.dog {
		width: 220px;
		bottom: -10px;
		right: calc(50vw - 410px);
		display: block;
	}

	.baby {
		width: 160px;
		bottom: -10px;
		right: calc(50vw - 450px);
		display: block;
	}

	.projector {
		bottom: -30px;

		width: 330px;
		left: calc(50vw - 540px);
		display: block;
	}

	.question-image3 {
		width: 255px;
		height: auto;
		position: absolute;
		/* bottom: -50px; */
		bottom: calc(50vh);
		left: calc(50vw - 490px);
		display: block;
	}

	.goo-man {
		width: 270px;
		position: absolute;
		/* bottom: -50px; */
		bottom: calc(50vh + 20px);
		right: calc(50vw - 490px);
		display: block;
	}

	.hover-swivel-robot {
		width: 110px;
		position: absolute;
		/* bottom: -50px; */
		bottom: calc(50vh + 20px);
		right: calc(50vw - 420px);
		display: block;
	}
}

@media (min-width: 1000px) {
	.question-image3 {
	}
}

@media (min-width: 1200px) {
	.question-image2 {
		/* width: 116px; */
		/* left: 69%; */
		bottom: calc(5vh - 0px);
	}

	.dog {
		bottom: calc(5vh - 40px);
	}
	.baby {
		bottom: calc(5vh - 40px);
	}
	.projector {
		bottom: calc(5vh - 40px);

		width: 330px;
		left: calc(50vw - 660px);
	}

	.question-image3 {
		width: 285px;
	}
}

@media (min-height: 700px) {
	.question-image2 {
		bottom: calc(5vh + 50px);
	}
	.dog {
		bottom: calc(5vh + 10px);
	}
	.baby {
		bottom: calc(5vh + 10px);
	}
	.projector {
		bottom: calc(5vh - 40px);
	}
}

@media (min-height: 800px) {
	.question-image2 {
		bottom: calc(5vh + 100px);
	}
	.dog {
		bottom: calc(5vh + 60px);
	}
	.baby {
		bottom: calc(5vh + 60px);
	}
	.projector {
		bottom: calc(5vh + 60px);
	}
}

@media (min-height: 900px) {
	.question-image2 {
		bottom: calc(5vh + 150px);
	}
	.dog {
		bottom: calc(5vh + 110px);
	}
	.baby {
		bottom: calc(5vh + 110px);
	}
	.projector {
		bottom: calc(5vh + 120px);
	}
}

@media (min-width: 1400px) {
	.question-image3 {
		/* width: 210px; */
	}
	.question-image2 {
		/* left: calc(50vw + 320px); */
	}
}

@media (min-width: 1400px) {
	.question-image3 {
		/* right: 63%; */
	}
	.question-image2 {
		/* left: 67%; */
	}
}

@media (min-width: 1697px) {
	.question-image3 {
		right: 62%;
	}
	.question-image2 {
		/* left: 64%; */
	}
}

@media (min-width: 1880px) {
	.question-image2 {
		/* left: 63%; */
	}
}

@media (max-width: 414px) and (max-height: 736px) {
	.question-image2 {
		bottom: calc(5vh + 90px);
	}

	.dog {
		/* bottom: calc(5vh + 69px); */
		bottom: calc(5vh + 78px);
	}
}

@media (min-width: 414px) and (max-width: 768px) and (max-height: 736px) {
	.question-image2 {
		bottom: calc(5vh + 30px);
	}

	.dog {
		bottom: calc(5vh - 1px);
	}
	.baby {
		bottom: calc(5vh - 1px);
	}
	.projector {
		bottom: calc(5vh + 19px);
	}
}

@media (max-width: 320px) {
	.question-image3 {
		width: 160px;
		left: calc(0vw - 67px);
		bottom: calc(50vh);
	}

	.goo-man {
		width: 140px;
		right: calc(0vw - 45px);
		bottom: calc(50vh + 20px);
	}

	.hover-swivel-robot {
		width: 60px;
		right: calc(0vw - 15px);
		bottom: calc(50vh + 20px);
	}

	.question-image2 {
		bottom: calc(5vh + 30px);
	}

	.dog {
		bottom: calc(5vh + 9px);
	}

	.baby {
		bottom: calc(5vh + 9px);
	}
	.projector {
		bottom: calc(5vh + 49px);
	}
}

.result-image {
	margin: 1em 0;
}

.result-link {
	cursor: pointer;
	text-decoration: none !important;
}

.apple,
.deezer,
.spotify {
	width: 127px;
	height: auto;
	margin: 0 0.4em;
}

.guitar-pick1 {
	fill: #33b5b4;
}

.guitar-pick2 {
	fill: #d65aa0;
}

.guitar-pick3 {
	fill: #46166b;
}

.result-playlist a {
	display: block;
	margin: 0;
}

@media (min-width: 769px) {
	.result-playlist a {
		display: inline-block;
		margin: 0;
	}
}

.fade-in {
	animation: fade-in-animation 2s ease-out forwards;
}

.fade-out {
	animation: fade-out-animation 2s ease-in forwards;
}

@keyframes fade-in-animation {
	0% {
		opaicty: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-out-animation {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media (max-width: 769px) {
	.result-image {
		width: 14em;
		height: auto;
	}
}

@media (max-width: 440px) {
	.home-btn {
		font-size: 14px;
		width: 90%;
		max-width: 310px;

		/* width: 200px;
        height: auto; */
	}
}

label {
	font-size: 0.8rem;
}
input {
	width: 75px;
	height: 50px;
	padding: 10px;
}
.text-answer-submit {
	margin: 30px auto;
}
.part0,
.part1,
.part2,
.part3 {
	/* vertical-align: bottom; */
}
h2#topic {
	color: white;
	font-size: 24px;
	text-align: center !important;
	text-shadow: 0px 0px 20px #000000aa;
	margin: 0;
	padding: 0;
	margin: 1.5rem 0 0.5rem;
}

.intro-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media screen and (max-width: 440px) {
	.intro-wrapper {
		flex-direction: column;
	}
}

.intro-whizzy {
	width: 180px;
}
@media screen and (max-width: 440px) {
	.intro-whizzy {
		width: 160px;
		margin-bottom: 60px;
	}
}

.intro1-text,
.intro2-text,
.intro3-text,
.intro4-text,
.intro5-text {
	margin-top: 90px;
}

p.intro1-text1 {
	max-width: 350px;
	/* width: 100%; */
	text-align: center;
	margin-left: 40px;
	font-size: 29px;
	margin-bottom: 0 !important;
}
p.intro1-text2 {
	max-width: 540px;
	width: 100%;
	font-size: 42px;
	margin: 40px auto 40px !important;
}

p.intro1-text3 {
	width: 540px;
	font-size: 40px !important;
	margin: 0 auto 40px !important;
}

@media (max-width: 440px) {
	p.intro1-text1 {
		width: 280px;
		text-align: center;
		font-size: 20px;
		margin-bottom: 0 !important;
		margin-top: -30px;
	}
	p.intro1-text2 {
		width: 320px;
		font-size: 30px;
		margin: 20px auto 20px !important;
	}

	p.intro1-text3 {
		width: 540px;
		font-size: 40px !important;
		margin: 0 auto 40px !important;
	}
}

@media (max-width: 455px) {
	p.intro1-text1 {
		margin-left: 0;
	}
}

input.lets-go,
input.lets-go1,
input.lets-go2,
input.lets-go3,
input.lets-go4,
input.lets-go5,
input.results-review,
input.back-to-maths-age,
input.try-again {
	width: 20%;
	min-width: 250px;
	height: auto;
	cursor: pointer;
	background-color: #fa793c;
	background-image: linear-gradient(#efa564, #fa793c);
	background-blend-mode: hard-light;
	border: 2px solid #e1965e;
	border-radius: 5px;
	filter: drop-shadow(3px 3px 6px #00000020);
	color: white;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
	display: none;
	font-family: "Nunito", sans-serif;
	margin: 10px;
}

input.back-to-maths-age,
input.try-again {
	min-width: 320px;
	font-size: 22px;
	font-family: "Nunito", sans-serif;
	background-color: transparent !important;
	border: none !important;
	background: none;
	margin: 0;
}
input.results-review {
	min-width: 600px;
	font-size: 22px;
	font-family: "Nunito", sans-serif;
	background-color: transparent !important;
	border: none !important;
	background: none;
	margin: 0;
}

@media (max-width: 425px) {
	input.results-review,
	input.back-to-maths-age,
	input.try-again {
		min-width: 340px;
		font-size: 14px;
		/* margin-top: 40px; */
	}
	.socials-container {
		margin-top: -20px;
		margin-bottom: 30px;
	}

	.socials-container div.social-share-text {

		font-size: 1.4rem;
	}
}

@media (max-width: 375px) {
	input.lets-go,
	input.lets-go1,
	input.lets-go2,
	input.lets-go3,
	input.lets-go4,
	input.lets-go5,
	input.results-review {
		width: 20%;
		min-width: 250px;
		height: auto;
		cursor: pointer;

		font-size: 20px;

		padding: 10px 30px;
		margin-top: -20px;
		margin-bottom: 30px;
	}

	input.back-to-maths-age,
	input.try-again {
		min-width: 310px;
		font-size: 14px;
		/* margin-top: 40px; */
	}
}

@media (max-width: 320px) {
	input.lets-go,
	input.lets-go1,
	input.lets-go2,
	input.lets-go3,
	input.lets-go4,
	input.lets-go5 {
		width: 20%;
		min-width: 250px;
		height: auto;
		cursor: pointer;

		font-size: 20px;

		padding: 10px 30px;
		margin-top: -20px;
		margin-bottom: 30px;
	}
}
div.banner {
	background-image: url(../images/maths-whizz/banner.svg);
	width: 100%;
	height: 190px;
	background-size: 600px 200px;
	background-repeat: no-repeat;
	font-weight: normal;
	background-position-x: center;
	font-size: 27px;
	padding-top: 59px;
}

div.banner span {
	display: inline-block;
}

div.banner-15-plus {
	background-image: url(../images/maths-whizz/banner.svg);
	width: 100%;
	height: 190px;
	background-size: 600px 200px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position-x: center;
	font-size: 33px;
	padding-top: 56px;
}

.results-text {
	margin-left: 0 !important;
	/* font-size: 16px; */
	font-size: 1.4rem !important;
	font-weight: 600;
	max-width: 600px !important;
	margin-bottom: 10px !important;
	padding-bottom: 20px;
	color: #000000cc !important;
}
.results-text-more {
	margin-left: 0 !important;
	/* font-size: 16px; */
	max-width: 600px !important;
	margin-bottom: 0px !important;
	background-color: #fa793c;
	background-image: linear-gradient(#efa564, #fa793c);
	padding: 15px;
	background-blend-mode: hard-light;
	border: 2px solid #e1965e;
	border-radius: 6px;
	color:black!important;
}


@media (max-width: 768px) {
	div.banner {
		background-size: 600px 200px;
		height: 180px;
		font-size: 30px;
		padding-top: 56px;
	}
	input.results-review {
		width: 90%;
	}
	div.banner span.single-line {
		padding-top: 6px;
	}
}

@media (max-width: 600px) {
	input.results-review {
		font-size: 16px;
	}
}

@media (max-width: 440px) {
	div.banner {
		background-size: 350px 150px;
		height: 110px;
		font-size: 18px;
		padding: 38px 102px 0px 102px;
		margin-top: -20px;
	}

	input.results-review {
		font-size: 14px;
	}
	.result-text {
		font-size: 18px;
	}
	.results-text {
		font-size: 1.2rem !important;
	}
}

@media (max-width: 320px) {
	.result-text {
		margin-top: 90px;
	}

	.results-text {

		font-size:1rem!important;
	}

	.CTA {
		margin: 17px -8px 30px !important;
	}

	div.banner {
		padding: 41px 90px 0px 90px;
		font-size: 16px;
	}

	.socials-container {
		margin-top: -15px;
	}
}

@media (max-width: 380px) {
	input.results-review {
		font-size: 14px;
		min-width: 310px;
	}
}

.result-grid-container {
	display: grid;
	grid-template-columns: 170px repeat(5, 1fr);
	grid-template-rows: repeat(6, 1fr);
	width: 500px;
	font-size: 16px;
	background-color: #0e2e5c;
	padding: 30px;
	margin: 0 0 30px;
	filter: drop-shadow(3px 3px 6px #00000020);
	border-radius: 5px;
}

.result-grid-container div {
	justify-self: center;
	align-self: center;
}

.result-grid-container div.left-col {
	justify-self: left;
	text-align: left;
	font-weight: 300;
}

.result-grid-container div.result-grid-header {
	font-weight: 600;
	color: #c9e3e8;
	font-size: 20px;
}

.result-icon {
	width: 30px;
	cursor: pointer;
}

@media screen and (max-width: 414px) {
	.result-grid-container {
		display: grid;
		grid-template-columns: 110px repeat(5, 1fr);
		grid-template-rows: repeat(6, 1fr);
		width: 350px;
		font-size: 16px;
		background-color: #0e2e5c;
		padding: 30px;
		margin: 0 0 30px;
		filter: drop-shadow(3px 3px 6px #00000020);
		border-radius: 5px;
	}

	.result-grid-container div {
		justify-self: center;
		align-self: center;
	}

	.result-grid-container div.left-col {
		justify-self: left;
		text-align: left;
		font-weight: 300;
	}

	.result-grid-container div.result-grid-header {
		font-weight: 600;
		color: #c9e3e8;
		font-size: 15px;
	}

	.result-icon {
		width: 20px;
	}
}

@media screen and (max-width: 325px) {
	.result-grid-container {
		width: 310px;
		font-size: 15px;
		margin-top: 70px;
	}
}

@media screen and (min-width: 326px) and (max-width: 425px) {
	.result-grid-container {
		transform: scale(0.9);
	}
}

.whizzy-calculate {
	display: none;
	/* height: 500px;
    width: 890px; */
	transform: scale(1.7);
	height: 350px;
	/* position: absolute; */
	top: -50px;
}

@media screen and (min-width: 426px) {
	.whizzy-calculate {
		transform: scale(3);
		margin-top:170px;
	}
}

#whizzy-home-container {
	/* width:100%; */
}

#whizzy-calculate-container {
	position: relative;
	top: calc(-50vh + 300px);
	width: 100%;
}

#calculate-result .intro-wrapper {
	flex-direction: column;
}

img.main-question-image {
	margin: 20px auto 20px;
	width: 100%;
	max-height: 140px;
}

img.smaller-image {
	margin: 20px auto 20px;
	width: 60% !important;
	max-height: 100px;
}

@media screen and (max-width: 440px) {
	img.main-question-image {
	}
	img.smaller-image {
		margin: 20px auto 0px;
		max-height: 80px;
	}
}

#divider {
	width: 300px;
	height: 1px;
	background-color: #fa793c;
	margin: 0px auto 20px;
}

sup {
	font-size: medium;
	vertical-align: top;
}

.fraction {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0 0.3em;
	vertical-align: middle;
}

.fraction > .num {
	border-bottom: 1px solid #0e2e5c;
	padding: 4px;
	margin: 0 0 4px 0;
	color: #0e2e5c;
}

.fraction > .dem {
	padding: 0;
	margin: 0;
	color: #0e2e5c;
}

/* Mobile layout */

@media (max-width: 768px) {
	.question-counter:before {
		top: 17px;
	}
}

@media (min-width: 845px) and (max-width: 928px) {
	.question-counter:before {
		top: 26px !important;
	}
}

@media (max-width: 515px) {
	.inline-text-questions,
	.question-wrap {
		transform: scale(0.85);
		transform-origin: center;
	}
}

@media (max-width: 500px) {
	.questions-container {
		min-width: 260px;
		padding: 30px 30px;
		/* transform: translateX(30px); */
		margin: 10px auto 20px;
	}

	.inline-text-questions{
		margin-top:15px;
	}
}

@media (max-width: 414px) {
	.alpha-border:before {
		left: -110px;
	}
	.alpha-border:after {
		right: -140px;
	}
}

@media (max-width: 375px) {
	.questions-container {
		max-width: 300px;
	}

	/* .question, .homepage-title,.intro1-text {
	transform: scale(0.8);
} */

	/* .part0, .part1,.part2,.part3, */
	.lets-go,
	.lets-go2,
	.lets-go3,
	.lets-go4 {
		transform: scale(0.7);
	}

	/* .intro2-text,.intro3-text,.intro4-text,.intro5-text{
	transform:scale(0.65);
} */

	.inline-text-questions,
	.question-wrap {
		transform: scale(0.85);
		transform-origin: center;
	}

	.intro1-text1 {
		width: 270px;
	}

	.whizzy-home svg {
		/* width: 300% !important;
		left: -150%; */
	}
	.alpha-border:before {
		left: -110px;
	}
	.alpha-border:after {
		right: -140px;
	}
}

@media (max-width: 320px) {
	.questions-container {
		padding: 10px 10px;
	}

	.intro1-text,
	.intro2-text,
	.intro3-text,
	.intro4-text,
	.intro5-text,
	.lets-go,
	.lets-go2,
	.lets-go3,
	.lets-go4 {
		transform: scale(0.9);
	}
	.inline-text-questions {
		transform: scale(0.75);
		transform-origin:center;
	}

	.question-wrap {
		transform: scale(0.75);
	}
	.inline-text-questions > * {
		transform: scale(0.9);
	}
}

@media screen and (max-width: 440px) {
	.small-screen-line-split {
		display: block !important;
	}
	.long-words {
		width: 144px !important;
		/* width: 150px !important; */
		font-size: 15px !important;
		margin: 0rem 0.35rem 0.7rem !important;
	}
	#divider {
		margin: 20px auto 10px;
	}
}

.empty {
	width: 1px;
	height: 1px;
}

.logo-container {
	display: flex;
	flex-direction: column;
}

.logo-container a .home-logo {
	justify-content: center;
}

.find-out-more {
	color: white;
	font-weight: bold;
	text-decoration: underline;

	text-decoration: none;

	text-transform: uppercase;
}

.find-out-more p {
	font-size: 1.8rem;
	filter: drop-shadow(0px 3px 4px #00000050);
}

@media screen and (max-width: 660px) {
	.find-out-more p {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 440px) {
	.find-out-more p {
		font-size: 1rem;
	}
}



/* MODAL STYLES */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #ffffff;
	margin: auto; /* 15% from the top and centered */
	padding: 30px;
	border-radius: 10px;
	width: 75%; /* Could be more or less, depending on screen size */
	max-width: 720px;
	min-width: 260px;
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	right: -15px;
	z-index: 100;
	top: -17px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.CTA {
	padding: 40px;
	background-color: #72b634;
	background-image: linear-gradient(#abda4580, #72b634);
	border: 2px solid #72b634;
	margin: 12px;
	font-size: 1.5rem;
	max-width: 600px;
	border-radius: 6px;
	filter: drop-shadow(0px 3px 4px #00000050);
}
@media (max-width: 500px) {
	.CTA {
		margin: 17px 17px 30px;
		padding: 21px;
	}

	.find-out-more {
		font-size: 15px;
	}

	.results-text {
		margin-bottom: 0 !important;
		padding-bottom: 10px;
		color: #000000cc;
	}

	.modal-content {
		padding: 0 !important;
		width: 90%;
	}

	.modal-content .close {
		top:10px;
		right: 15px;
	}

	.modal-content .questions-container {
		transform: none !important;
		background-color: none !important;
		max-width: 100% !important;
		margin: 40px auto 20px !important;
		padding: 30px 0px !important;
		display: block !important;
	}
}

.modal-content .questions-container {
	display: block !important;
}

.result-text-intro {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 440px) and (max-height: 760px) {
	#game .contents {
		transform: scale(0.8);
		top: 20px;
		left: 0;
		transform-origin: top;
	}
}

@media screen and (min-width: 440px) and (max-height: 660px) {
	#game .contents {
		transform: scale(0.7);
		top: 30px;
		left: 0;
	}
}

@media screen and (min-width: 440px) and (max-height: 550px) {
	#game .contents {
		transform: scale(0.6);
		top: 30px;
		left: 0;
	}
}

@media screen and (min-width: 440px) and (max-height: 900px) {
	#results .contents {
		transform: scale(0.8);
		top: 0;
		left: 0;
	}
}

@media screen and (min-width: 440px) and (max-height: 720px) {
	#results .contents {
		transform: scale(0.7);
		top: 0;
		left: 0;
	}
}

@media screen and (min-width: 440px) and (max-height: 750px) {
	#intro .contents {
		transform: scale(0.8);
		top: 50px;
		left: 0;
		margin-top: 50px;
	}
}

@media screen and (min-width: 440px) and (max-height: 575px) {
	#intro .contents {
		transform: scale(0.7);
		top: 0px;
		left: 0;
		margin-top: 50px;
	}
}

@media screen and (min-width: 440px) and (max-height: 750px) {
	#topic1-intro .contents,
	#topic2-intro .contents,
	#topic3-intro .contents,
	#topic4-intro .contents,
	#topic5-intro .contents,
	#calculate-result .contents,
	#results-review .contents {
		transform: scale(0.8);
		top: 0px;
		left: 0;
		margin-top: 50px;
	}

	#results .contents{
		transform: scale(0.65);
		top: -130px;
		left: 0;
		margin-top: 50px;
	}
	.whizzy-calculate {
		transform: scale(2.75);
		margin-top:-10px;
	}

	.whizzy-calculate svg{
		margin-top:0px;
	}
}

@media screen and (min-width: 440px) and (max-height: 575px) {
	#topic1-intro .contents,
	#topic2-intro .contents,
	#topic3-intro .contents,
	#topic4-intro .contents,
	#topic5-intro .contents, #calculate-result .contents,
	#results-review .contents {
		transform: scale(0.7);
		top: 0px;
		left: 0;
		margin-top: 0px;
	}

	.whizzy-calculate {
		transform: scale(2.5);
		margin-top:30px;
	}

	.whizzy-calculate svg{
		margin-top:-30px;
	}

	#results .contents{
		transform: scale(0.55);
		top: -160px;
		left: 0;
		margin-top: 50px;
	}
}

/* For very small and short screens */
/* @media screen and  (max-width: 439px) and (max-height: 550px) {
	.questions-container{
		transform: scale(0.8);
    	transform-origin: top;
	}
	.question-submit{
		margin-top:-40px;
	}
	.buttons-questions{
		margin-top:-40px;
	}

	img.main-question-image{
		max-height:105px;
	}
	.buttons-questions button {
		font-size:8px!important;
	}

	div.banner {
		font-size:14px;
	}

	#results .contents .result-text, #results-review .contents .result-text {
		margin-top: 95px;
	}

	.results-text {
		font-size: 0.8rem !important;
	}

	input.results-review {
		margin-bottom:10px;
	}

} */

@media screen and (max-height: 700px) and (hover: none) {

	#game .contents {
		overflow: hidden auto;
	}

	#extra-text3{
		font-size:14px;
	}

	#results .contents .result-text {
		margin-top: 114px;
	}

	input.results-review {
		margin-bottom:10px!important;
	}

}

@media screen and (max-height: 639px) and (hover: none) {
	#game .contents {
		height:130%;
	}
}

@media screen and (max-height: 568px) and (hover: none) {
	#game .contents {
		/* height:100%; */
		height:100%;
		/* height:calc(100% - 100px); */
		/* margin-top:40px; */
	}
	#divider {
		margin: 20px auto -20px;
	}
}

@media screen and (max-height: 550px) and (hover: none) {
	#game .contents .contents-contain.contents-contain{
		margin-top:0px!important;
	}

}




*::-webkit-scrollbar {
	/* display: none; */
	background: #009fe3;
	width:10px;
  }

  *::-webkit-scrollbar-track {
	/* display: none; */
	background: #0E2E5C;
  }

  *::-webkit-scrollbar-thumb {
	/* display: none; */
	background-color: #face3c;
	border-radius: 10px;
	border:0;
	
  }