﻿@font-face {
  font-family: 'Lato';
  font-weight: normal;
  src: url('Lato-Regular.ttf');
}

@font-face {
	font-family: 'Lato';
	font-weight: bold;
	src: url('Lato-Bold.ttf');
  }

  @font-face {
	font-family: 'LatoBlack';
	font-weight: bold;
	src: url('Lato-Black.ttf');
  }

@font-face {
	font-family: 'LatoBlack';
	font-weight: bold;
	font-style: italic;
	src: url('Lato-BlackItalic.ttf');
  }

  @font-face {
	font-family: 'LatoLight';
	src: url('Lato-Light.ttf');
  }

@font-face {
	font-family: 'LatoLight';
	font-style: italic;
	src: url('Lato-LightItalic.ttf');
  }


html {
	height:100%;
    background-color:black;
}

body
{
    background-color:black;
	margin: 0px;
    font-family: 'Lato', sans-serif!important;
    line-height:24px;
	height:100%;
	text-align:center;
	font-weight:normal;
	color:white;
	/*disable selection*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

.pointer {
	cursor:pointer;
}

input:focus,
select:focus,
textarea:focus,

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #286ef0;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #286ef0;
  opacity: 1;
  font-weight: bold;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #286ef0;
  opacity: 1;
  font-weight: bold;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #286ef0;
  opacity: 1;
  font-weight: bold;
}

:-moz-placeholder { /* Firefox 18- */
  color: #286ef0;
  opacity: 1;
  font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #372817; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; 
}

option {
	font-size:24px;
}

button:focus, button:active {
    outline: none !important;
}

