:root {
	--page-special-color: #bc9d23 !important;
}
body {
	background: url("https://img.alaflora.net/placeholder/2020-zawiesina-16.jpg");
	/* background-size: cover; */
	background-size: auto 100vh;
	width: 100vw;
	height: 100vh;
}
body > *:not(no-script) {
display: none !important;
}
no-script {
	min-height: unset;
	z-index: 2;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
	text-align: center;
	line-height: 2;
	padding: 2rem 3rem;
	background: white;

	border-radius: 2em;
	corner-shape: bevel;
	overflow:hidden;
}
	@supports not (corner-shape: bevel) {
		no-script {
			border-radius: 0;
		}
	}
no-script *, no-script {
	font-size: 1.2rem;
}
no-script a {
	/* color: #4683bd; */
	color: #3f8692;
}
no-script a:hover {
	color: #5e9b59;
}
no-script span[aria-hidden="true"] {
	color: #281a1d;
	user-select: none;
	pointer-events: none;
}
no-script span-dot {
	color: #df0010;
}
no-script noto-symbol {
	/* color: #63a5cb; */
	color: #3f8692;
}
no-script::before {
	content: "";
	display: block;
	background: center bottom / contain no-repeat url("https://alaflora.carrd.co/assets/images/gallery03/9f69d802.jpg?v=5b6043d8");
	width: 100%;
	height: 50vh;
	max-height: 80vw;
	z-index: 2;
}
no-script noto-symbol {
	margin-left: 0.17rem;
}
no-script::selection, no-script *::selection {
	background-color: #dfe8bb;
}
no-script::selection, no-script em:not(a em)::selection {
	color: #724e30;
}
a::selection, a *::selection {
	color: #246c6e;
}

@media (max-aspect-ratio: 0.75 /*brkpnt-mobile*/) {
	body {
		background-size: 100vw auto;
	}
	no-script {
		padding: 1rem;
		width: 100vw;
	}
	no-script, no-script * {
		font-size: 1rem;
	}
}
