﻿@font-face {
  font-family: 'PradaTypeface';
  font-style: normal;
  src: url(PradaTypeface.ttf);
}

html, body {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background-color: #ebe9e7;
    font-family: 'PradaTypeface', sans-serif;
    font-size: 26px;
	color:#000000;
	background-color:#a6bfac;
    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: 'PradaTypeface';
	  cursor:pointer;
	  width:200px;
	  height:60px;
	  margin:5px 0;
	  background-color: transparent;
	  border:solid 2px black;
	  color:black;
	  font-size:18px;
	  line-height:18px;
}

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;
	border:solid 1px #000000;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	width:100%;
	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: 'PradaTypeface';
	text-transform: uppercase;
	width:95%;
	margin:0 auto;
}

/****PAGE HOME */
.pageHome {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}

.homeLogo {
	text-align:center;
}

.homeLogo img {
	width:200px;
}

.homeTopLogo {
	margin-top:30px;
}

.homeBottomLogo {
	margin-top:30px;	
}

/****PAGE CAMERA ACCESS */
.pageCameraAccess {
	display: flex;
	flex-direction: column; /* Arrange items vertically */
	justify-content: space-between; /* Distribute items between top, center, and bottom */
	align-items: center; /* Center items horizontally */
}

.cameraAccessCenter {

}

.cameraAccessTop {
	margin-top:75px;
}

.cameraAccessTop img {
		width:200px;
}	

.cameraAccessBottom {
	margin-bottom:50px;
}

/****PAGE CAMERA DENIED */
.pageCameraDenied {
	display: flex;
	flex-direction: column; /* Arrange items vertically */
	justify-content: space-between; /* Distribute items between top, center, and bottom */
	align-items: center; /* Center items horizontally */
}

.cameraDeniedCenter {

}

.cameraDeniedTop {
	margin-top:75px;
}

.cameraDeniedTop img {
	width:200px;
}

.cameraDeniedBottom {
	margin-bottom:50px;
}

/****PAGE CAPTURE */
.pageCapture {
	background-color:black;
}

.pageCaptureOverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column; /* Arrange items vertically */
	justify-content: space-between; /* Distribute items between top, center, and bottom */
	align-items: center; /* Center items horizontally */
}

.cameraCaptureCenter img {
	width:20%;
	display:none;
}

.cameraCaptureTop {
	margin-top:75px;
}

.cameraCaptureTop img {
	width:200px;
}

.cameraCaptureBottom {
	margin-bottom:50px;
	color:white;
	line-height:30px;
}

.cameraCaptureBottom img {
	width:60px;
}

.capturePreviewContainer {
	width: 100%;
    overflow: hidden;
    display: block;
	height: 100%;
	margin:0 auto;
	position:relative;
	/*margin-bottom:30px;*/
}

.capturePreview {
	object-fit:cover;
	margin-top:0px;
	width:100%;
	height:100%;
	background-color:black;
}

/****PAGE ERROR */
.pageError {
	display: flex;
	flex-direction: column; /* Arrange items vertically */
	justify-content: space-between; /* Distribute items between top, center, and bottom */
	align-items: center; /* Center items horizontally */
}

.errorCenter {

}

.errorTop {
	margin-top:75px;
}

.errorTop img {
	width:200px;
}

.errorBottom {
	margin-bottom:50px;
}

/****PAGE VIDEO */
.pageVideo {
	display: flex;
	flex-direction: column; /* Arrange items vertically */
	justify-content: space-between; /* Distribute items between top, center, and bottom */
	align-items: center; /* Center items horizontally */
}

.videoCenter {

}

.videoTop {
	margin-top:20px;
}

.videoBottom {
	margin-bottom:20px;
}

.vidoeCenter video {
	width:85%;
	max-width:500px;
}

.videoWrapper {
    position: relative;
    display: inline-block;
	width:80%;
}

.videoPlayer {
    width: 100%; /* Adjust as needed */
    height: auto;
}

.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    cursor: pointer;
    z-index: 10; /* Ensure it is above the video */
    pointer-events: auto; /* Ensure it is clickable */
	opacity:0;
}

/****PAGE SHARE */
.pageShare {
	display: flex;
	flex-direction: column; /* Arrange items vertically */
	justify-content: space-between; /* Distribute items between top, center, and bottom */
	align-items: center; /* Center items horizontally */
}

.shareCenter {

}

.shareTop {
	margin-top:75px;
}

.shareTop img {
	width:200px;
}

.shareBottom {
	margin-bottom:50px;
}


@media screen and (max-width: 1100px) {
	.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}
}
