
.testcss{
	color:red;
}

.zgoraj_slike{
}

.logo_image{
	height:300px;	
}
.header_image{
	height:300px;
	object-fit: cover;
	max-width:100%;
	min-width:100%;
}
.header_image_wide{
	height:300px;
	object-fit: fill;
#max-width:100%;
#	min-width:100%;
	}

.meni_vrsta{
	padding-top:10px;
}

.meni_gumb{
	
	min-width:10%;
	display:inline-block;
	text-align:center;
}
.meni_gumb:hover{
	color:red;
	border-bottom:1px solid gray;
}
.meni_gumb_izbran{
	display:inline-block;
	min-width:10%;
	text-align:center;
	color:red;
	border-bottom:1px solid gray;
}

.datum{
	color:gray;
}

.naslov_novica{

	margin-top:7px;
}

.novica_slika{
	height:200px;
	max-width:200px;
	object-fit: cover;
}
.mala_slika{
	height:100px;
	max-width:100px;
	object-fit: cover;
}

.zgodovina_slika{
	float:right;
	height:300px;
	max-width:500px;
	object-fit: cover;
}
.galerija_slika{
	height:600px;
	max-width:500px;
	object-fit: cover;
}

.seznam_clen{
	margin-bottom:3px;
}

.bb{
	font-weight:bold;
}

.desno{
	text-align:right;
}

#okvir_red{
	border:2px solid red;
	border-radius:5px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
.gor_dol{
	margin-top:15px;
	margin-bottom:15px;
}

#okvir_blue{
	border:1px solid blue;
	border-radius:5px;
	text-align:center;
}

#okvir_desno{
	border-left: 5px solid gray;
	margin-top:15px;
	padding-left:8px;
	
}
h1 {
  text-transform: uppercase;
  font-size: 4em;
}
img {
	height: 300px;
}
.cardholder {
  margin-top: 150px;
          perspective: 600px;
}
.card {
  width: 300px;
  height: 300px;
  background-color: transparent;
          transform: rotateY(50deg);
  box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
	transition: all 1s ease;
  color: transparent;
}
.card:hover {
  width: 300px;
  height: 300px;
  background-color: transparent;
          transform: rotateY(0deg);
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.25);
  color: black;
}
.card:hover p {
  background-color: white;
}
p.desc {
  z-index:999;
  position: absolute;
  top: 10px;
  padding: 10px;
}
p.desc:hover {
}
