@font-face {
	font-family: 'Rag-Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Rag-Bold.woff') format('woff'),
		url('../fonts/Rag-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Slab-Medium';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ABCDailySlab-Medium.woff') format('woff'),
		url('../fonts/ABCDailySlab-Medium.woff2') format('woff2');
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.off-screen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: .5em;
	margin: .5em;
}

.off-screen:focus {
	position: static;
	width: auto;
	height: auto;
}

body {
	margin: 0;
	font-family: 'Rag-Bold',-apple-system, BlinkMacSystemFont, Roboto, sans-serif;
	background: #fff;
	color: #578a42;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.container {
	text-align: center;
	padding: 2rem;
	width: 100%;
	max-width: 402px;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

p, a, span {
	font-size: 1.675rem;
	color: #578a42;
	line-height: 1.1;
	margin-bottom: 2rem;
	text-align: center;
	text-align-last: center;
}

.small {
	font-size: 1.25rem;
}

p.justify {
	text-align: justify;
}

.slab {
	font-family: 'Slab-Medium', serif;
}

.links a {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0.6rem 1.2rem;
	border: 1px solid #578a42;
	border-radius: 6px;
	color: #e6e6e6;
	text-decoration: none;
	transition: all 0.2s ease;
}

.links a:hover {
	background: #fff;
	border-color: #578a42;
}

.print-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.print {
	width: 80%;
	max-width: 140px;
}

.rsvp {
	position: relative;
	width: 100%;
	margin-top: 4rem;
}

hr {
	width: 90%;
	color: transparent;
	border-top: 1px dashed #dadada;
	border-style: dashed;
}

iframe {
	border-top: 1px solid #dadada;
	width: 100%;
	height: 100%;
	min-height: 1000px;
	border: 0;
}

.path {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.path.active {
	visibility: visible;
	height: 100svh;
}

.path img {
	max-height: 80svh;
	width: auto;
}

@media only screen and (max-width: 767px) {
	max-height: 40svh;
}