body {
	width: 100%;
	height: 100%;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0px;
}

.fullscreen-video-wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
}

.video-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #357;
	background-image: radial-gradient(transparent, transparent,#135);
	opacity: 0.6;
}

.Site {
	position: absolute;
	width: calc(100% - 400px);
	height: calc(100% - 220px);
	top: 80px;
	left: 200px;
}

.HomePage{
	display: block;
	margin-top: 0px;
	opacity: 1;
}

.CountdownPage{
	margin-top: 0px;
	display: none;
	opacity: 0;
}

.CountingPage{
	margin-top: 0px;
	display: none;
	opacity: 1;
}

.ResultsPage{
	margin-top: 0px;
	display: none;
	opacity: 1;
}

#resultsTitle{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0px;
	background: transparent;
	font-size: 80px;
	text-align: center;
	margin: 0px;
	color: white;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	white-space: nowrap;
}

#resultsUnderline{
	position: absolute;
	width: 700px;
	height: 2px;
	top: 100px;
	left: 50%;
	background: #fff;
	margin-left: -350px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
}

#resultsTid{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 120px;
	left: 0px;
	background: transparent;
	font-size: 30px;
	text-align: center;
	margin: 0px;
	color: #0cf;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	white-space: nowrap;
}

#resultsTR{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 200px;
	left: 50%;
	background: transparent;
	font-size: 40px;
	text-align: center;
	margin: 0px;
	margin-left: -300px;
	color: #0fc;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	white-space: nowrap;
}

#resultsTW{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 200px;
	left: 50%;
	background: transparent;
	font-size: 40px;
	text-align: center;
	margin: 0px;
	margin-left: 100px;
	color: #f30;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	white-space: nowrap;
}

#resultsR{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 250px;
	left: 50%;
	background: transparent;
	font-size: 40px;
	text-align: center;
	margin: 0px;
	margin-left: -300px;
	color: #fff;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	white-space: nowrap;
}

#resultsW{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 250px;
	left: 50%;
	background: transparent;
	font-size: 40px;
	text-align: center;
	margin: 0px;
	margin-left: 100px;
	color: #fff;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	white-space: nowrap;
}

.resultsHomebtn1{
	top: 200px;
}

.resultsHomebtn{
	position: absolute;
	left: calc(50% - 100px);
	width: 200px;
	height: 60px;
	font-size: 40px;
	background: linear-gradient(150deg, #fff, #aaa);
	cursor: pointer;
	border-radius: 60px;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	margin: 0px;
	transition: box-shadow 0.2s, margin 0.2s;
}

.resultsHomebtn:hover{
	margin-top: -4px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.resultsHomebtn p{
	color: #555;
	width: 100%;
	text-align: center;
}

#equation{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 50px;
	left: 0px;
	background: transparent;
	font-size: 80px;
	text-align: center;
}

#equationp{
	margin: 0px;
	color: white;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
}

#answer{
	position: absolute;
	width: 100%;
	height: 360px;
	top: 80px;
	left: 0px;
	background: transparent;
	font-size: 300px;
	text-align: center;
	margin: 0px;
	color: #0cf;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
}

#answerUnderline{
	position: absolute;
	width: 700px;
	height: 2px;
	top: 440px;
	left: 50%;
	background: #fff;
	margin-left: -350px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
}

#StartsIn{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
	background: transparent;
	font-size: 40px;
	text-align: center;
}

#StartsInp{
	margin: 0px;
	color: white;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bolder;
}

#CountDown{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 80px;
	left: 0px;
	background: transparent;
	font-size: 300px;
	text-align: center;
	margin: 0px;
	color: white;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
}

#Title{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
	background: transparent;
	font-size: 40px;
	text-align: center;
}

#Titlep{
	margin: 0px;
	color: white;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}

#uppgQ{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 100px;
	left: 0px;
	background: transparent;
	font-size: 30px;
	text-align: center;
	margin: 0px;
	color: white;
	cursor: default;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
}

.uppgQA{
	position: absolute;
	left: calc(50% - 100px);
	width: 200px;
	height: 60px;
	font-size: 40px;
	background: linear-gradient(150deg, #fff, #aaa);
	cursor: pointer;
	border-radius: 60px;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
	margin: 0px;
	transition: box-shadow 0.2s, margin 0.2s;
}

.uppgQA:hover{
	margin-top: -4px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.uppgQAselected{
	background: linear-gradient(135deg, #0fa, #0a6);
}

.uppgQA p{
	color: #555;
	/*text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;*/
	width: 100%;
	text-align: center;
}

.uppgQA1{
	top: 200px;
}

.uppgQA2{
	top: 280px;
}

.uppgQA3{
	top: 360px;
}

.uppgQA4{
	top: 440px;
}

.uppgQA5{
	top: 520px;
}

.discord{
	position: absolute;
	width: 500px;
	height: 100px;
	bottom: 20px;
	left: calc(50% - 250px);
	background: transparent;
	cursor: pointer;
	display: none;
}

.discord-img{
	position: absolute;
	width: 100px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url("Images/Discord.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}

.discord-text{
	position: absolute;
	width: calc(100% - 110px);
	left: 110px;
	top: 26px;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

input {
	margin: 0 auto;
	text-align: center;
	transition: border 0.2s, background-color 0.2s, color 0.2s;
	-webkit-transition: border 0.2s, background-color 0.2s, color 0.2s;
	outline: none;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px black;
	height: 20px;
	color: black;
	border-radius: 5px;
}

input:focus {
	border-bottom: 1px solid rgba(81, 203, 238, 1);
	color: rgb(81, 203, 238);
	/* background-color: rgba(81, 203, 238, 0.25); */
}

button{
	border: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	/*font-family: 'Quicksand', sans-serif; /*'Yatra One', cursive;  'Sigmar One', cursive; */
}
