@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 400;
	src:	local('Hind-Regular'), 
			url(/font/Hind.woff2) format('woff2'), 
			url(/font/Hind.woff) format('woff');
}
body{
    text-align: center;
    background-color: #4D4D4D;
	color: white;
	text-align: left;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	line-height: 1;
	margin: 0;
	height: 100vh;
	overflow: hidden;
	-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	opacity:0;
	transition: opacity 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
h1 {
	font-size: 2em;
	font-weight: 400;
}
h2 {
	font-size: 1.5em;
	color: #FBB03B;  
	font-weight: 400;
}
h3 {
	font-size: 1.5em;
	font-weight: 400;
}
a {
	color: #FBB03B; 
	text-decoration: none;
}
p {
	line-height: 1.5;
	/* text-indent: 1em; */
}
#fill, #aboutContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1810;
}
#startScreen {
	background: #4D4D4D;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1300;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
}
.startContainer {
	width: 25vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.startImage {
	width: 40%;
	filter: brightness(255);
}
.enterLT {
	border-bottom: 2px solid white;
}
.enterEN, .enterLT {
	text-align: center;
	padding: 1.5em;
	cursor: pointer;
}
.startContainer h2 {
	margin: 0.3em;
	font-size: 2.5em;
	margin-top: 0.5em;
}
.startContainer h2.startTitle {
	font-size: 3.5em;
	word-spacing: 100vw;
	font-weight: 600;
}
#aboutContainer {
	background: #4D4D4D;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1850;
}
.aboutText {
	width: 50vw;
	white-space: pre-line
}
.aboutText h3 {
	padding-top: 2em;
}
.aboutText.center {
	text-align: center;
}
.aboutText h1 {
	width: 100%;
	text-align: center;
	padding-bottom: 1em;
}
.aboutImg {
	height: 15vh;
	margin: 2vh;
}
#aboutContainer .arrowNext {
	position: absolute;
	font-size: 4em;
	color: #FBB03B;
	cursor: pointer;
}
.arrowNext.left {
	left: 1em;
}
.arrowNext.right {
	right: 1em;
}
.aboutLogo {
	height: 3em;
}
#aboutContainer a {
	padding-top: -.5em;
	padding-bottom: 1em;
}
#langContainer{
	position: absolute;
	right: 0;
	top: 0;
	margin: 2em;
	flex-direction: row;
	display: flex;
	z-index: 1900;
 }
