*{
	font-family: 'IBM Plex Serif', serif;
	*font-family: 'Rajdhani', sans-serif;
	font-weight:400;
}
.nav-link{
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
	color:#4D658F;
	font-size:14pt;
}
.ff-1, .fontAwesome{
	font-family: 'IBM Plex Serif', serif;
}
.ff-2{
	font-family: 'Rajdhani', sans-serif;
}
.fontAwesome{
	font-family: 'Arial';
}

main > .container {
  padding: 60px 15px 0;
}
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../fiksne_slike/index_bg2.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	position: relative;
	padding:200px 40px 140px 40px;
}

.hero-text {
  text-align: center;
  position: relative;
  color: #4D658F;
}




a{
	text-decoration:none;
}
img{
	width:100%;
}
.h-50px{ height:50px; }
.h-20px{ height:20px; }
.h-30px{ height:30px; }
.h-100px{ height:100px; }
.bd-placeholder-img{
	height:320px;
}
.skraceni_opis{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #6E90CA; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.object-fit-cover{
	object-fit:cover;
}
section, .rastegni{
	min-height:100vh;
}

.ckeditor_clanak img{
	max-width:100%;
	object-fit:contain;
	height:auto!important;
}
.prijava-pozadina{
	background-image: url("../fiksne_slike/prijava.jpg");
	background-size: cover;
	background-position:top center;
	background-repeat:no-repeat;
}

.kontakt-pozadina{
	background-image: url("../fiksne_slike/contact2.gif");
	background-size: contain;
	background-position:bottom center ;
	background-repeat:no-repeat;
	
}


#myBar {
  width: 1%;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

td, th{
	padding:4px;
}
.modal-termin{
	display:none;
	position:absolute;
	z-index:2;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display:flex;
  justify-content:space-between;
  margin-bottom:2px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  *content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.hero-image2 {
	background-image: url("../fiksne_slike/najam_prostora_uciona.png");
	background-size: cover;
	*background-size:100%;
	background-position:center;
	padding:200px 40px 140px 40px;
	min-height:600px;
}
.personalizirana_lista li{
	margin:10px 0;
	line-height:120%;
}
p{
	line-height:120%;
}
.badge{
	position:fixed;
	top:80px;
	right:15px;
}


@media screen and (max-width: 1000px) {
	.hero-image {
		padding:110px 40px 50px 40px;
		background-size: 100%;
	}
	.bd-placeholder-img{
		height:460px;
	}

}

