/* -------------------------------- */
/* General */
/* -------------------------------- */

body {
	color: #232323;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	line-height: 120%;
}

h1,
h2,
h5 {
	font-family: "PT Serif", serif;
	color: #92278f;
	font-weight: 100;
}

h4 {
	font-family: "PT Serif", serif;
	font-weight: 100;
}

ul li {
	list-style: none;
}

/* -------------------------------- */
/* Contact Bar */
/* -------------------------------- */

#contactBar {
	color: rgb(255, 250, 240);
	position: fixed;
	width: 100%;
	min-height: 40px;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	z-index: 1;
	font-size: 1rem;
	margin-top: 0;
}

.link ion-icon {
	vertical-align: middle;
	margin-top: -2px;
	font-size: 1.15rem;
}

/* hover efects */

.link a {
	text-decoration: none;
	color: white;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	background-color: transparent;
}

.link a:hover {
	color: #92278f;
}

/* -------------------------------- */
/* Title */
/* -------------------------------- */

.title {
	padding-top: 90px;
}

#header img {
	height: 160px;
}

#landing {
	margin-bottom: 50px;
}

#landing h3 {
	font-size: 1.2rem;
}

/* -------------------------------- */
/* Content */
/* -------------------------------- */

#content {
	background-color: #f8f8f8;
}

.nav-tabs {
	border-bottom: 1px solid #92278f;
}

.nav-item a {
	color: #232323;

	font-size: 0.75rem; /* dodan resize za mobile*/
}

/* Ponudba */

/* .divider {
	 ustrezni simboli 
} */

.profilna img {
	width: 130px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

#cenik li ion-icon {
	vertical-align: middle;
	margin-top: -1px;
	color: #92278f;
}

/* noga - link */

.footer {
	padding: 25px 0;
	text-align: center;
}

/*  Hover effects */

.nav-item a:hover {
	color: #92278f;
	border: 1px solid #92278f;
	-webkit-transition: color 0.6s;
	transition: color 0.6s;
}

.nav-item a:active {
	color: #92278f;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #92278f #92278f #92278f;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #92278f;
	border-color: #92278f #92278f #92278f;
	-webkit-transition: color 0.6s background-color 0.6s border-color 0.6s;
	transition: color 0.6s background-color 0.6s border-color 0.6s;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#header img {
		height: 200px;
	}
	h1 {
		font-size: 3rem;
	}

	#landing h3 {
		font-size: 1.5rem;
	}

	.nav-item a {
		font-size: 1rem; /* dodan resize za mobile*/
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
		font-size: 1.15rem;
	}
	#header img {
		height: 240px;
	}

	.nav-item a {
		font-size: 1.15rem; /* dodan resize za mobile*/
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {
		line-height: 140%;
		font-size: 1.3rem;
	}

	#header img {
		height: 300px;
	}

	h1 {
		font-size: 4rem;
	}

	.nav-item a {
		font-size: 1.3rem; /* dodan resize za mobile*/
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#header img {
		height: 320px;
	}
	h1 {
		font-size: 6rem;
	}
}
