/* reset */
body {
	margin:0;
	padding:0;
}

/* big background image */
.parallax-background-image {
	left: 50%;
	max-width: 100%;
	position: fixed;
	transform: translateX(-50%);
	z-index: -1;
}

@media screen and (max-width: 600px) {
.parallax-background-image {
	left: 50%;
	max-width: 300%;
	position: fixed;
	transform: translateX(-50%);
	z-index: -1;
}	
}

/* lovely background */
@media screen and (min-width: 1024px) {
	main:before,main:after {
		aspect-ratio: 1963 / 285;
		background: url(scrollold.png) no-repeat top center;
		background-size: contain;
		content: '';
		display: block;
		margin-left: calc((1024 / 1491) * ((1491px - 1963px) / 2));
		position: relative;
		width: calc((1024 / 1491) * 1963px);
		z-index: 10;
	}

	main:before {
		margin-bottom: -4%;
	}

	main::after {
		margin-top: -4%;
	}
}

main {
	margin-inline: auto;
	max-width: 1024px;
}

html {
	scroll-behavior: smooth;
}

header {
	aspect-ratio: 1491 / 864;
	background: url(scroll-top.png) no-repeat top center;
	background-size: cover;
	filter: drop-shadow(0 15px 8px black);
}

section {
	background: url(scroll-mid.png) repeat-y top center;
	background-size: contain;
	min-height: 46.478vb;
	padding: 0 18%;
	filter: drop-shadow(0 15px 8px black);
	position: relative;
	z-index: 1;
}

footer {
	aspect-ratio: 1491 / 989;
	background: url(scroll-bottom.png) no-repeat bottom center;
	background-size: cover;
	filter: drop-shadow(0 15px 8px black);
	position: relative;
	z-index: 2;
}

/* spacing */
/*
section * + *, footer * + * {
	margin-top: 2rem;
}
*/
footer h3:first-child {
	padding-top: 2rem;
}

li {
	margin: 10px 0;
}

.column {
	float: left;
	width: 50%;
}

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

.row:after {
	content: "";
	display: table;
	clear: both;
}


/* font madness */
@font-face {
	font-family: 'UnifrakturCook';
	font-style: normal;
	font-weight: 400;
	src: url(UnifrakturCook-Bold.ttf);
}

@font-face {
	font-family: 'Srisakdi';
	font-style: normal;
	font-weight: 400;
	src: url(Srisakdi-Regular.ttf);
}

@font-face {
	font-family: 'Mevno1';
	font-style: normal;
	font-weight: 400;
	src: url(mevno1.ttf);
}

@font-face {
	font-family: 'KELMSCOT';
	font-style: normal;
	font-weight: 400;
	src: url(KELMSCOT.ttf);
}

h1,h2,h3,h4,h5,h6,p,li {
	color: #21130d;
}

h1, h2, h3, h4 {
	font-family: "UnifrakturCook", cursive;
	font-size: 2.5em;
}

/* Section Heading - mad drop cap */
h2::first-letter {
	font-family: 'Mevno1';
	font-size: 75px;
	font-weight: lighter;
	color: #21130d;
	float: left;

}
h2 {
	margin: 0;
	word-break: break-all;
}

h3 {
	font-size: 1.8em;
	margin: 0;
}

h4 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

h5 {
	font-family: 'Srisakdi';
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;
	margin: 0;
	margin-bottom: 1em;
}

h6 {
	font-family: 'KELMSCOT';
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;
	margin: 0;
}

p,li{
	font-family: 'KELMSCOT';
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}	

/* IMAGES */
.recipe {
  width: 80%;
  padding: 1em;
  border: 5px double #21130d;
  margin-left: auto;
  margin-right: auto;
  display:block;
}

.rsvp {
  width: 80%;
  border: 5px double #21130d;
  margin-left: auto;
  margin-right: auto;
  display:block;
  padding: 1em;
}

.rsvp p {
	font-family: 'Srisakdi';
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;
	margin: 0;
	margin-bottom: 0.6em;
}

@media screen and (max-width: 600px) {
	.rsvp p {
		font-size: 1em;
	}
}

ul {
	list-style-image: url("bullet.png")
}

a:link {
  color: #ac3325;
}

a:visited {
  color: #25350e;
}

/* form */
input[type="text"] {
	background: url(quill.svg) no-repeat left center;
	background-size: contain;
	border: solid black;
	border-width: 0 0 1px;
	margin: 0;
	padding-left: 20px;
	font-family: 'KELMSCOT';
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;
}

input[name="party_size"] {
	width: 25px;
}

input[name="tent_count"] {
	width: 25px;
}

select {
	background: none;
	border: 1px solid black;
	margin: 0;
	font-family: 'KELMSCOT';
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;	
}

input[type="image"] {
	display: block;
	height: 130px;
	margin-inline: auto;
}

input[type="number"] {
	background: none;
	border: 1px solid black;
	margin: 0;
	font-family: 'KELMSCOT';
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.3px;
	word-spacing: 0.1px;
}