html {
	font-size: 18px
}
*:focus {
	outline: none;
}
a.linki {
	color: #B22222;
}
h3, .h3 {
	font-family: 'RobotoSlab', sans-serif;
	font-size: 24px;
}
@media (min-width: 768px) {
	h3, .h3 {
		font-size: 28px;
	}
}
h3::after {
  content: "";
  display: block;
  width: 100px;
  padding-top: 13px;
	margin-bottom: 16px;
  border-bottom: 4px solid #B22222;
}
.top a i, footer a i {
	color: lightgray;
}
.top a i:hover, footer a i:hover {
	color: white;
}
.jedan {background: 
	url("../img/separators/polukrugD.svg") center bottom repeat-x,
	url("../img/bg-5.jpg") left bottom repeat-x;
	background-size: auto, cover ;
	
/*
   background: rgb(224,222,222);
background: linear-gradient(-3deg, rgba(224,222,222,1) 37%, rgba(255,255,255,1) 37%);

	background-color: #e9ecef;*/
	}
.jedan .btn {
	background-color: #B22222;
	border-color: #B22222;
	margin-top: 6px
}
.jedan .btn:hover {
	background-color: #961d1d;
	border-color: #961d1d;
}

.ccrta {
	border: solid 2px #B22222;
	opacity: 1;
	max-width: 100px;
	margin: 18px auto 
}
.oblak {
	background: url("../img/separators/oblak.png") center center no-repeat;
	background-size: contain;
}
.tri {
	background: 
		url("../img/separators/polukrugG.svg") center top repeat-x,
		url("../img/bg-5a.jpg") center bottom repeat-x;
	background-size: auto, cover;
	min-height: 800px
}
.cetiri {
	background: url("../img/separators/polukrugD.svg") center bottom repeat-x;
	background-size: 30px 15px;
	background-color: gainsboro
}
.pagetitle {
	background-color: #f2f3f5
}

@media (min-width: 992px) {
	.reference {
		column-count: 2; 
		column-gap: 30px;
	}
}
	
/* --------------
KONTAKT
-----------------*/
.kontakt {
	background: url("../img/bg-22.jpg") right center;
	background-size: cover;
	background-attachment: fixed;
}
.kontakt .row  {
		min-height: 300px
	}
@media (min-width: 992px) {
	.kontakt .row  {
		min-height: 600px
	}
}
.kontakt i {
	vertical-align: middle
}
.kontakt li {
	padding-top: 4px
}
.kontakt li, .kontakt li a {
	color: #212529
}
 .kontakt img {
	box-shadow: 10px 9px 14px 0px rgba(0,0,0,0.45);
-webkit-box-shadow: 10px 9px 14px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 10px 9px 14px 0px rgba(0,0,0,0.45);
}


/* --------------
GALERIJA
-----------------*/
.kategorije button {
	border-radius: 0;
	padding-left: 32px;
	padding-right: 32px;
}
.kategorije ul {
	border-radius: 0;
}
.kategorije .dropdown-item {
	padding: 12px 32px;
}
.kategorije li:not(:first-child) {
	border-top: solid 1px rgba(0, 0, 0, 0.176);
}
.galerija h4 {
	font-family: 'RobotoSlab', sans-serif;
	font-size: 20px;
	color: white;
	padding-top: 32px;
	padding-bottom: 10px;
}
.galerija h4::after {
  content: "";
  display: block;
  width: 100px;
	padding-bottom: 12px;
  border-bottom: 4px solid #B22222;
}

/* on hover effects GROW*/
.grow:hover { 
	transform: scale(1.1); 
	transition: all .2s ease-in-out; 
}
@media (min-width: 992px) {
  .row-cols-lg-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
#btn-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 0px;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	color: white;
	font-size: 1.4rem;
	background-color: #B22222;
	border: 0
}
#btn-top:hover {
	background-color: darkred;
}

/* --------------
FOOOTER
-----------------*/

footer {
	color: lightgrey;
/*
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), 
  url("../img/bg-grey-dark.jpg") center bottom repeat-x;
	background-size: cover;
*/
	}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
.footer-nav li a {
	color: lightgrey;
	font-size:16px; 
	text-transform: uppercase; 
	font-family: 'RobotoSlab';
}
.footer-nav li a:hover {
	color: white;
}
/* --------------
FONTS
-----------------*/
@font-face {
  font-display: swap; 
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-regular.woff2') format('woff2'),
	     url('../fonts/roboto-slab-regular.ttf') format('truetype'); 
}
/* --------------
TOGGLER
-----------------*/
.navbar-toggler {
  border: none; 
  border-radius: 0;
  padding: ;
}
.animated-icon1{
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon1 span {
	background: #191C1F;
}
.animated-icon1 span:nth-child(1) {
	top: 0px;
}
.animated-icon1 span:nth-child(2) {
	top: 10px;
}
.animated-icon1 span:nth-child(3) {
	top: 20px;
}
.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: 60px;
}
.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