.langSwitch {
	margin-right: 1em;
	cursor: pointer;
	font-size: 1.5em;
}
.sRingBut {
	cursor: pointer;
}
#menuContainer {
	position: relative;
	background: #4D4D4D;
	display: flex;
	z-index: 1855;
	transition: top .5s;
}
.menuText {
	font-size: 1.4em;
	border: 2px solid #FBB03B;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	filter: drop-shadow(0 0 1rem #2f2f2f);
	padding: 0.7em 1em 0.4em;
	margin: 0 1.5em;
	white-space: nowrap;
	cursor: pointer;
	background-color: #4D4D4D;
	height: 1.2em;
	width: 10em;
	text-align: center;
}
#qr {
	top: 1em;
	position: relative;
	transition: top .5s;
	filter: drop-shadow(0 0 1rem #2f2f2f);
	background-color: #4D4D4D;
}
#close {
	background-image: url("images/close.svg");
	width: 3em;
	height: 3em;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 3em;
	filter: drop-shadow(0 0 1rem #2f2f2f);
	cursor: pointer;
}
.active {
	color: #FBB03B;
}
.generator{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.panel{
	/* flex-grow: 1; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
	height: 80vh;
	width: 30vw;
}
#rPanel, #lPanel {
	transition: opacity .5s;
}
.sAmulet{	
	width: 25vw;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
}	
.left .sAmulet{
	flex-direction: row-reverse;
}
.sRing{
	width: 40%;
	position: relative;
	filter: drop-shadow(0 0 1rem #2f2f2f);
	z-index: 1800;
}
.sRing img{
	position: absolute;
	translate: 0 -50%;
	transition: transform 1s;
}
.text{
	width: 40%;
	padding: 0 5%;
	height: 5.2em;
}
.right .text p{
	text-align: right;
}
.name{
	font-size: 1.1em;
	word-spacing: 100vw;
	border-bottom: 1px solid white;
	margin: 0;
	line-height: 1.2;
	padding-bottom: .5em;
}
.title {
	word-spacing: 100vw;
	text-align: center;
}
.symbol	{
	width: 60%;
}
.textS {
	text-align: center;
	width: 60%;
}
.circleB {
	border: 1px solid white;
	width: 42vw;
	height: 42vw;
	border-radius: 50%;
	background-color: #4D4D4D;
	position: absolute;
	z-index: 900;
	translate: -50% -50%;
	opacity: 0.8;
}
.circleS {
	border: 1px solid white;
	width: 7em;
	height: 7em;
	border-radius: 50%;
	background-color: #4D4D4D;
	position: absolute;
	z-index: 999;
	transform-origin: 18vw 18vw;
	translate: -18vw -18vw;
	cursor: pointer;
	z-index: 1100;
}
.circleS:hover {
	color: #FBB03B; 
	border-color: #FBB03B; 
}
.circleSText{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 7em;
	width: 7em;
	font-size: 1em;
}
#diagram {
	opacity: 0;
	transition: opacity 1s;
}
.fring {
	opacity: 0;
	z-index: 999;
	transition: opacity 1s;
	filter: drop-shadow(0 0 1rem #2f2f2f);
}
.lmargin {
	margin-right: 30%;
}
.rmargin {
	margin-left: 30%;
}
.property{
	color: #FBB03B;    
	font-size: 1.1em;
	margin: 0;
	padding-top: .5em;
}
.line{
	border-bottom: 1px solid white;
}
#amulet{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 35vw;
}
.ring{
	position: absolute;
	width: 100%;
	transition: transform 1s;
}
.fonas{
	filter: drop-shadow(0 0 1rem #2f2f2f);
}
#datePickerContainer {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: column;
	height: 6.5em;
}
.dateContainer{
	overflow:hidden;
	width: 85%;
	margin: auto;
}
#date {
	position: relative;
	border: 2px solid #FBB03B;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	filter: drop-shadow(0 0 1rem #2f2f2f);
	background: #4D4D4D;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5em 1.5em 1em;
	transition: bottom .5s;
	z-index: 1815;
	bottom: 0;
}
#dateText {
	position: relative;
	color: #FBB03B;
	font-size: 1.2em;
	transition: opacity .5s;
	padding-bottom: 0.5em;
}
.dataIn{
	cursor: pointer;
	background: #4D4D4D;
	border: none!important;
	color: white;
	font-size: 2.5em;
	outline: none;
	padding: 0 0.5em;
	text-align: center;
}
#pickerRow div{
	/* transform: translate(-50%, 0); */
	cursor: pointer;
	background: #4D4D4D;
	text-align: center;
	font-size: 2em;
}
#picker {
	position: relative;
	padding: 1em 0 2.5em;
	border-top: 2px solid #FBB03B;
	filter: drop-shadow(0 0 1rem #2f2f2f);
	background: #4D4D4D;
	transition: bottom .5s;
	width: 100vw;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	z-index: 1820;
	bottom: 0;
}
#pickerRow {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
#pickerRowContainer {
	width: 90%;
}
.arrowDate {
	color: #FBB03B;
	width: 5%;
	z-index: 99;
	cursor: pointer;
	background: #4D4D4D;
	text-align: center;
	font-size: 2em;
}
arrowDate.left {
	left: 0;
}
arrowDate.right {
	right: 0;
}
#year{
	width: 2.1em;
}
#month, #day{
	width: 1.1em;
}
.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}