@font-face {
	font-family: 'Insterstate black';
	src: url("/fonts/Interstate-black.ttf")
}
@font-face {
	font-family: 'Insterstate bold';
	src: url("/fonts/Interstate-bold.ttf")
}
@font-face {
	font-family: 'Insterstate light';
	src: url("/fonts/Interstate-light.ttf")
}
@font-face {
	font-family: 'Insterstate regular';
	src: url("/fonts/Interstate-regular.ttf")
}

:root {
	--dark-green: #005a4b;
	--light-green: #ebeb00;
	--gray: #b0b0b0;
	--gray-50: #D8D8D8;
	--gray-25: #EBEBEB;
}
html, body, * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Insterstate regular', sans-serif;
}

body {
	background-color: var(--dark-green);
	background-image: url('/img/mobile_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-position-x: 0;
	background-position-y: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.frontpage-caption {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.frontpage-caption div {
	margin-bottom: 12px;
}

.frontpage-caption div span {
	text-transform: uppercase;
	background-color: var(--light-green);
	color: var(--dark-green);
	padding: 2px;
	font-size: 24px;
	font-family: 'Insterstate black', sans-serif;
}

.main.frontpage {
	color: #ffffff;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 500px;
}

.main.frontpage h2 {
	font-size: 32px;
	text-align: center;
	font-family: 'Insterstate bold', sans-serif;
}

.session-input {
	padding: 10px;
	font-size: 16px;
}

button {
	border: none;
	background-color: var(--light-green);
	color: black;
	text-align: left;
	padding: 10px;
	width: 75%;
	margin-top: 16px;
	position: relative;
	font-family: 'Insterstate bold', sans-serif;
	text-transform: uppercase;
}

button:hover {
	background-color: black;
	color: white;
}

button:hover i.arrow-right {
	background-image: url('/img/arrow_right_white.svg');
	background-size: 70%;
}

button i.arrow-right {
	background-image: url('/img/arrow_right_black.svg');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	right: 8px;
	position: absolute;
	height: 100%;
	width: 32px;
	top: 0;
}

select {
	padding: 10px;
	font-size: 16px;
	width: 100%;
}

.page-counter {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 32px;
	color: var(--light-green);
}

.logo {
	margin-top: 20px;
	text-align: center;
	position: relative;
	max-width: 350px;
}

.answer-box {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	padding: 20px;
	position: fixed;
	left: 50%;
	margin-left: -50%;
	bottom: 120px;
}

.answer-box button {
	color: var(--dark-green);
	font-family: 'Insterstate light', sans-serif;
	width: 100%;
	height: 48px;
	margin-top: 10px;
}

.answer-box button:hover {
	color: white;
	font-family: 'Insterstate light', sans-serif;
	width: 100%;
	height: 48px;
	margin-top: 10px;
}

.answer-box button.active {
	background-color: black;
	color: white;
}

.answer-box .bar {
	width: 100%;
	height: 48px;
	font-family: 'Insterstate light', sans-serif;
	margin-top: 10px;
	background-color: #6b7424;
	color: #235402;
	display: flex;
	align-items: center;
	padding: 10px;
	text-align: left;
}

.answer-box .bar.winning {
	background-color: var(--light-green);
}

.answer-box button span,
.answer-box .bar span {
	width: 40px;
	min-width: 40px;
	text-align: right;
	font-family: 'Insterstate bold', sans-serif;
	margin-right: 10px;
}

.progress {
	width: 100%;
	border: 5px solid #000;
	background-color: #000;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -50%;
	margin-top: 10px;
	height: 48px;
}

.progress-bar {
	position: relative;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--dark-green);
}

.start-holder h2 {
	font-family: 'Insterstate black', sans-serif;
	text-align: center;
}

.facts-screen,
.pre-question-screen,
.question-screen,
.answer-holder {
	padding-top: 20px;
	text-align: center;
	max-width: 80%;
	width: 80%;
}

.facts-screen h1,
.pre-question-screen h1,
.question-screen h1,
.answer-holder h1 {
	font-family: 'Insterstate light', sans-serif;
	font-size: 16px;
	color: white;
}

.facts-screen h2,
.pre-question-screen h2,
.question-screen h2,
.answer-holder h2 {
	font-family: 'Insterstate bold', sans-serif;
	font-size: 26px;
	color: var(--light-green);
}

.pre-question-screen div.description {
	font-family: 'Insterstate light', sans-serif;
	color: white;
	padding-top: 26px;
}

.pre-question-screen div.question {
	font-family: 'Insterstate bold', sans-serif;
	font-size: 26px;
	color: var(--light-green);
	bottom: 150px;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 20px;
}

.pre-question-screen div.question p {
	font-family: 'Insterstate bold', sans-serif;
	font-size: 26px;
}

.question-screen div.question,
.answer-holder div.question {
	font-family: 'Insterstate bold', sans-serif;
	font-size: 26px;
	color: var(--light-green);
	padding-top: 20px;
}

.question-screen div.question p,
.answer-holder div.question p {
	font-family: 'Insterstate bold', sans-serif;
	font-size: 26px;
	color: var(--light-green);
}

.main.frontpage p {
	text-align: center;
}

.answer-footer {
	color: white;
	font-family: 'Insterstate light', sans-serif;
	font-size: 15px;
	position: fixed;
	bottom: 20px;
	text-align: center;
	left: 50%;
	margin-left: -40%;
	width: 80%;
}

.open_question_logo {
	max-width: 150px;
	margin-top: 10px;
}

.open_question_text {
	font-family: 'Insterstate light', sans-serif;
	color: white;
	margin-top: 10px;
}

.open_question {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	color: var(--light-green);
	font-family: 'Insterstate bold', sans-serif;
}

.open_question p {
	font-size: 18px;
	color: var(--light-green);
	font-family: 'Insterstate bold', sans-serif;
}

.conclusion-body {
	margin-top: 50%;
}

.conclusion-body p {
	font-family: 'Insterstate regular', sans-serif;
	color: white;
	text-align: center;
}

.conclusion-body h2 {
	font-family: 'Insterstate bold', sans-serif;
	color: white;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.conclusion-footer {
	position: fixed;
	bottom: 100px;
	font-size: 26px;
	text-align: center;
	font-family: 'Insterstate bold', sans-serif;
	color: var(--light-green);
}

.ff-header div {
	position: relative;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	margin-bottom: 12px;
}

.ff-header div span {
	text-transform: uppercase;
	background-color: var(--light-green);
	color: var(--dark-green);
	padding: 2px;
	font-size: 32px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: 'Insterstate black', sans-serif;
}

.facts-screen {
	height: 100%;
}

.ff-text {
	margin-top: 30px;
	color: white;
	font-family: 'Insterstate light', sans-serif;
}

.ff-text h1 {
	margin-top: 10px;
	font-family: 'Insterstate bold', sans-serif;
	color: var(--light-green);
}

.ff-footer {
	color: var(--light-green);
	font-size: 16px;
	position:fixed;
	bottom: 50px;
	text-align: center;
	width: 80%;
}

ul.list {
	text-align: left;
	list-style-type: '- ';
	font-size:15px;
	font-family: 'Insterstate light', sans-serif;
}