@charset "utf-8";
video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
#naslov {
	font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
	font-weight: 100;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 1.8rem;
	width: 33%;
	margin: 2rem;
	float: left;
	font-size: 1.1rem;
}
.spisak {
  display: block;
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 1.8rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.1rem;
}
.spisaks {
  display: none;
 }
.spisak a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0);
  padding: .1rem;
  transition: .6s background; 
}
.spisak a:hover{
  background:rgba(0,0,0,1);
}
h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .2rem;
}
#naslov button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.4rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#naslov button:hover { 
   background: rgba(0,0,0,0.5);
}
a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
a:hover{
  background:rgba(0,0,0,0.9);
}
#play{
width:64px;
height:64px;
background : url("stop64.png") center center no-repeat;
	border: none;
	transition: .5s background;
	position: absolute;
	left: 2rem;
	top: 85%;
}
