@CHARSET "UTF-8";

body {
	margin: 0;
  overflow: hidden;
  cursor: none;
}

#counter_container {
  display: none;
	position: fixed;
	font-size: 0.6rem;
	bottom: 1.5rem;
	right: 7.5rem;
	color: black;
}

#counter_container > span#counter_text {
	font-family: digitalne_cifre;
	position: relative;
	/*left: -0.5rem;*/
}

#counter_container > span.text {
	font-family: digitalne_cifre;
}

#counter_dollar {
	font-family: digitalne_cifre;
}

@font-face {
    font-family: digitalne_cifre;
    src: url(digital-7.ttf);
}

#news_title {
	position: fixed;
	font-family: arial;
	left: 11rem;
	bottom: 2rem;
	width: 36%;
	font-size: 1.2rem;
	height: 2rem;
}

#img_container {
	position: fixed;
	height: 3rem;
	left: 0;
	width: 10rem;
	bottom: 1rem;
}

#news_image {
	float: right;
	max-height: 3rem;
  z-index: 100;
}

#photo {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16rem;
    opacity: .7;
    transform: scaleX(-1);
}

#video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 16rem;
    opacity: .7;
    transform: scaleX(-1);
}

#test {
    display: none;
    position: fixed;
    top: 5rem;
    left: 5rem;
    width: 20rem;
    background-color: yellow;
    z-index: 15;
    border: 2px solid blue;
}

#cursor {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -.75rem;
  margin-left: -.75rem;
  border-radius: 2rem;
  background-color: #1edc10;
  opacity: .2;
}

.back {
    position: absolute;
    top: 1rem;
    left: 1rem;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}
