body {
	margin: 0;
	font-family: "Dosis", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
		"GRAD" 0;
}

a {
	text-decoration: none;
}

.menu-icon {
	margin-right: 4px;
	opacity: 0.6;
	font-size: 16px;
}

nav {
	position: fixed;
	width: 100vw;
	z-index: 60;
	opacity: 0.7;

	ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		background-color: #d0d0d0;
		font-size: 24px;
		font-weight: 400;

		display: flex;
		flex-flow: row nowrap;

		li {
			&:hover {
				background-color: #d8d8d8;
			}

			&.selected {
				background-color: rgba(160, 216, 216, 1);
				opacity: 1;
				z-index: 62;
			}

			&.selected:hover {
				background-color: rgba(164, 220, 220, 1);
			}

			a {
				&, &:visited, &:hover, &:active {
					color: rgba(0, 0, 0, 1);
					text-decoration: none;
					padding: 8px 16px;
					display: block;
				}
			}

			.hostal {
				font-weight: 700;
			}
		}
	}
}

.gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
	grid-gap: 0.25rem;

	li {
		height: 0;
		padding-bottom: 100%;
		position: relative;
		margin: 0px;

		a, a:visited, a:hover, a:active {
			color: inherit;
			text-decoration: none;
			padding: 0;
			margin: 0;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		picture {
			width: 100%;
			height: 100%;

			img {
				width: 100%;
				height: 100%;

				object-fit: cover;
			}
		}
	}
}

.carousel {
	width: 100%;
	height: 100vh;

	overflow: hidden;
	position: relative;

	ul {
		position: absolute;

		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;

		display: block;

		li {
			position: absolute;

			width: 100%;
			height: 100%;
			transform: scale(1.1);

			picture {
				width: 100%;
				height: 100%;

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			}
		}
	}

	button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		opacity: 80%;
		z-index: 40;
		border-radius: 4px;
		background-color: #d0d0d0;

		width: 48px;
		height: 48px;

		border: none;

		&:hover {
			background-color: #e8e8e8;
		}

		&.prev {
			left: 20px;
		}

		&.next {
			right: 20px;
		}
	}

	.overlay {
		position: absolute;
		z-index: 50;
	}
}

#house {
	padding: 96px 32px;

	.intro {
		font-family: Signika, sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #404040;

		.reward-in-house {
			display: block;
			width: 100%;
			display: flex;
			justify-content: center;

			img {
				width: 20vw;
			}
		}
	}

	.section {
		font-weight: 500;
		font-size: 32px;
		margin-top: 32px;

		background: rgb(244,244,244);
		background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%);
		border-radius: 4px;
		padding: 8px 16px;

		.header {
			display: flex;
			flex-flow: row nowrap;

			.title {
				margin-bottom: 4px;
				margin-right: 32px;
			}
		}

		.text {
			font-family: Signika, sans-serif;
			font-size: 16px;
			font-weight: 300;
			margin-bottom: 8px;
			color: #404040;
		}

		ul.features {
			align-items: flex-start;
		}
	}
}

.address {
	list-style-type: none;
	padding: 20px;
	margin: 20px 30vw;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background-color: #f0f0f0;

	li {
		font-size: 24px;

		&.phone {
			margin-top: 12px;
		}

		i {
			color: #404040;
		}
	}
}

ul.features {
	list-style-type: none;
	padding: 0;
	margin: 0;

	font-size: 16px;
	font-family: Signika, sans-serif;

	display: flex;
	flex-flow: row wrap;

	li {
		flex: 0 none;
		background-color: #d7f3d7;
		border-radius: 6px;
		margin: 8px 4px;
		padding: 2px 12px;
		color: #112312;
		box-shadow: 1px 1px 3px #104010;
	}

	.feature-icon {
		color: #011203;
		text-align: right;
	}
}

#info {
	padding-top: 52px;
}

#reviews {
	padding: 96px 52px;
	font-family: "Dosis", sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.prize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	text-align: center;
	width: 512px;
	height: 512px;
}
