
	
	.input, .textarea, .button {
		border-radius: 0px;
		background-color: #fff;
		border: none;
		padding: 1.5rem;
		box-shadow: 1px 1px 8px -2px rgba(0,0,0,0.25);
	}
	
	.input:focus, .textarea:focus, .button:hover, .button:active, .button.is-focused:not(:active), .button:focus:not(:active) {
		box-shadow: 1px 1px 8px -2px rgba(0,0,0,0.25);
	}
	.textarea {
		min-height: 250px;
	}
	html { background: url("/_assets/images/background.jpg") no-repeat center center fixed; background-size: cover; }
	body { background-color: rgba(255,255,255,0.6); min-height: 100vh; }
	
	
	#imagelightbox{
	  position: fixed;
	  z-index: 9999;
	  -ms-touch-action: none;
	  touch-action: none;
	}
	
	.print-page-frame {
		height: 21cm !important;
		width: 14.8cm !important;
		background: url("/_assets/images/background.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.print-page-filter {
		background-color: rgba(255,255,255,0.4);
		position: relative;
		height: 21cm;
		margin: auto;
	}
	
	
	.qr-code {
		position: absolute;
		right: 2.82cm;
		bottom: 3.38cm;
		width: 2.5cm;
		height: 2.5cm;
		
	}
	
	
	
	.navbar-item {
		font-family: Allura;
		font-size: 2rem;
	}
	
	.navbar {
		background: none;
	}
	
	.navbar [navbar="active"] {
		font-weight: 700;
	}
	
	@media screen and (min-width: 1024px) {
		.navbar-menu.center {
			justify-content: center;
		}
	}
	
	@media screen and (min-width: 1024px) {
		.navbar-start.center {
			justify-content: center;
			margin-right: 0;
		}
	}
	
	
	.qr-message, .qr-code, .image-print-1, .print-message, .print-border {
		
		/* border: solid 1px red; */
	}
	
	
	
	.image-print-1 {
		position: absolute;
		top: 2.75cm;
		left: 2.4cm;
		width: 10cm;
	}
	
	
	.print-message {
		position: absolute;
		top: 5.5cm;
		left: 2.9cm;
		width: 9cm;
	}
	
	.qr-message {
		position: absolute;
		left: 2.82cm;
		bottom: 3.38cm;
		margin: 0;
	}
	
	
	
	
	
	.print-border {
		position: absolute;
		left: 2.32cm;
		top: 2.88cm;
		width: 10.16cm;
		height: 15.24cm;
		z-index: 200;
		border: solid 1px red;
	}
	
	.print-border-1 {
		position: absolute;
		left: 0cm;
		top: 0cm;
		width: 2.32cm;
		height: 2.38cm;
		border-right: solid 1px #000;
		z-index: 100;
	}
	
	.print-border-2 {
		position: absolute;
		left: 0cm;
		top: 0cm;
		width: 1.82cm;
		height: 2.88cm;
		border-bottom: solid 1px #000;
		z-index: 100;
	}
	
	.print-border-3 {
		position: absolute;
		right: 0cm;
		top: 0cm;
		width: 2.32cm;
		height: 2.38cm;
		border-left: solid 1px #000;
		z-index: 100;
	}
	.print-border-4 {
		position: absolute;
		right: 0cm;
		top: 0cm;
		width: 1.82cm;
		height: 2.88cm;
		border-bottom: solid 1px #000;
		z-index: 100;
	}
	
	.print-border-5 {
		position: absolute;
		left: 0cm;
		bottom: 0cm;
		width: 2.32cm;
		height: 2.38cm;
		border-right: solid 1px #000;
		z-index: 100;
	}
	.print-border-6 {
		position: absolute;
		left: 0cm;
		bottom: 0cm;
		width: 1.82cm;
		height: 2.88cm;
		border-top: solid 1px #000;
		z-index: 100;
	}
	
	.print-border-7 {
		position: absolute;
		right: 0cm;
		bottom: 0cm;
		width: 2.32cm;
		height: 2.38cm;
		border-left: solid 1px #000;
		z-index: 100;
	}
	.print-border-8 {
		position: absolute;
		right: 0cm;
		bottom: 0cm;
		width: 1.82cm;
		height: 2.88cm;
		border-top: solid 1px #000;
		z-index: 100;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	#rsvp-form input[type="radio"]:checked + label:before {
		color: #000;
	}
	
	@font-face {
	  font-family: Allura;
	  src: url(/_assets/fonts/Allura.ttf);
	  font-style: normal;
	  font-weight: 400;
	}
	
	@font-face {
	  font-family: Charter;
	  src: url(/_assets/fonts/charter.ttf);
	  font-style: normal;
	  font-weight: 400;
	}
	
	.allura{
		font-family: Allura;
		font-weight: 400 !important;
	}
	
	.charter {
		font-family: Charter;
		font-weight: 400 !important;
		letter-spacing: 2px;
		color: #444;
		/* text-transform: uppercase; */
	}
	
	.upper {
		text-transform: uppercase;
	}
	
	
	
	.title.charter.is-2 {
		/* text-transform: uppercase; /* */
		font-size: 2.25rem;
	}
	
	.title.charter.is-3 {
		/* text-transform: uppercase; /* */
		font-size: 1.25rem;
	}
	
	
	
	form .field .label {
		font-family: Charter;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
	}
	
	form label.radio {
		font-family: Charter;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
	}
	
	form .form-submit {
		font-family: Allura;
		font-size: 2rem;
	}
	
	
	
	
	
	.is-size-0 {
		font-size: 7rem !important;
	}
	
	.is-size-0-5 {
		font-size: 5rem !important;
	}
	/*
	@media all and (max-width: 768px) {
		
		.is-size-0 {
			font-size: 5rem !important;
		}
		.is-size-0-5 {
			font-size: 3.5rem !important;
		}
		.is-3 {
			font-size: 1.25rem !important;
		}
	  
	}*/
	
.top-image img {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.bottom-image {
	position: fixed;
	display: block;
	bottom: : 3vw;
	right: 3vw;
	width: 100px;
	height: 500px;
	float: left;
}
.bottom-box {
	position: fixed;
	display: block;
	bottom: 0;
	right: 0;
	width: 1500px;
	height: 500px;
	
	background-image: url("/_assets/images/FloralBottomnRight.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}

@media all and (max-width: 768px) {
	
	.top-image img {
		width: 80%;
	}
  
}


.top-imagetest {
	background-image: url("/_assets/images/FloralTopLeft.png");
	background-repeat: no-repeat;
	height: 1rem;
	margin: 0;
	padding: 0;
}

.bottom-imagetest {
	background-image: url("/_assets/images/FloralBottomnRight.png");
	background-repeat: no-repeat;
	height: 1rem;
	margin: 0;
	padding: 0;
}



.parents {
	font-weight: 700 !important;
	font-size: 1.5rem !important;
}

input[type="radio"]:checked+span {
	text-decoration: underline;
}





/* FontA -> YAEEKKQrAAg-0  */
/* FontB -> YACgEaSMfJc-0  */
	
	
	