@import url("https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&family=Fleur+De+Leah&display=swap");

body {
	font-family: "Merienda";
	font-size: 15px;
	text-align: justify;
}

.navbar-custom {
	background: rgb(40, 41, 41);
	background: linear-gradient(90deg,
			rgba(40, 41, 41, 1) 10%,
			rgba(199, 199, 200, 1) 50%,
			rgba(250, 251, 252, 1) 100%);
}

.fixed-top {
	position: absolute;
}

.nav-item {
	padding-right: 12px;
	padding-left: 12px;
}

.navbar-brand {
	font-family: "Ballet", cursive;
	font-size: 3.5rem;
	display: flex;
	align-items: center;
}

.logo-img {
	margin-left: 0.5rem;
	vertical-align: middle;
}

.logo-name {
	margin-left: 1.5rem;
	vertical-align: middle;
	color: #006400;
}

.d-inline-block {
	vertical-align: middle;
}

.flag {
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}

.nav-link.active {
	background-color: lightgrey !important;
}

.reserve-container {
	position: relative;
}

.card-title {
	text-align: center;
}

.list-group-item {
	text-align: center;
}

.card-body {
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-o-transition: all 1s ease;
	/* IE 9 */
	-ms-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;

	height: 350px;
}

.card-body:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.page-header-img-container {
	height: 500px;
}

.img-page-header {
	width: 100%;
	max-height: auto;
	margin: auto;
}

.reserve-text {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.navMenu {
	padding-top: 75px;
	padding-bottom: 20px;
}

.carousel-container {
	background-color: black;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}


.carousel-item {
	opacity: 0;
	visibility: visible;
	transition: 2s ease-out;
}

.carousel-photo {
	width: 100%;
	margin: auto;
}

.img-carousel-item {
	padding-top: 70px;
	object-fit: scale-down;
}


.carousel-item.active {
	opacity: 1;
	visibility: visible;
}


.img-slider {
	min-height: 320px;
}

.instagram-siga_nos {
	margin-top: 2rem;
}

.card-img-top {
	height: 200px;
}

.map {
	height: 320px;
}

.contact-info-container {
	margin-top: 1rem;
}

.hide-for-desktop {
	display: none;
}

.footer {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}

.social-icon {
	font-size: 28;
}

footer {
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}

/* RESPONSIVENESS */
@media screen and (min-width: 799px) {

	.only-mobile {
		visibility: hidden;
	}

	.hide-for-desktop {
		display: none;
	}

	.hide-for-mobile {
		display: flex;
	}


}

@media screen and (max-width: 799px) {

	.logo-img {
		padding-top: 0%;
		padding-bottom: 0%;
	}

	.d-inline-block {
		margin-left: 20px;
	}

	.navMenu {
		padding-top: 15px;
		padding-bottom: 2px;
	}

	.navbar-custom {
		background: linear-gradient(90deg,
				rgba(40, 41, 41, 1) 100%,
				rgb(158, 158, 158) 100%);
	}

	.page-header-img-container {
		height: 500px;
	}

	.img-page-header {
		padding-top: 5rem;
		width: 100%;
		max-height: auto;
		margin: auto;
	}

	.img-carousel-item {
		height: 450px;
	}

	.fixed-top {
		position: absolute;
	}

	.logo-img {
		width: 30%;
	}

	.hide-for-desktop {
		display: flex;
		margin-bottom: 1rem;
	}

	.hide-for-mobile {
		display: none;
	}

	.only-mobile {
		visibility: visible;
	}

	.navbar-toggler {
		display: none;
	}

	.card {
		margin-top: 1rem;
	}

	.h2-smaller {
		font-size: 1.8rem;
	}

	.responsive {
		vertical-align: middle;
	}
}