@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
	font-family: "Source Sans 3", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #444;
	font-size: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Figtree", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.welcome {
	position: absolute;
	width: 25vw;
	top: 15%;
	color: #fff;
	z-index: 1000;
	left: 282px;
}

.welcome .inner {
	margin: 0 auto;
}

.welcome-right {
	right: 20px;
	left: 60vw;
}

.subline {
	font-size: 0.8em;
	opacity: 0.8;
}

.nav-container {
	width: 80vw;
	margin: 0 auto;
	display: flex;
}
.nav-item {
	padding-right: 12px;
	padding-left: 12px;
}
.flag {
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}
.nav-link.active {
	border-bottom: 2px solid var(--bs-cyan);
}

.text-cyan {
	color: var(--bs-cyan);
}
.text-yellow {
	color: var(--bs-yellow);
}

.copyright {
	font-size: 0.8em;
}
.reserve-container {
	position: relative;
}
.nep {
	display: none;
}
.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;
}
.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);
}

.form-floating > label::after {
	background-color: transparent !important;
}

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

.image-reserve {
	opacity: 0.4;
	max-height: 750px;
}

.carousel-caption {
	top: 47%;
}
.carousel-caption h2.text-shadow {
	text-shadow: 1px 1px 1px #333;
}

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

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

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

.map {
	height: 320px;
}

#about p {
	font-size: 1em;
}

.asterisk {
	text-decoration: none;
}

.btn-primary {
	background-color: var(--bs-cyan);
	border-color: var(--bs-cyan);
}

.btn-outline-primary {
	border-color: var(--bs-cyan);
	color: var(--bs-cyan);
}

.text-primary {
	color: var(--bs-cyan) !important;
}

svg.bi.bi-check {
	color: green;
}

.highlight {
	color: #b38249;
	border-left: 4px solid #b38249;
	padding: 0 34px;
	font-style: italic;
}

.explanation {
	display: block;
	font-size: 0.8em;
	color: #777;
}

.measurements .form-check {
	margin-bottom: -7px;
	display: inline-block;
}

.prints {
	height: 120px;
}

.gallery-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-col {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.gallery-col img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

#imgModal .modal-dialog {
	max-width: 70vw;
}

#imgModal img {
	width: 100%;
}

@media screen and (max-width: 1920px) {
	.only-mobile {
		visibility: hidden;
	}
}

@media screen and (max-width: 506px) {
	.only-mobile {
		visibility: visible;
	}
}

@media screen and (max-width: 800px) {
	.gallery-col {
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.gallery-col {
		flex: 100%;
		max-width: 100%;
	}

	div#carouselExampleIndicators {
		margin-top: 80px;
	}

	.welcome {
		position: relative;
		background-color: rgba(55, 66, 88, 1);
		top: 0;
		padding: 30px;
		left: 0;
		right: 0;
		width: 100%;
	}

	.welcome .inner {
		width: 100%;
		margin: 0 !important;
	}
	.welcome .inner p {
		margin: 0 !important;
	}
	.prints {
		height: auto;
	}
}

.footer {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}
.social-icon {
	font-size: 28;
}

footer p {
	font-size: 0.8em;
}

footer p a {
	color: #6c757d;
	text-decoration: none;
}
footer p a:hover {
	color: var(--bs-primary);
	text-decoration: underline;
}

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