h2 {
	color: yellow; font-size:20px
} 

p {margin: 0; padding: 0; } 

.mirror {
  -moz-transform:    scaleX(-1); /* Gecko */
  -o-transform:      scaleX(-1); /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform:         scaleX(-1); /* Standard */

  filter: FlipH;                 /* IE 6/7/8 */
}	

body { 
	overflow: auto;
	font-family: 'Vollkorn';
	font-size: 32px;
	background: black;
	color: white;
}

/* 
Glej:	https://github.com/antijingoist/opendyslexic
		https://opendyslexic.org/
*/

@font-face {
  font-family: 'opendyslexic';
	src: url('font/opendyslexic/OpenDyslexic-Regular.otf');
	font-style: normal;
	font-weight: normal;
} 

@font-face {
	font-family: 'opendyslexic';
	src: url('font/opendyslexic/OpenDyslexic-Italic.ttf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'opendyslexic';
	src: url('font/opendyslexic/OpenDyslexic-Bold.ttf');
	font-weight: bold;
	font-style: normal;
} 

@font-face {
	font-family: 'opendyslexic';
	src: url('font/opendyslexic/OpenDyslexic-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
} 

@font-face {
	font-family: eulexia;
	src: url('font/opendyslexic/eulexia.ttf');
} 

.stretch0 {
}

.stretch1 {
    display: inline-block;
    -webkit-transform: scale(1,.9);
    -moz-transform: scale(1,.9);
    -ms-transform: scale(1,.9);
    -o-transform: scale(1,.9);
    transform: scale(1,.9);
}

.stretch2 {
    display: inline-block;
    -webkit-transform: scale(1,.8);
    -moz-transform: scale(1,.8);
    -ms-transform: scale(1,.8);
    -o-transform: scale(1,.8);
    transform: scale(1,.8);
}
.stretch3 {
    display: inline-block;
    -webkit-transform: scale(1,.7);
    -moz-transform: scale(1,.7);
    -ms-transform: scale(1,.7);
    -o-transform: scale(1,.7);
    transform: scale(1,.7);
}
.stretch4 {
    display: inline-block;
    -webkit-transform: scale(1,.6);
    -moz-transform: scale(1,.6);
    -ms-transform: scale(1,.6);
    -o-transform: scale(1,.6);
    transform: scale(1,.6);
}


#koda {
	position: fixed;  left: 0px; top: 0px; color: yellow; font-size: 42px;
}

#help0 {
	font-size: 1.2rem;
	position: fixed;
	margin-left: 30vw;
	left: 5vw;
	width: 60vw;
	top: 5vh;
	display: none;
}

#okvir {
	font-weight: 500;
	cursor: none; 
	background: black;
	margin-top: 0; 
	margin-bottom: 0; 
	/* height: 100vh; */
}

#okvir2 {
	margin-left: 0.8rem; 
	margin-right: 0.8rem; 
}

#cifra2 {
	width: 60%;
	top: 10vh;
	left: 10vw;
	text-align: center;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.rdec-rob {
	border: 3px dotted #ff0000;
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.pesem {
	text-transform: uppercase;
}
.prosnje-odpev { text-align: right; color: orange; font-style: italic; }
#cifra {
	width: 45vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate (-50%, -50%);
}

#red-line {
	background: yellow;
	position: absolute;
	height: 5px;
	opacity: 0.70;
	top: -5px;
	width: 50px;
	left: 0;
}
#green-line {
	background: green;
	position: absolute;
	height: 5px;
	opacity: 0.75;
	top: -5px;
	width: 12vw;
	left: 0;
}
#navbar {
	display: none;
}

#status {
	text-align: center;
}

#nastavitve {
	position: fixed;
	top: 0; left: 0;
	display: none;
	background: gainsboro; 
	border: solid 1px;
	border-radius: 15px;
	padding: 10px;
	color: black; 
	font-size: 14px;
}

	
.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
	color: transparent;
  }
  50% {
	color: black;
  }
}

@-moz-keyframes blink {
  from, to {
	color: transparent;
  }
  50% {
	color: black;
  }
}

@-webkit-keyframes "blink" {
  from, to {
	color: transparent;
  }
  50% {
	color: black;
  }
}

@-ms-keyframes "blink" {
  from, to {
	color: transparent;
  }
  50% {
	color: black;
  }
}

@-o-keyframes "blink" {
  from, to {
	color: transparent;
  }
  50% {
	color: black;
  }

}	