button {
	font-family: 'Lato'!important;
	cursor:pointer;
	width:147px;
	height:55px;
	border-radius:10px!important;
	border:none;
	color:#eee2d5;
	background-color:#372817;
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

a:hover {
	text-decoration:none;
	color:inherit;
}


img
{
	border:none;
}

sub, sup {
    position: initial!important;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

select {
	width:100%;
	height:62px;
	border:0;
	border-radius:10px;
	font-size:24px;
	font-family:Lato;
}

.mobileOnly {
	display:none;
}

.yellow {
	color:#fdb813;
}

navbar.navbar-default {	
    background: #9d2235;	
    text-align: center;	
    height: 55px;	
    min-height: 55px !important;	
    border: none;	
    border-radius: 0;	
    margin: 0;	
}

.navbar.navbar-default.mainnav {
    background: url("../img/header_desktop.png") !important;
    height: 85px;
}

/**** HOME ***/

.homeContainer {
	display:none;
	background-image:url(../img/gnd.jpg);
	min-height:100vh;
	background-size: cover;
	background-position: center top;
}

.homeLogo {
	width:25%;
}

.homeSeparator1 {
	height:60px;
}

.homeSeparator2 {
	height:40px;
}

.homeSeparator3 {
	height:20px;
}

.homeSeparator4 {
	height:20px;
}

.homeSeparator5 {
	height:20px;
}

.homeText1 {
	font-weight: bolder;
	font-size:clamp(12px, 4cqw, 65px);
	text-transform: uppercase;
	font-family: LatoBlack;
	font-style: italic;
	line-height: normal;
}

.homeText2 {
	font-weight: bolder;
	font-size:clamp(12px, 3cqw, 45px);
	text-transform: uppercase;
	font-family: LatoBlack;
	font-style: italic;
	line-height: 1;
}

.homeText3 {
	font-weight: bolder;
	font-size:clamp(12px, 2cqw, 20px);
	line-height: 1.4;
	font-family:LatoLight;
}

.homeBottomBar {
	width:900px;
	height:150px;
	background-color:#141a2dA0;
	margin:0 auto;
	border-radius: 50px 50px 0 0;
	border:solid 1px #6183b2;
}

.homeBottomBarTitle {
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
}

.homeBottomBarTable {
	display:table;
	width:100%;
}

.homeBottomBarCell {
	display:table-cell;
	width:33%;
	vertical-align: middle;
	text-transform: uppercase;
	font-size:16px;
	line-height:18px;
}

.homeBottomBarSubCell {
	display:table;
	width:auto;
	margin:0 auto;
}

.homeBottomBarSubCellNumber {
	display:table-cell;
	vertical-align: middle;;
	text-align:right;
	font-size:55px;
	line-height:55px;
	padding-right:20px;
}

.homeBottomBarSubCellLabel {
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	padding-right:10px;
}

/**** QUIZ ***/

.quizContainer {
	display:none;
	background-image:url(../img/gnd2.jpg);
	min-height:100vh;
	background-size: cover;
	background-position: center top;
}

.quizLogo {
	width:35%;
}

.quizSeparator1 {
	height:60px;
}

.quizSeparator2 {
	height:40px;
}

.quizSeparator3 {
	height:40px;
}

.quizSeparator4 {
	height:20px;
}

.quizStep {
	width:35%;
}

.quizBox {
	background-color:#18233d;
	border-radius:25px;
	width:600px;
	margin:0 auto;
	border:solid 1px #6183b2;
	padding-bottom:20px;
}

#quizQuestion {
	margin:20px 0;
	font-size:22px;
	line-height:25px;
	padding: 0 15px;
	font-style: italic;
	font-weight:bold;
}

.quizAnswer {
	width:90%;
	height:40px;
	border-radius:10px;
	border:solid 1px white;
	margin:10px auto;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#286ef0;
	box-sizing: border-box;
	padding:6px 10px;
}

.quizAnswerCorrect {
	background-color:#fdb813;
	background-image:url("../img/answer_correct.png");
	background-repeat:no-repeat;
	background-position-x: right;
	background-size: contain;
}

.quizAnswerWrong {
	background-color:#8e001c;
	background-image:url("../img/answer_wrong.png");
	background-repeat:no-repeat;
	background-position-x: right;
	background-size: contain;
	color:white;
}

.quizNextButton {
	width:300px;
}

.quizScoreBox {
	position:absolute;
	top:50px;
	right:150px;
}

.quizScoreBoxLabel {
	font-size:20px;
	line-height:20px;
	text-transform:uppercase
}

.quizScoreBoxValue {
	font-family:LatoBlack;
	font-size: 60px;
	line-height:1;
	font-style: italic;
}

.quizScoreBoxValue b {
	font-family:LatoBlack;
	font-size: 70px;
	line-height:1;
	font-style: italic;
	color:#fdb813;
}

@media screen and (max-width: 1000px) {
	.quizScoreBox {
		right:50px;
	}
}

/*** SCORE ***/
.scoreContainer {
	display:none;
	background-image:url(../img/gnd2.jpg);
	min-height:100vh;
	background-size: cover;
	background-position: center top;
}

.scoreLogo {
	width:35%;
}

.scoreSeparator1 {
	height:60px;
}

.scoreSeparator2 {
	height:40px;
}

.scoreText1 {
	font-family: LatoBlack;
	font-size:55px;
	line-height:1;
	font-style:italic;
}

.scoreText2 {
	font-family: LatoBlack;
	font-size:35px;
	line-height:1;
	font-style:italic;	
}

.scoreText3 {
	padding:10px 0;
	font-family: LatoBlack;
	font-size:105px;
	line-height:1;
	font-style:italic;
}

.scoreText3 b {
	font-size:125px;
	color:#fdb813;
}


.scoreText4 {
	font-size:28px;
	line-height:1;
	font-weight: bold;
}

/*** COVER ***/
.coverContainer {
	display:none;
	background-image:url(../img/gnd2.jpg);
	min-height:100vh;
	background-size: cover;
	background-position: center top;
}

.coverCenter {
	height:100vh;
	display:flex;
	flex-direction: column;
	justify-content: center;
	transform: translateX(15%);
}

.coverLogo {
	width:35%;
}

.coverSeparator1 {
	height:40px;
}

.coverPlayButton {
	width:350px;
}


/*** FORM ***/
.formContainer {
	display:none;
	background-image:url(../img/gnd3.jpg);
	min-height:100vh;
	background-size: cover;
	background-position: center top;
}

.formCenter {
	min-height:100vh;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.formLogo {
	width:100%;
}

.formSeparator1 {
	height:40px;
}

.formCenterTable {
	display:table;
	width:100%;
}

.formCenterCol1 {
	display:table-cell;
	width:30%;
}

.formCenterCol2 {
	display:table-cell;
	width:30%;
	vertical-align: top;
}

.formCenterCol3 {
	display:table-cell;
	width:40%;
	vertical-align: top;
}

.form {
	border-radius:25px;
	border:solid 1px white;
	padding:20px;
	width:80%;
	margin:0 auto 20px auto;
	background-color:rgba(0,0,0,0.5);
}

.formTitle {
	text-transform:uppercase;
	font-size:30px;
	line-height: 1;
	font-family:LatoBlack;
}

.formSubTitle {
	font-size:12px;
	line-height: 1;
}

.formLabel {
	margin-top:20px;
	width:100%;
	text-align:left;
	text-transform:uppercase;
	font-size:20px;
	font-weight: bold;
}

.formInput {
	width:100%;
	text-align:left;
}

.formInput input {
	width:100%;
	border:solid 1px #999796;
	border-radius:10px;
	background:none;
	height:40px;
	color:white;
	padding-left:15px;
	box-sizing: border-box;
}

.formCheckbox {
	margin-top:10px;
	text-align:left;
	font-size:10px;
	line-height: 1;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.formCheckbox a {
	  color: #286ef0;
	  text-decoration: underline;
}

.formButton {
	margin-top:5px;
	width:100%;
}

.buttonSaveForm {
	width:100%;
}

