@font-face {
	font-family: 'QuicksandLight';
	src: url('Quicksand-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'QuicksandRegular';
	src: url('Quicksand-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'QuicksandMedium';
	src: url('Quicksand-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'QuicksandSemiBold';
	src: url('Quicksand-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'QuicksandBold';
	src: url('Quicksand-Bold.ttf') format('truetype');
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'QuicksandMedium', sans-serif;
	color: #611f03;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'QuicksandBold', sans-serif;
}
h2 {
	font-family: 'QuicksandBold', sans-serif;
}
h3 {
	font-family: 'QuicksandBold', sans-serif;
}
h4 {
	font-family: 'QuicksandBold', sans-serif;
}
h5 {
	font-family: 'QuicksandBold', sans-serif;
}
div {
	font-family: 'QuicksandMedium', sans-serif;
}
.no-select {
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none;     /* IE/Edge legacy */
}
.buttonstyle {	
	background-color: #906854;
	color: #f9feff;
	height: 4rem;
	font-size: 1.5rem;
	border-radius: 0.5em;
	width: min(350px, 90%);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
	transition: background-color 0.3s ease;
	font-family: 'QuicksandMedium', sans-serif;
	cursor: pointer;
}
.buttonstyle:hover {
	background-color: #2f2e2e;	
}
.container_top_mobile_bg {
	display: grid;
	grid-template-columns: auto auto auto;
	background-color: #c1b3a8;
}
.container_content {
	display: grid;
	width: min(55em, 90%);
	border-radius: 1em;
	text-align: center;
	margin: 0 auto;
	grid-template-columns: auto auto auto auto auto auto;
	color: #916854;
	//border: 1px solid black;
}
.container_content_text_bg {
	
}
.container_content_text {
	display: block;
	width: min(55em, 90%);
	//border-radius: 1em;
	//text-align: center;
	margin: 0 auto;
	//grid-template-columns: auto;
	color: #916854;
	//border: 1px solid black;
}
.container_content_text_form {
	display: block;
	width: min(45em, 90%);
	//border-radius: 1em;
	//text-align: center;
	margin: 0 auto;
	//grid-template-columns: auto;
	color: #916854;
	//border: 1px solid black;
}
.container_content_grid {
	display: grid;
	width: min(55em, 90%);
	//border-radius: 1em;
	//text-align: center;
	margin: 0 auto;
	grid-template-columns: auto auto;
	color: #916854;
	//border: 1px solid black;
}
.container_top_bg {
	background-color: #c1b3a8;
}
.container_top_col {
	font-size: 1.5rem;
}
.container_top_margin_img {
	margin-top: 20px;
}
.container_top_margin {
	margin-top: 90px;
}
.container_top_margin_img2 {
	margin-top: 75px;
}
a {
	color: #916854;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover {
	color: white;
	filter: brightness(1.05);
}
.alink {
	color: #611f03;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.alink:hover {
	color: #916854;
	filter: brightness(1.05);
}
.minimenuizdelki{
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.minimenuizdelki:hover {
	cursor: pointer;
	color: white;
	transition: all .2s ease-in;
}
.minimenuizdelki:hover .minimenu {		
	display: flex;
	transition: all .2s ease-in;
}
.minimenu
{
	display: none;
}
.title-container{
	background-color: white;
	//background: url("ico/ozadje_copatki_hlacke.jpeg") no-repeat;	
	background-size: cover;
	background-position: center;
}
.title-container img{
	width: 100%;
	height: min(15vh, 15vw);	
}
.image-grugru {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
	
/* Side Menu */
.side-menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100%;
	background: #333;
	transition: right 0.3s ease;
	z-index: 1000;
	padding-top: 60px;
	opacity: 0.9;
}
.side-menu ul {
	list-style: none;
}
.side-menu li {
	border-bottom: 1px solid #444;
}
.side-menu a {
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.side-menu a:hover {
	background: #444;
}
/* Active Menu */
.side-menu.open {
	right: 0;
}

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 900;
}

.overlay.show {
	opacity: 1;
	visibility: visible;
}

/* galerija */
.carousel-container {
	width: min(80em, 100%);
	text-align: center;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 10% auto 10%;
}
.carousel {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	//overflow: hidden;
	display: flex;
	gap: 10px;
}
.carousel::-webkit-scrollbar {
	display: none;
}
.card {
	flex: 0 0 0;
	padding: 0;
	border: 0px solid black;
	border-radius: 1px;
	text-align: center
	align-content: center;
	color: blue;
	cursor: pointer;
}
.card img {
	width: 24vw;
	aspect-ratio: 3 / 4;
	transition: filter 0.25s ease;
}

.card img:hover {
	filter: brightness(1.05);
}

.carousel-button {
	background-color: transparent;
	cursor: pointer;
	border: 0px;
	opacity: 0.5;
}
.carousel-button:hover {
	opacity: 1;
}

/* galerija velika */
.image-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px); /* Safari */
}

.image-overlay img {
	width: 90vw;
	height: 90vh;
	object-fit: contain;
}

/* Navigation buttons */
.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	user-select: none;
}

.nav-btn.left {
	left: 20px;
}

.nav-btn.right {
	right: 20px;
}

/* Close button */
.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2rem;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
}

.tab-menu {
	text-align: center;
	background-color: #c1b3a8;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}
.tab-menu:hover {
	color: #ffffff;
	background-color: #c5a397;
}

/* Up button */
.scroll-top-wrapper {
	position: fixed;              /* stays on screen */
	bottom: 90px;                 /* bottom of page */
	right: 0;                     /* right side */
	transform: rotate(-90deg);    /* rotate div */
	transform-origin: bottom right;
	z-index: 9999;                /* over page */
	cursor: pointer;
	opacity: 0.8;
}

.container_content_grid3 {
	display: grid;
	grid-template-columns: auto auto auto;
}
.form-group {
	margin-bottom: 25px;
}
label {
	display: block;
	margin-bottom: 5px;	
	color: black;
	font-family: "QuicksandRegular", sans-serif;	
}
.input_1w {
	padding: 8px;
	font-family: "QuicksandRegular", sans-serif;
	font-size: 1rem;
	border: none; outline: none; 
	border-bottom: 1px solid black;
	width: 90%;
}
.input_whole_width {
	padding: 8px;
	font-family: "QuicksandRegular", sans-serif;
	font-size: 1rem;
	border: none;
	outline: none;
	border-bottom: 1px solid black;
	width: 97%;
}
.buttonstyleblack {	
	background-color: #000000;
	color: #ffffff;
	height: 2.8rem;
	//font-size: 1.3rem;
	font-size: 100%;
	border-radius: 1em;
	width: min(200px, 100%);
	//box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
	transition: background-color 0.3s ease;
	font-family: 'QuicksandMedium', sans-serif;
	border: 1px solid black;
	outline: none;
	cursor: pointer;
}
.buttonstyleblack:hover {
	background-color: #ffffff;
	color: #000000;
}

@media screen and (max-width : 320px)
{
	body{font-size: 10px;background-color: white;}
	.container_content_grid3 {grid-template-columns: auto;}
	.input_1w {width: 97%}
	.buttonstyleblack {width: 100%;}
	hr{display: block;border-top: 1px solid black;}
}
@media screen and (min-width : 321px) and (max-width : 480px)
{
	body{font-size: 12px;background-color: white;}
	.container_content_grid3 {grid-template-columns: auto;}
	.input_1w {width: 97%}
	.buttonstyleblack{width: 100%;}
	hr{display: block;border-top: 1px solid orange;}
}
@media screen and (min-width : 481px) and (max-width : 640px)
{
	body{font-size: 14px;background-color: white;}
	.container_content_grid3 {grid-template-columns: auto;}
	.input_1w {width: 97%}
	hr{display: block;border-top: 1px solid yellow;}
}
@media screen and (min-width : 641px) and (max-width : 800px)
{
	body{font-size: 16px;background-color: white;}
	.container_content_grid3 {grid-template-columns: auto;}
	.input_1w {width: 97%}
	hr{display: block;border-top: 1px solid green;}
}
@media screen and (min-width : 801px) and (max-width : 1024px)
{
	body{font-size: 18px;background-color: white;}
	hr{display: block;border-top: 1px solid blue;}
}
@media screen and (min-width : 1025px)
{
	body{font-size: 20px;background-color: white;}
	hr{display: block;border-top: 1px solid red;}
}


@media screen and (max-width : 640px)
{
	#mobile-menu {
		display: grid;
	}
	#desktop-menu {
		display: none;
	}
	.title-container-height {
		height: 20vh;
	}
	.title-container-height-small {
		height: 15vh;
	}
	.container_content_grid {
		grid-template-columns: auto;
	}
}

@media screen and (min-width : 641px)
{
	hr{color: red;}
	
	#mobile-menu {
		display: none;
	}
	#desktop-menu {
		display: block;
	}
	.title-container-height {
		height: max(40vh);
	}
	.title-container-height-small{
		height: max(30vh);
	}
	.container_content_grid {
		grid-template-columns: auto;
	}
}
@media screen and (max-width : 999px)
{
	.container_top_bg {
		display: none;
	}
	.container_top_mobile_bg {
		display: grid;
	}
	.image-grugru {
		display: block;
	}
	.container_content_grid {
		grid-template-columns: auto;
	}  
}
@media screen and (min-width : 1000px)
{
	.title-container-height {
		height: max(60vh);
	}
	.title-container-height-small {
		height: max(50vh);
	}
	.container_top_bg {
		display: block;
	}
	.container_top_mobile_bg {
		display: none;
	}
	.image-grugru {
		display: none;
	}
	.container_content_grid {
		grid-template-columns: auto auto;
	}
	.container_content_txt {
		padding-right: 30px;
	}
}
