@font-face {
  font-family: 'RoobertENEL';
  font-style: normal;
  src: url(RoobertENEL-Regular.ttf);
}

@font-face {
  font-family: 'RoobertENEL';
  font-weight: bold;
  src: url(RoobertENEL-Bold.ttf);
}

@font-face {
	font-family: 'RoobertENELBlack';
	src: url(RoobertENEL-Black.ttf);
  }
 

html {
	overflow: hidden;
	height: 100%;
}

body
{
    background-color: #ebe9e7;
	margin: 0px;
    font-family: 'RoobertENEL', sans-serif;
    font-size: 26px;
	color:#000000;
	background-color:#ffffff;
	overflow: hidden;
	height: 100%;
	width: 100%;
	line-height:26px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

textarea::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

button {
	  font-family: 'RoobertENEL';
	  cursor:pointer;
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

h2 {
	font-weight:normal;
}

a:hover
{
text-decoration:underline;
}


img
{
	border:none;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

.desktopBreak {
	display:block;
}

.mobileBreak {
	display:inline-block;
}

.topLogo {
	width:50%!important;
	padding:20px 0;
	margin:0 auto;
}

h1 {
	text-align:center;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:20px;
}


.container {
	max-width:500px;
	margin:0 auto;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	width:100%;
	height:600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	position:relative;	
	text-align:center;
	background-image: url(../img/gnd.jpg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:50px 0 100px 0;
	box-sizing: border-box;
}

.topBar {
	text-align: center;
	padding: 2vh 0;
}

.topBar img {
	width:140px;
	max-height: 10vh;
	object-fit: contain;
}

.currentGame {
	font-size:45px;
	line-height:45px;
	color:white;
	padding:3vh 0 2vh 0;
	font-family: 'RoobertENELBlack';
	text-transform: uppercase;
	width:95%;
	margin:0 auto;
}

.currentGame img {
	width:70%;
}



/****PAGE HOME */

.homeEmail {
	color:white;
	font-size:25px;
	line-height: 25px;
	font-weight: bold;
}

.homeLogo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeLogo img {
	width:60%;
}

/** PAGE LOGIN */
.emailBlock {
	background-color:#ff0f64;
	border-radius: 40px;
	width:80%;
	margin:30px auto 0 auto;
	padding:40px 0;
}

.emailField {
	padding:0px 0;
}

.emailField input {
	width:80%;
	border:solid 1px black;
	border-radius:30px;
	background-color: white;
	color:black;
	height:40px;
	text-align:center;
	font-size:20px;
}

.emailButton {
	padding:0px 0;
}

.emailButton img {
	width:60%;
}

/** PAGE CONFIRM **/
.confirmTitle {
	font-size:24px;
	line-height:30px;
}

.confirmButton {
	padding-top:2vh;
}


.confirmButton img {
	width:60%;
	max-width: 300px;
}

.confirmBanner {
	text-align:center;
	padding:20px 0;
}

.confirmBanner img {
	width:80%;
}

.confirmGame {
	font-size:45px;
	line-height:45px;
	color:white;
	padding:40px 0 10px 0;
	font-family: 'RoobertENELBlack';
	text-transform: uppercase;

}

/**PAGE STATUS**/

.statusEmail {
	font-size:18px;
	line-height:20px;
	margin:20px 0;
}

.statusList {
	text-align: center;;
}

.statusGame {
	display:inline-block;
	background-color:#ff0f64;
	border-radius: 40px;
	width:70%;
	border:solid 1px white;
	color:white;
	height:35px;
	font-size:20px;
	line-height:35px;
	font-weight: bold;
	margin:5px 0;
	text-transform: uppercase;
}

.statusGameDisabled {
	opacity:0.3;
}

.statusStats {
	background-color:#ff0f64;
	border-radius: 40px;
	width:80%;
	border:solid 1px white;
	color:white;
	height:50px;
	font-size:30px;
	line-height:50px;
	font-weight: bold;
	margin:30px auto 30px auto;
}

.statusInfo {
	font-size:14px;
	line-height:16px;
	width:90%;
	margin:0 auto;
}

.error {
	margin-top:50px;
	font-size:40px;
	line-height:50px;
	color:#ff0f64;
	font-weight: bold;
	font-family: 'RoobertENELBlack';
}

.finishmessage {
	font-size:20px;
	line-height:24px;
	color:white;
	width:90%;
	margin:0 auto;
}

.finishBigText{
	font-family: 'RoobertENELBlack';
	font-size:45px;
	line-height:50px;
	font-weight: bold;
}

.qrscanner {
	display:none;
	position:absolute;
	top:140px;
	left:50%;
	margin-left:-150px;
	width:300px;
	height:300px;
	overflow: clip;
	border:solid 1px black;
	border-radius:5px;
}

@media screen and (max-width: 1100px) {
	.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}
}

