html {
	scroll-behavior: smooth;
}

body {
	font: normal 16px 'Roboto', sans-serif; 
	margin: 10px;
	padding: 0px;
}

header {
	background-color: #fff;
	padding: 0px;
}

footer {
	text-align: center;
	width: 100%;
	font-size: 11px;
}

#logo {
	max-width: 50%;
	max-height: 50%;
	object-fit: contain;
}

.hero {
	background: url('/images/hero.webp') no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.hero h1 {
	font-size: 60px;
	color: #D21312;
	-webkit-text-stroke: 2px #e0e0e0;
}

.hero h2 {
	font-size: 36px;
	color: #999;
	-webkit-text-stroke: 2px #e0e0e0;
	margin-bottom: 50px;
}

.about {
	padding: 50px;
	background-color: #eee;
}

.services {
	padding: 50px;
	background-color: #f7f7f7;
}

.contact {
	padding: 50px;
	background-color: #eee;
}

.feedback_form, .login_form { 
	max-width: 420px; 
	margin: 50px auto;
}

.input {
	color: black;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	line-height: 22px;
	background-color: transparent;
	transition: all 0.3s;
	padding: 13px;
	margin-bottom: 15px;
	width:100%;
	box-sizing: border-box;
	outline:0;
	border:2px solid var(--primary-color);
}

textarea {
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

[type="submit"] {
	width: 100%;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: bold;
	background: var(--primary-color);
}

[type="submit"]:hover { 
	background: var(--secondary-color);
}

.input:focus {
	border: 2px solid var(--secondary-color);
}

#gdpr-cookie-msg{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: 2px solid #000;
	text-align: center;
	font: normal 14px 'Roboto', sans-serif; 
	color: #000;
	background-color: #fff;
	padding: 10px 0px 10px 0px;
	z-index: 9999;
}

#gdpr-cookie-msg a{
	text-decoration: underline;
}

#gdpr-cookie-msg a.accept, 
#gdpr-cookie-msg a.accept:link,
#gdpr-cookie-msg a.accept:hover {
	color: #000;
	border: 2px solid #000;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
}

.gdpr-buttons-div {
	padding-top:10px;
}

.q_copy {
	line-height: 150%;
	position: relative;
	display: inline-block;

}

.encouragement {
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	top: 220px;
	font-size: 170%;
}

@media (min-width: 768px){
	.encouragement{
		top: 300px;
		font-size: 300%;
		line-height: 120%;
	}
}

#ans-div {
	position: relative;
	text-align: center;
}

.ans-form {
	width: 95%;
	margin: auto;
	padding-top: 10px;
}

.ans-btn {
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font: normal 14px 'Roboto', sans-serif;
	font-weight: 500;
	height: 40px;
	width: 43%;
	line-height: 20px;
	list-style: none;
	margin: 10px;
	outline: none;
	padding: 10px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: color 100ms;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	background-color: var(--primary-color);
}

.ans-btn:hover,
.ans-btn:focus {
	background-color: var(--secondary-color);
}

.input-ans {
	width:90%;
}

.simple-link{
	text-decoration: none;
	color: #FFFFFF;
}

.full-width-btn{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:90%;
}

.imgs {
	max-inline-size: 100%;
	block-size: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

#menu-open{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 35px;
	cursor: pointer;
}

#menu-close{
	position: absolute;
	right: 20px;
	top: 12px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#matcha-modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9992;
	background-color: rgba(0,0,0,.9);
}

#menu-bar{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}

#menu-elements{
	position: absolute;	
	top: 70px;
	left: 5px;
	font: normal 18px/35px 'Roboto', sans-serif;
}

#pano {
	height: 500px;
	width: 90%;
}

#map {
	height: 300px;
	width: 50%;
}

#timer_wrap {
	float: right;
}

#timer {
	float: right;
	font-weight: bold;
}

.geo-imgs {
	min-width: 300px;
	max-width: 30%;
	float: left;
	padding: 10px;
}

.center {
	text-align: center;
}

.center-img {
	display: block;
	margin: auto;
	border-radius: 5px;
}

.games-imgs-wrapper {
	width: 100%;
	text-align: center;
}

.games-imgs {
	display: inline-block;
	padding: 8px;
}

.games-imgs img {
	width: 300px;
	height: 300px;
	max-width: 100%;
	border-radius: 5px;
}

.games-imgs img:hover {
	filter: brightness(120%);
}

.games-imgs-page {
	float: left;
	padding: 8px;
}


/* loader */
.loader {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
}

#loading {
	position: relative;
	width: 150px;
	text-align: left;
	top: 10%;
	left: 48%;
}

.loader-wheel {
	animation: spin 1s infinite linear;
	border: 2px solid rgba(30, 30, 30, 0.5);
	border-left: 4px solid #fff;
	border-radius: 50%;
	height: 50px;
	margin-bottom: 10px;
	width: 50px;
}

.loader-text {
	color: #fff;
	font-family: arial, sans-serif;
}

.loader-text:after {
	content: 'Loading';
	animation: load 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		content: 'Loading';
	}
	33% {
		content: 'Loading.';
	}
	67% {
		content: 'Loading..';
	}
	100% {
		content: 'Loading...';
	}
}

.loader{
	display: none;
}

#social-share-div {
	margin: 0 auto;
	width: 370px;
}

.social-share-text {
	font-weight: bold;
	margin-top: 12px;
	vertical-align: middle;
	float: left;
}

.social-share-img {
	cursor: pointer;
}


.progress-bar {
  width: 100%;
  height: 15px;
  background-color: var(--unfilled-color);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.progress-bar .filled {
  height: 100%;
  background-color: var(--primary-color);
  width: var(--progress-bar);
  position: absolute;
  border-radius: 5px 0 0 5px;
}


.questions-bg {
	background-color: var(--text-bg-color);
	padding: 10px;
	border-radius: 10px;
}


@media all and (max-width:550px) {
    .mobile-break {display: block; clear: both;}
}