/* Font inclusion */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Color definitions */
:root {
	--main-foreground-color: #EBE8CC;
}

/* CSS Document */
html {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

body {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20path%20%7B%20fill%3A%20none%3B%20stroke-width%3A%2010.01px%3B%20stroke%3A%20rgba(242,242,233,0.039)%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M448%2C512c0-128-128-128-128-256S448%2C128%2C448%2C0%22%20%2F%3E%20%3Cpath%20d%3D%22M192%2C512c0-128-128-128-128-256S192%2C128%2C192%2C0%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(244deg, #5C3E4F 0%, #594040 61%);
    background-attachment: scroll;
    background-size: 482px, auto;
    background-position: center, 0% 0%;
    background-repeat: repeat, repeat;
	color: var(--main-foreground-color);
}

div#headerimg {
	height: calc(60vw + 1rem);
	max-height: calc(300px + 1rem);
}

#main-logo {
	margin-top: 1rem;
	max-width: 290px;
	width: 50vw;
}

div#img-placeholder {
	align-self: flex-start;
	max-width: 300px;
	width: 60vw;
	text-align: center;
}

img.qr-code {
	min-width: 145px;
	width: 60vw;
	max-width: 300px;
	margin-top: 1em;
}

#delierium-title {
	font-family: 'Inter', sans-serif;
    letter-spacing: -0.1rem;
    font-size: 4.5em;
    line-height: 1;
    font-weight: 800;
    text-shadow: 0rem 0.375rem 0rem rgba(0,0,0,0.188);
	margin-bottom: 2rem;
	margin-top: 2rem;
}

div.frm-region {
	height: 254px;
	margin-bottom: 1rem;
}

#customAmount {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

#copyright {
	z-index: -1;
	display: block;
	right: 3px;
	bottom: 3px;
	position: fixed;
	font-size: smaller;
}

/* Bootstrap overrides */
.btn {
	font-family: 'Inter', sans-serif;
	min-width: 100px;
}

.flex-row {
	margin-bottom: 1rem;
}