@font-face {
  font-family: "UniversalSans 100 0 30 70";
  src: url(UniversalSans-wght100trml0skew70rnds30.ttf);
}

*{
	box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

a-scene{
	/*pointer-events: none;*/
	position: fixed;




  top: 0;
}

a-scene canvas{
	/*pointer-events: none;*/
}

body{
	font-family: "UniversalSans 100 0 30 70", san-serif;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -.04em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-feature-settings: "ss05", "ss15", "ss16", "ss19";
	-webkit-font-feature-settings: "ss05", "ss15", "ss16", "ss19";
	font-feature-settings: "ss05", "ss15", "ss16", "ss19";
	color: white;
}

a{
	color: #A47851;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.a-html{
  position: static !important;
}

.a-body, html{
	overflow: hidden;
	height: 100%;
	width: auto;
}

p{
	margin: 0 0 20px 0;
}

.debug{
	position: absolute;
	color: #005FFF;
	z-index: 100;
	padding: 10px;
	font-family: helvetica;
	font-size: 20px;
	display: none;
}

.a-enter-vr{
	display: none;
}

.text{
	
}

.align--center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.text--center{
	text-align: center;
}

.z-index1{
	z-index: 10;
}

.brown span{
	color: #A98667;
}

.brown--outline{
	border: 1px solid #A47851;
}

.brown--outline .text{
	color: #A47851;
}

.blue span{
	color: #005FFF;
}

.black span{
	color: black;
}

.green span{
	color: #127839;
}

.gray span{
	color: #B6B6B6;
}

.white{
	color: white;
}

.button{
	width: 12vw;
	padding: 0 10px;
	height: 12vw;
	border-radius: 8px;
	float: left;
	margin-right: 5px;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
	background: #f5f5f5;
}

.plus{
	position: relative;
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

/* .plus .align--center{
	width: 45%;
	height: 31%;
} */

.plus .line--top{
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #127839;
}

.plus .line--middle{
	position: absolute;
	top: 47%;
	width: 100%;
	height: 1px;
	background: #127839;
}

.plus .line--bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #127839;
}


.archive{
	position: fixed;
	top: 10px;
	right: 10px;
	min-width: 20px;
	padding: 0px 10px 0px 45px;
	text-align: right;
	margin-right: 0;
}

.archive .icon{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	width: 25px;
	height: 25px;
}

.archive .square--1{
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid white;
	border-radius: 3px;
}

.archive .square--2{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border: 1px solid white;
	border-radius: 3px;
}


.guide{
  position: absolute;
  opacity: 0;
  pointer-events: none !important;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -30%);
  transition: opacity 0.7s;
  text-align: center;
}

.menu{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px;
    z-index: 1;
    pointer-events: auto;
}

.tag{
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 40px;
}

.blinker{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background:#127839;
  animation: pulse .7s infinite alternate;
  display: none;
}

@keyframes pulse {
  0%   {opacity: 0}
  100%  {opacity: 100%}
}

.tag span{
    position: relative;
    top: 20px;
    display: block;
    transform: translate(0, -50%);
    padding: 0 10px;
    text-transform: capitalize;
}

.restart{
	transform: translate(80px, 0px);
	position: absolute;
	bottom: 80px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	transition: transform .7s;
}

.button .text{
	position: relative;
	top: 20px;
	display: block;
	transform: translate(0, -50%);
}

