:root {
  --color_bg: #3d3d3b;
  --color_text: #f7f6ed;
  --color_hi: #65a7de;
}


.courier-prime-regular {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
}

.courier-prime-bold {
	font-family: "Courier Prime", monospace;
	font-weight: 700;
	font-style: normal;
}

.courier-prime-regular-italic {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: italic;
}

.courier-prime-bold-italic {
	font-family: "Courier Prime", monospace;
	font-weight: 700;
	font-style: italic;
}

.anton-regular {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
}


html, body {
	height: 100%;
}
body {
	font-size: 16px;
	background-color: var(--color_bg);
	color: var(--color_text);
	font-family: "Courier Prime", Helvetica, Arial, sans-serif; 
	letter-spacing: -0.02em;
	line-height: 1.5em;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
}
a {
	color: var(--color_text);
	text-decoration: underline;
}
a:hover {
	color: var(--color_hi);
}

.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 30px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 30px;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}
.img_square {
	width: 100%;
	padding-bottom: 120%;
	background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.0;
	font-family: "Anton", sans-serif;
}

@media (max-width: 767px) {
	h1 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 14px;
	}

}
@media (min-width: 768px) {
	h1 {
		font-size: 80px;
		margin-bottom: 50px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 14px;
	}
}




.header_holder {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
	background-color: var(--color_bg);
}  
.header_logo {
	height: 100px;
	padding: 20px;
}
.header_holder_pushdown {
	height: 140px;
}






@media (max-width: 767px) {

	body {
		font-size: 16px;
	}
	
}
@media (min-width: 768px) {
	body {
		font-size: 22	px;
	}
	
}


.home_qr_code {
	height:250px;
	margin-bottom: 100px;
	display: inline-block;
}
.home_download_button {
	background-color: orange;
	color: var(--color_bg);
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	padding: 20px 30px 15px;
	border-radius: 3px;
	margin-bottom: 100px;
	display: inline-block;
}

.ar_button {
	display: none;
	margin-top: 30px;
}
.ar_button_icon {
	height: 60px;
}



.slide_name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
}
.slide_holder {
	overflow: hidden;
}
.slide_holder:hover .slide_name {
	color: #fff;
}
.slide_image {
	transition: all 0.3s;
}
.slide_holder:hover .slide_image {
	scale: 1.1;
}






#progress-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#progress {
	font-size: 3em;
	color: white;
}






@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}