
/********************************************************************* BASE ***/

@media (max-width: 768px) {
	html, body {
		width: auto !important;
		overflow-x: hidden !important;
	}
}

@media (min-width: 1920px) {
	.container {
		max-width: 1582px;
	}
}

body, a {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(1.125rem, 0.25vw + 1.075rem, 1.375rem);
	line-height: clamp(1.912rem, 0.466vw + 1.819rem, 2.379rem);
	color: #252524;
}

p {
	margin: 0;
	padding: 0;
	margin-top: clamp(1.188rem, 1vw + 0.988rem, 2.188rem);
}

h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: clamp(2.375rem, 1.063vw + 2.163rem, 3.438rem);
	line-height: clamp(2.613rem, 1.512vw + 2.31rem, 4.125rem);
	color: #daa79b;
}

h1 span {
	display: block;
	color: #252524;
	font-weight: 400;
	font-size: 0.98em;
}

/******************************************************************* HEADER ***/

.header {
	background-color: #fbf6f5;
	background-image: none;
	background-position: 80% center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: clamp(3rem, 2.0000rem + 5.0000vw, 8rem);
}

.header > .container {
	position: relative;
	height: clamp(35rem, 28.4250rem + 32.8750vw, 67.875rem);
}

.header .logo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background-color: rgb(255, 255, 255, 0.6);
}

.header .logo img {
	width: 617px;
	width: 300px;
}

@media (min-width: 768px) {

	.header {
		background-position: center center;
	}

	.header .logo {
		display: inline-block;
		background-color: transparent;
		width: auto;
		padding: 0;
		left: 0;
		bottom: 35%;
	}

	.header .logo:hover {
		transform: scale(1.05);
		transition: all .3s ease-in-out;
	}

	.header .logo img {
		width: 350px;
	}

}

@media (min-width: 992px) {

	.header .logo img {
		width: 440px;
	}

}

@media (min-width: 1200px) {

	.header .logo img {
		width: 517px;
	}

}

@media (min-width: 1400px) {

	.header .logo img {
		width: 617px;
	}

}

@media (min-width: 1900px) {

	.header .logo {
		bottom: 46%;
	}

}

/***************************************************************** SERVICES ***/

.services {
	margin-bottom: clamp(3rem, 2.0000rem + 5.0000vw, 8rem);
}

.services .row {
	--bs-gutter-x: clamp(3rem, 2.6000rem + 2.0000vw, 5rem);
	--bs-gutter-y: clamp(3rem, 2.6000rem + 2.0000vw, 5rem);
}

.services a.reservation {
	display: inline-block;
	margin-top: clamp(1.188rem, 1vw + 0.988rem, 2.188rem);
	width: 264px;
	height: 70px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('../images/reservation.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.services a span {
	display: inline-block;
	font-weight: 700;
	padding-left: 74px;
	padding-top: 20px;
}

@media (min-width: 992px) {

	.services a.reservation {
		width: 347px;
		height: 92px;
	}

	.services a span {
		display: inline-block;
		font-weight: 700;
		padding-left: 100px;
		padding-top: 30px;
	}

}

/******************************************************************* FOOTER ***/

.footer {
	background-color: #daa79b;
	color: #252524;
	padding-top: clamp(4rem, 3.6000rem + 2.0000vw, 6rem) !important;
	padding-bottom: clamp(4rem, 3.6000rem + 2.0000vw, 6rem) !important;
}

.footer a {
	color: #252524;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p:first-child {
	margin-top: 0;
}

.footer .social:hover {
	text-decoration: none;
}

.footer .social img {
	width: 42px;
	margin: 0 3px;
}

/****************************************************************** SPLETKO ***/

.spletko {
	padding: 30px 0;
	text-align: center;
	background-color: #FFFFFF;
}

.spletko a {
	text-decoration: none;
}

.spletko a img {
	height: 20px;
}

@media (min-width: 1500px) {

	.spletko {
		padding: 40px 0;
	}
	
	.spletko a img {
		height: 24px;
	}

}
