body {

	font-size: 1.1em;
	color: #000000;
	/* background-color: #ebeae8;
	background-color: #fff; */



}

.parallax {
	position: fixed;
	/* The image used */
	background-image: url(slike/bg1.jpg);

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	width: 100%;
	height: 100%;
	z-index: -100;
	opacity: 0.2;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
	.parallax {
		background-attachment: scroll;
	}
}

.background1 {

	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -100;
	opacity: 0.2;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	/* color: var(--color-yellow);
	background-color: var(--color-brown); */
}

h1 {
	text-align: center;
	color: EE1C23;
	padding: 8px;
	/* background-color: #F6C92E; */
	background-color: var(--color-yellow);
	background: rgb(238, 28, 35);
	background: linear-gradient(180deg, rgba(238, 28, 35, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(238, 28, 35, 0.5) 0%, rgba(238, 28, 35, 0.5) 100%);
	background: linear-gradient(180deg, rgba(246, 201, 46, 0.8) 0%, rgba(246, 201, 46, 0.8) 100%);

	border-radius: 6px;
	margin-top: 0px;

	font-style: italic;
	font-size: 1.3em;
}


h2,
h3 {
	margin: 6px;
	padding: 6px;

	background: rgb(246, 201, 46);
	background: linear-gradient(180deg, rgba(246, 201, 46, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(246, 201, 46, 0.5) 0%, rgba(246, 201, 46, 0.5) 100%);

	border-radius: 0px;

	font-style: italic;

	font-size: 1.2em;
}

.header-since
{
	padding-left: 10px;
}

#navbar {
	position: sticky;
	top: 0px;
	z-index: 200;
}

.navbar {
	min-height: 70px;
}

a.navbar-brand {
	font-style: italic;
	padding-left: 10px;
	/* font-size: 14pt; */
}

.navbar-nav li.nav-item {
	/* background-color: #8C9C9A; */
	color: #fff;
	border-radius: 0px;
	margin-right: 6px;
	margin-top: 6px;
	padding: 4px;
	/* font-size: 16pt; */
}

#footer a.nav-link {
	padding: 0px;
}


/* li.nav-item a {
	color: var(--color-brown) !important;
} */

.section-main {
	padding: 30px;
	text-align: center;
	/* font-size: 14pt; */


	justify-content: center;

	align-items: center;
	width: 100%;


	margin: 0 auto;
	max-width: 1280px;
}

#banner-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer a {
	color: var(--color-yellow);
}

.iframe-map {
	width: 90%;
	height: 90%;
	min-height: 50vh;
	display: block;
	margin: 0 auto;
}

.index_left {
	float: left;

}

.index_right {
	float: right;
	margin-top: 130px;

	font-style: italic;
	color: #EE1C23;

}

.index_main {
	clear: both;
	margin-top: 70px;
	display: inline-block;
}


.links {
	display: inline-block;
	padding: 20px;

}

.link {
	float: left;
	padding: 5px;
	margin-right: 20px;
	background-color: #eeeeee;
	text-align: center;
}

.link img {
	padding: 5px;
	height: 80px;
}

.link a {
	text-decoration: none;
}

.akcija {
	text-align: center;
	font-weight: bolder;

	color: red;
}

.izdelki_div:hover,
.kamin_div:hover {
	background-color: #666666;
	color: #FFFFCC;
	cursor: pointer;
	opacity: 1;
}

.izdelki_div,
.kamin_div {
	margin: 10px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	background-color: #ffffff33;
	border-radius: 5px;
	width: 100%;

}

.izdelki_div img,
.kamin_div img {
	max-width: 100%;

}

.izdelki_div a,
.kamin_div a {
	color: var(--color-brown) !important;
}


/* 
.izdelki_opt,
.kamin_opt {
	float: left;

	width: 180px;
	height: 220px;
	margin: 10px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	display: table;
	vertical-align: bottom;
	position: relative;
	color: black;
	background-color: #ffffff;
	border-radius: 10px;
}

.izdelki_opt:hover,
.kamin_opt:hover {
	background-color: #666666;
	color: #FFFFCC;
	cursor: pointer;
} */

.kamin_opt {
	padding: 10px;
	width: 180px;
	height: 250px;
}


.kamin_div {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}

.kamin_cena,
.izdelek_cena {

	position: absolute;

	background-color: red;
	background-color: green;
	color: white;

	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	margin: 0px;

	font-size: smaller;
	font-weight: bold;
}

.kamin_cena {
	right: 0px;
	top: 30px;
}

.izdelek_cena {
	/* font-size: 14pt; */
	font-weight: bold;
	right: -10px;
	bottom: 20px;
}

.izdelek_prev {
	clear: none;
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	background-image: url('slike/izdelek-prev2.png');
	color: transparent;
}

.izdelek_next {
	clear: none;
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	background-image: url('slike/izdelek-next2.png');
	color: transparent;
}

.izdelek_no {
	clear: none;
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
}

.izdelek_image {
	max-width: 500px;
	max-height: 500px;
	height: 500px;
}

.izdelek_image_compare {
	height: 300px;
}

.list-style-type-none {
	list-style-type: none;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.border-1px {
	border: 1px solid black;
}

.podjetje_right {
	clear:both; 
	margin-top: 30px; 
	display: inline-block;
}