*{
	padding:0;
	margin:0;
	*font-family: 'Josefin Sans', sans-serif;
	font-family: 'Maitree', serif;
	*font-family: 'Prompt', sans-serif;
}
.empty-div{ height:100px; }
h1{
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 100%;
}
h2.h2{
	font-family: 'Prompt';
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;

	background: linear-gradient(90.58deg, #6E6E70 0%, #181C22 82.3%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
h3{
	font-family: 'Prompt';
	font-style: italic;
	font-weight: 900;
	font-size: 22px;
	line-height: 33px;
}
hr{
	border: 1px solid #C6C5C4;
	z-index:-10;
}
p{
	font-family: 'Maitree';
	font-style: normal;
	font-weight: 400;
	font-size: 14pt;
	line-height: 100%;
	/* or 12px */
	margin:0px;
	display: flex;
	align-items: center;
	color:181C22;
}
header{
	position:fixed;
	background: #181C22;
	width:100%;
	height:44px;
	z-index:100;

}
header a{
	text-decoration:none;
	padding:10px 15px;
	display:inline-block;
	color:#E6E5E3;
	font-family: 'Maitree', serif;
	font-weight:400;
	font-size:12pt;
}
header a i{
	color:#C1AE94;
}
header .icon{ display:none; }
nav{
	position: fixed;
	width: 100%;
	background: linear-gradient(90.08deg, #E6E5E3 0.41%, #C6C5C4 100%);
	top:44px;
	display:flex;
	z-index:100;
}
nav a{
	text-decoration:none;
	padding:10px 15px;
	font-family: 'Prompt';
	font-style: normal;
	font-weight: 800;
	font-size: 14pt;
	line-height: 21px;
	align-items: center;
	color: #181C22;
	border:3px solid transparent;
}
nav .prvi a{
	display:flex;
	justify-content:flex-end;
	align-items:flex-center;
}
nav .drugi a{
	margin:10px 15px;
}
nav .prvi a:hover, nav .prvi a.active{ border-bottom:3px solid #B9302D; }
main{
	background:url("slike/background.jpg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	min-height:800px;
}
.display-1{
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 80px;
	line-height: 80px;
	display: flex;
	align-items: center;
	color: #C1AE94;
}
h2.display-2{
	font-family: 'Prompt'!important;
	font-style: normal!important;
	font-weight: 900!important;
	font-size: 40px!important;
	line-height: 60px!important;
	display: flex!important;
	align-items: center!important;
	color: rgba(230, 229, 227, 0.4)!important;
	margin-top:-20px!important;
}
.icon-circle{
	width:60px;
	height:60px;
	background:rgba(193, 174, 148, 0.8);
	font-size:30px;
	border-radius:50%;
	color:#FFFFFF;

}
.icon-circle:hover{
	background:rgba(193, 174, 148, 1);
}
.portret-slika{
	margin-top:-24px;
}

.modal-content{
	background:transparent;
	padding:0;
	border:none;
}
.modal-body{
	padding:0;
}
.galerija img{
	filter: grayscale(100%);
	transition:1s;
}
.galerija img:hover{
	filter: unset;
	cursor:pointer;
}

section{
	padding-top:120px;
}
@media (max-width: 992px) {
	.empty-div{ height:44px; }
	header span{
		display:none;
	}
	nav .container{ 
		flex-direction:column;
	}
	nav .prvi{
		flex-direction:column;
	}
	nav .prvi a{
		justify-content:flex-start!important;
	}
	nav{
		display:none;
		background:#E6E5E3;
	}
	header a.icon{ display:flex; font-size:17pt;border:1px solid transparent; }
	header a.icon:hover{
		cursor:pointer;
		border:1px solid #C1AE94;
	}
	.portret-slika{
		margin-top:10px;
	}
		
	
}


