﻿@font-face {
  font-family: 'LousVuittonLight';
  font-style: normal;
  src: url(LouisVuitton-Light.woff2);
}

@font-face {
	font-family: 'LousVuitton';
	font-style: normal;
	src: url(LouisVuitton-Regular.woff2);
  }
  
  * {
	-webkit-user-select: none;
    user-select: none; /* Disabilita la selezione del testo */
}

  html, body {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
	-webkit-touch-callout: none; /* Disabilita il menu contestuale */
    -webkit-tap-highlight-color: transparent; /* Rimuove il flash di evidenziazione */
    touch-action: manipulation;
    background-color: #000000;
    font-family: 'LousVuittonLight', sans-serif;
    font-size: 26px;
	color:#ffffff;
    line-height:26px;	
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url(../img/gnd.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; /* Assicurati che sia dietro il contenuto */
}

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 {
	-webkit-tap-highlight-color: transparent; /* Rimuove il flash di evidenziazione */
    touch-action: manipulation; 
	-webkit-user-select: none;
	  user-select: none;
	  font-family: 'LousVuitton';
	  cursor:pointer;
	  width:90%;
	  height:50px;
	  margin:5px 0;
	  background-color: black;
	  border:none;
	  color:white;
	  font-size:25px;
	  line-height:25px;
}

button:active {
    background-color: #444444; /* Cambia colore quando il pulsante è premuto */
    color: #f1dab1; /* Cambia anche il colore del testo, se necessario */
}

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;
	xborder:solid 1px #ffffff;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	border:solid 2px #ffffff;
	margin:20px auto;
	width:90%;
	height: var(--app-height);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow-x:hidden;
	position:relative;	
	text-align:center;
	font-size:20px;
	line-height:20px;
}

.topBar {
	text-align: center;
}

.topBar img {
	width:80px;
	padding:20px 0 0 0;
}

.currentGame {
	font-size:45px;
	line-height:45px;
	color:#ff0f64;
	padding:40px 0 10px 0;
	font-family: 'LousVuitton';
	text-transform: uppercase;
	width:95%;
	margin:0 auto;
}

.pageTop {
	flex: 0 0 auto;
	padding-top:100px;
	font-size:16px;
	line-height:20px;
}

.pageCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%; 
}

.pageCenter div {
	width:90%;
	margin:0 auto;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	font-family:LousVuitton;
}

.pageBottom {
	flex: 0 0 auto;
	padding-top:20px;
	padding-bottom:50px;
}

.pageBottom img{
	width:60px;
}

/****PAGE HOME */
.pageHome {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}

.homeLogo {
	text-align:center;
}

.homeLogo img {
	width:110px;
}

.homeTopLogo {
	margin-top:30px;
}

.homeBottomLogo {
	margin-top:30px;
	text-transform: uppercase;
	font-size:30px;
	line-height:35px;
	font-weight: bold;
}

/****PAGE START */
.pageStart {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
	flex-direction: column;
}

/****PAGE QUIZ */
.pageQuiz {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
	flex-direction: column;
}

.question {
	padding-top:40px;
	font-size:20px!important;
	line-height:22px!important;
}

.answer {
	font-size:15px;
	line-height:17px;
}

.pageQuizTop {
	flex: 0 0 auto;
	padding-top:50px;
	font-size:16px;
	line-height:20px;
}

.pageQuizCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%;
	width:100%;
	text-transform: uppercase;
}

.pageQuizCenter button {
	text-transform: uppercase;
}

.pageQuizCenter div {
	width:90%;
	margin:0 auto;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	font-family:LousVuitton;
}

.pageQuizBottom {
	flex: 0 0 auto;
	padding-top:20px;
	padding-bottom:50px;
}

.pageQuizBottom img{
	width:60px;
}

/*** RESULTS **/

.pageResults {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
	flex-direction: column;
}

#resultImage {
	width:60%
}

#resultName {
	font-size:20px;
	line-height:22px;
}

#resultComment {
	font-size:15px;
	line-height:18px;
}

.pageResultsTop {
	flex: 0 0 auto;
	padding-top:50px;
}

.pageResultsCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%; 
}

.pageResultsCenter div {
	width:90%;
	margin:0 auto;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	font-family:LousVuitton;
}

.pageResultsBottom {
	flex: 0 0 auto;
	padding-top:20px;
	padding-bottom:50px;
}

.pageResultsBottom img{
	width:60px;
}

@media screen and (max-width: 1100px) {
	.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}
}
