/* @import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap'); */
@font-face{
		font-family: "Luxurious Script";
		src: url("/fonts/luxurious/LuxuriousScript-Regular.ttf");
}

@font-face {
		font-family: "Editorial Today";
		src: url("/fonts/editorial_today/EditorialToday-Regular.ttf");
}

.reg_text{
	font-family: "Editorial Today";
}

body{
	margin: 0;
	font-size: 14pt;
	background-color: #d2c9be;
	color: #6c0505;
	font-family: "Editorial Today";
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.body_block{
	margin-top: 100px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.body_palette{
	margin-top: 50px;
}

.body_palette h1{
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
	font-size: 48pt;
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

.body_palette_swatches{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.body_photo_br{
	max-height: 600px;
	overflow: hidden;
	padding: 100px 0;
}

.body_photo_br_img{
	width: 100%;
}

.body_info{
	margin: 50px auto;
	width: 50%;
}

.body_info h1{
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
	font-size: 48pt;
	text-align: center;
}

.body_info h3, .body_info p{
	font-family: "Editorial Today";
}

.body_info h3{
	font-size: 20px;
	margin: 0;
}

li{
	margin: 10px 0;
}

.body_link, .body_link_lg{
	margin: 100px auto;
	width: 50%;
	text-align: center;
}

a{
	color: #6c0505;
}

a:visited{
	color: #6c0505;
}

.body_block br{
	margin: 5px 0;
}

.body_ceremony p, .body_reception p{
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

.body_link a{
	font-size: 48pt;
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
}

.body_link_lg a{
	font-size: 48pt;
	margin: 0 auto;
	display: block;
	width: fit-content;
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
}

.body_rsvp{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Editorial Today";
	text-align: center;
}

.body_rsvp > form > p{
	margin-bottom: 40px;
}

.body_seal img{
	width: 115px;
	display: block;
	margin: 100px auto;
}

.body_share{
	max-height: 400px;
	overflow: hidden;
	margin: 50px 0;
}

.body_share_l{
	float: left;
}

.body_share_r{
	float: right;
}

.body_share_img{
	width: 400px;
	height: 400px;
	display: inline-block;
}

.body_share_text{
	padding: 0 50px;
}

.body_share_text h1{
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
	font-size: 48pt;
	margin-bottom: 0;
}

.body_share_text p{
	font-family: "Editorial Today";
	font-size: 14pt;
	margin: 0;
}

.body_share_text p, .body_share_text h1{
	padding: 10px;
	text-align: center;
}

.colour_block{
	height: 200px;
	width: 200px;
	display: inline-block;
	margin: 30px;
}

.head_img{
	width: 100%;
}

.head_title{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 32pt;
	color: #eae6e1;
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
}

.head_title{
	top: 50%;
}

.head_rsvp img{
	width: 100%;
}

.body_rsvp h1{
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
	font-size: 48pt;
	margin-bottom: 40px;
}

.input_w_label{
	max-width: 500px;
	margin: 20px auto;
}

.input_w_label input:not([type=submit]){
	width: 100%;
}

input[type=text]{
	background-color: #e5ded5;
}

h2{
	font-family: "Luxurious Script";
	font-size: 32pt;
	line-height: 0.75;
}

.rsvp_wedding_details{
	font-size: 18pt;
}

.body_palette_swatches{
	width: 30%;
	border-spacing: 25px;
}

.body_palette_swatches tr{
	height: 100px;
}

input[type=submit], button{
	margin: 20px;
	padding: 5px 20px;
	background-color: #6c0505;
	color: #eae6e1;
	border: none;
	font-family: "Luxurious Script";
	letter-spacing: -1pt;
	font-weight: bold;
	font-size: 28pt;
	border-radius: 10px;
}

.input_w_label span{
	font-weight: bold;
	text-align: left;
	display: block;
	padding-left: 15px;
	margin-bottom: 7px;
}

.name_fancy{
	font-family: Luxurious Script;
	letter-spacing: -1pt;
	font-size: 36pt;
}

.error_msg{
		text-align: center;
		margin-top: 50px;
		magin-bottom: 0;
}

@media (max-width: 1200px){

	.body_block{
		max-width: 800px;
	}

	.body_share{
		max-height: none;
	}

	.body_share_l, .body_share_r{
		float: none;
		margin: 0 auto;
		display: block;
	}

	.mobile_hide{
		display: none;
	}

	.body_share_img{
		margin-top: 100px;
	}
}
