body {
	font-family: 'Roboto', sans-serif;
	font-display: fallback;
	background: url('../img/cloud_bg.svg');
	background-size: cover;
	background-position: center;
	line-height: 1.6;
 }

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 4px;
}

h3 {
	font-size: 20px;
	margin-bottom: 0px;
}

em {
	font-weight: 600;
	font-style: normal;
}

.next {
    font-size: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
} 

.hero {
	margin-top: 172px;
}

.hero .logo {
	width: 140px;
	float: left;
	margin-right: 32px;
}

.hero .message {
	font-size: 15px;
	text-align: center;
	margin-bottom: 24px;
}

.left-justify {
	text-align: left;
}

.details {
	clear: both;
	height: 400px;
	line-height: 1.8;
}

.callout {
	font-size: 14px;
	color: #1967D2;
	font-weight: 600;
	padding: 16px 24px 16px 40px;
	background: url('../img/lightbulb_icon.svg') #E8F0FE ;
	background-position: 16px 16px;
	background-repeat: no-repeat;
	line-height: 1.6;
}

code, .code {
	font-family: 'Roboto Mono', Courier, monospace;
	color: #A30038;
	background-color: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding: 0 6px;
	font-weight: 500;
}

.cta {
	padding-bottom: 52px;
}

.cta a {
	color: white;
	text-decoration: none;
	background-color: rgb(14, 101, 241);
	padding: 8px 12px;
	margin: 8px;
	min-height: 36px;
	border-radius: 2px;
	font-weight: 600;
}

.cta a:hover {
    background-color: rgb(66, 133, 244, 0.9);
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333;
	color: #fff;
	padding: 20px;
	text-align: center;
	z-index: 1000;
	display: none;
}

.cookie-banner button {
	background: #4285f4;
	color: white;
	border: none;
	padding: 10px 20px;
	margin-left: 15px;
	cursor: pointer;
	border-radius: 4px;
}

#musicCrawler, #cookieCrawler {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    user-select: none;
    }

.page-green {
	background: green !important;
	color: black !important;
}

.page-black-yellow {
	background: black !important;
	color: yellow !important;
}

.page-black-white {
	background: black !important;
	color: white !important;
}

.page-black-purple {
	background: black !important;
	color: purple !important;
}

.page-black-mediumseagreen {
	background: black !important;
	color: mediumseagreen !important;
}

.page-cyan-black {
	background: cyan !important;
	color: black !important;
}

.page-purple-white {
	background: purple !important;
	color: white !important;
}

.page-sunset-orange {
	background: linear-gradient(180deg, #ffb36b 0%, #ff8a4c 45%, #c85a2a 100%) !important;
	color: black !important;
}

.page-turquoise-black {
	background: turquoise !important;
	color: black !important;
}

.page-white-black {
	background: white !important;
	color: black !important;
}

.page-cookie-flow {
	background: linear-gradient(270deg, #4b2c20, #8b4513, #a0522d, #5d4037);
	background-size: 800% 800%;
	color: white !important;
	animation: cookieFlow 15s ease infinite;
}

.page-form-green {
	background: green !important;
	color: black !important;
	font-family: sans-serif;
	font-size: 11px;
}

.text-center {
	text-align: center;
}

.title-tight {
	margin: 0 0 10px;
}

.visually-hidden-asset {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.footer-note {
	text-align: center;
	margin: 18px 0 6px;
	font-size: 11px;
	font-family: sans-serif;
}

.footer-note-dark {
	color: #333;
}

.footer-note-light {
	color: #ffffff;
}

.footer-note-yellow {
	color: #ffff00;
}

.footer-note-purple {
	color: #800080;
}

.footer-note-gray {
	color: #888;
}

.footer-note-soft {
	color: #ddd;
}

.footer-note-muted-light {
	color: #eee;
}

.hero-shadow h2 {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.char-counter {
	font-size: 9px;
	color: #888;
	text-align: right;
	margin-bottom: 2px;
	font-family: sans-serif;
}

.message-form-row {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.message-form-row-bottom {
	align-items: flex-end;
}

.message-form-row-center {
	align-items: center;
}

.message-form-row-tight {
	margin-bottom: 6px;
}

.message-input {
	flex: 1;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.message-textarea-dark {
	background: #222;
	color: yellow;
	height: 80px;
	resize: none;
	overflow-y: auto;
}

.message-textarea-green {
	background: #222;
	color: mediumseagreen;
	height: 80px;
	resize: none;
	overflow-y: auto;
	white-space: pre-wrap !important;
}

.send-button {
	background: #4285f4;
	border: none;
	border-radius: 4px;
	padding: 8px 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.send-button-tall {
	height: 40px;
}

.send-button-next {
	color: white;
	font-size: 14px;
	font-weight: 600;
}

.subtle-button-row {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 12px;
}

.subtle-button {
	font-size: 11px;
	padding: 2px 8px;
	border: 1px solid #555;
	border-radius: 4px;
	background: transparent;
	color: #bbb;
	cursor: pointer;
}

.crawler-transition {
	font-size: 64px;
	transition: all 0.1s linear;
}

.cookie-crawler-transition {
	font-size: 32px;
	transition: all 0.1s linear;
}

.crawler-origin {
	top: 0;
	left: 0;
}

.crawler-will-change {
	will-change: transform;
}

.centered-stack,
.centered-stack .hero,
.centered-stack .message {
	text-align: center;
}

.spacer-vertical-1 {
	display: block;
	height: 1lh;
}

.spacer-vertical-2 {
	display: block;
	height: 2lh;
}

.spacer-vertical-4 {
	display: block;
	height: 4lh;
}

.form-answer {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	line-height: 1.2;
}

.form-answer input[type="radio"] {
	transform: scale(1.35);
	transform-origin: left center;
	accent-color: black;
}

#favorite403Form .form-answer {
	margin: 10px 0;
}

.instrument-svg {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}

.instrument-hit-area {
	cursor: pointer;
	pointer-events: all;
}

.toggle-row {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: 0 0 6px 0;
	font-size: 12px;
	font-family: sans-serif;
}

.toggle-label {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	cursor: pointer;
}

.range-block {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
	max-width: 420px;
}

.range-label {
	font-size: 11px;
	color: #bbb;
	font-family: sans-serif;
}

.full-width {
	width: 100%;
}

.hamantaschen-crawler-img {
	display: block;
}

.tree1 {
	display: block;
	width: 240px;
	height: 180px;
	background-image: url('/img/tree1.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin: 0 0 6px 0;
}

.mountain1 {
	display: block;
	width: 240px;
	height: 180px;
	background-image: url('/img/mountain1.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin: 0 0 6px 0;
}

@keyframes cookieFlow {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@media (max-width: 600px) {
	.container {
        margin-top: 0;
	}

    .hero {
        margin-top: 0;
        margin-bottom: 24px;
	}
}
@media (prefers-color-scheme: dark) {
    body {
        background: black url('../img/dark_bg.svg');
        color:white;
    }
	a {
		color: #8AB4F8;
	}
	a:visited {
		color: #b48af8;
	}
	.cta a {
		color: white;
	}
}