@charset "utf-8";

@font-face {
font-family: "Font";
src: url("font/AvenirNextLTPro-Regular.otf");
}

body {
	margin:0;
	background-color:white;
	background-image:none;
	padding:0;
	border:0;
	overflow: hidden;
	font-family: "Font";
}

.tbody{
	position: absolute;
	height: 100vH;
	width: 100vW;
}

h3{
	font-size: 36px;
	color: black;
	font-family: "Font";
}

p{
	font-size: 24px;
	color: black;
	font-family: "Font";
	margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.container{
	width: 100vW;
	height: 100vH;
	display: none;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.5s all ease;
}

.containertablet{
	width: 100vW;
	height: 100vH;
	margin: 0;
	padding: 0;
	display: none;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	transition: 0.5s all ease;
	min-height: 1280px;
}



.mid{
	width: 60%;
	min-height: 100vH;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	text-align: center;
	z-index: 5;

}

.mid h3{
	color: #1E2B50;
	font-size: 24px;
}






.image{
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	margin: auto;
}


.tabletimage{
	height: auto;
	width:100%;
	padding: 0;
	margin: 0;
	object-fit: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.for{
	padding: 5px;
	height: 80px;
	width: 300px;
	margin: 50px;
	display: flex;
	font-size: 50%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	background-color: none;
}

.in{
	border: none;
	border-style: solid;
	width: inherit;
	border-width: 0px;
	border-bottom-width: 2px;
	height: inherit;
	text-align: center;
	font-size: 32px;
	font-family: inherit;
	padding: 5px;
	border-color: #1E2B50;
	color: #1E2B50;
	background-color:#7DB3E2;
}

.nbutton{
	position: fixed;
	top: calc(640px - 25px);
	right: 50px;
	border: none;
	width: 50px;
	height: 50px;
	font-size: 24px;
	font-family: "Font";
	cursor: pointer;
	background-color: #1E2B50;
	padding: 10px;
	color: white;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

}

.bbutton{
	position: fixed;
	top: calc(640px - 25px);
	left: 50px;
	border: none;
	width: 50px;
	height: 50px;
	font-size: 24px;
	font-family: "Font";
	cursor: pointer;
	background-color: #1E2B50;
	padding: 10px;
	color: white;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}





/* Results Slides .----------------------------------------------------*/

.midresult{
	width: 70%;
	height: 100vH;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-flow: row;
	text-align: center;

}

.resultbanner{
	min-height: 5vH;
	margin: 0px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.answer{
	color: #004080;
	padding: 20px;
	margin: 20px;
	width: 60%;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	position: absolute;
	transition: 2s ease;
	opacity: 0;

}

.answer p{
	font-size: 2vW;
	margin: 15px;
	color: #1E2B50;
}

.answer h3{
	font-size: 2vW;
	color: #1E2B50;
	margin: 15px;
}

.answer.active{
	opacity: 1;
}


hr{
	width: 100%;
	height: 1%;
	background-color: transparent;
	color: transparent;
	border-color: transparent;
	margin: 2% 0;
}


.a_heading{
	text-decoration: none;
}

.d_heading{
	text-decoration: none;
}

.q_txt{
	min-height: 15vH;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 0.5px;
}

.a_txt{
	min-height: 10vH;
}



.hide{
	transition: 2s ease;
	opacity: 0;
}

.hide.active{
	opacity: 1;
}



.restartbutton{
	height: 80px;
	font-family: 'Font';
	font-size: 24px;
	color: white;
	background-color: #1E2B50;
	border: none;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.bgimg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	z-index: -1;
	object-fit: cover;
	overflow: hidden;
}

.q_result{
	font-weight: bold;
	padding: 5px;
	letter-spacing: 0.5px;
}



/* Tablet Mods.----------------------------------------------------*/

.resulttablet{
	width: 70%;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	text-align: center;


}


.tabletanswer{
	color: #1E2B50;
	padding: 20px;
	margin: 20px;
	width: 70%;
	padding: 15%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	z-index: 2;
	margin: auto;
	position:  relative;
	top: 300px;

}


.tabletanswer p{
	font-size: 20px;
	margin: 15px;
	color: #1E2B50;
	width: 80%;
}

.tabletanswer h3
{	font-size: 24px;
	color: #1E2B50;
	margin: 15px;
	width: 80%;

}


.t{
	min-height:0;
	height: auto;
	width: 80%;
}

.nh{
	min-height: 0;
}

.scrollable{
	overflow-y: scroll;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #7DB3E2;
}

.timg{
	width: 100%;
	height: auto
	object-fit: cover;
	position: fixed;
	top: -20px;
	z-index: 5;
}

/* Slides .----------------------------------------------------*/

.slides{
	display: flex;
	position: absolute;
	height: 100vH;
	width: 100vW;
	margin: 0px;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	object-fit: cover;
	z-index: 10;
	transition: 2s ease;
	background-color: white;
}



.slideimg{
	width: 100%;
	height: auto;

}

video{
	width: auto;
	height: 100.3vH;
	margin: 0;
	padding: 0;
}

.fader{
	display: flex;
	min-height: 100vH;
	min-width: 100vW;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	background-color: white;
	opacity: 0;
	transition: 2s all ease;

}

.fader.active{
opacity: 1;

}

.error{
	min-height: 100vH;
	min-width: 100vW;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
}