.info{
  font-size: 27px;
	position: relative;
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.warning{
  color: #127839;
  width: 250px !important;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.warning.enabled{
	opacity: 1;
	pointer-events: auto;
}


.plus--clicked{
	transform: translate(0, 0);
}

.title{
	font-size: 12vw;
	opacity: 0;
	pointer-events: none;
	color: #127839;
	transition: opacity 0.7s;
}

.input--wrapper{
	position: fixed;
	display: flex;
	opacity: 0;
	transition: opacity 0.7s;
	pointer-events: none;
}
.enter--input{
    width: 240px !important;
    position: relative;
    margin-right: 10px;
}
.enter{
    width: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    padding: 0 10px;
}
.enter--button{
	position: relative;
	margin: 0 !important;
}

.enabled{
	opacity: 1 !important;
	pointer-events: auto;
}

.guide.enabled{
  display: block;
}

.restart.enabled{
  	transform: translate(0px, 0px);
}

.blinker.enabled{
  display: block;
}

.blinker.hovered{
  display: none;
}


input{
	font-family: "UniversalSans 100 0 30 70", san-serif;
}

input[type='text'],
textarea {
  font-size: inherit;
	letter-spacing: -.04em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #127839;
	-webkit-appearance: none;
	outline: none;
  text-transform: capitalize;
}

input::placeholder {
	font-size: inherit;
	letter-spacing: -.04em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #127839;
  text-transform: none;
}

.logo{
    top: 0;
    left: 0;
    z-index: 1;
}

.logo .next,
.logo .image,
.logo .dot,
.logo .xyz{
	margin-right: 5px;
	float: left;
}

.logo .dot{
	min-width: 25px;
}

.overlay{
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
}


.wrapper{
	/*height: 100%;
	width: 100%;
	position: fixed;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	pointer-events: none;*/
}

.info--page{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	transform: translate(-50%, 50vh);
	background: #f5f5f5;
	padding: 15px;
	color: #005FFF;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
	border-radius: 8px;
	transition: transform 0.5s;
	z-index: 100;
}
.info--page.enabled{
	transform: translate(-50%, -50%);
}
.info--page p:last-child{
	margin: 0;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
    z-index: 1;
}


.archive--list{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 0;
}

.archive--list li{
	height: 40px;
	margin-bottom: 10px;
	display: flex;
}

.archive--list li:first-child{
	margin-top: 50px;
}

.archive--num, .archive--entry{
	height: 100%;
    border-radius: 8px;
    border: 1px solid white;
    position: relative;
}

.archive--num{
	width: 40px;
}

.archive--entry{
    width: calc(100% - 45px);
    margin-left: 5px;
}

.archive--entry span{
	width: 100%;
	padding: 0 10px;
}

.archive--entry img{
    height: 50%;
    max-width: 50%;
}


.highlight--page img{
    max-width: 80%;
    max-height: 80%;
}


.demo .title{
	width: 500px;
	z-index: 1;
	opacity: 1;
}

.demo .warning{
	display: none;
}


.demo .menu{
	position: fixed;
	bottom: 50%;
	left: calc(50% + 250px);
	transform: translateY(50%);
	padding: 10px;
	z-index: 1;
	pointer-events: auto;
}

.button{
	width: 60px;
	height: 60px;
	padding: 0 10px;
	border-radius: 8px;
	float: left;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
	background: #f5f5f5;
	transition: box-shadow 0.3s, transform 0.7s;
	cursor: pointer;
}

.button:hover{
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.4);
}

.demo .restart,
.demo .tag{
	display: none;
}


.disable{
	display: none;
}

@media only screen and (max-width: 800px) {


	.demo .title {
        width: 80vw;
	}

  .demo .menu{
  	position: fixed;
  	bottom: 0;
  	left: auto;
  	right: 0;
  	padding: 10px;
    z-index: 1;
    transform: translateY(0);
  }

  .demo .button:hover{
  	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  }

  .info--page{
  	width: calc(100% - 20px);
  	margin: 10px;
    left: 0;
    top: 0;
    transform: translate(0, 100vh);
  }
  .info--page.enabled{
  	transform: translate(0, 0);
  }

	.enter--input {
		width: calc(80vw - 50px) !important;
	}

	.guide{
		width: 80vw;
	}


}

@media only screen and (max-width: 500px) {

	body{
		font-size: 18px;
	}

  .demo .button{
  	width: 12vw;
  	height: 12vw;
  }

  .demo .menu{
  	position: fixed;
  	bottom: 0;
  	right: 0;
  	padding: 10px;
    z-index: 1;
    transform: translateY(0);
  }

  .demo .button:hover{
  	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  }

  .button{
  	width: 15vw;
  	height: 15vw;
  }

  .restart{
  	bottom: calc(15vw + 20px);
    transform: translate(calc(15vw + 20px), 0px);
  }



}

@media only screen and (max-width: 340px) {

	body{
		font-size: 16px;
	}

}
