body {
	background: #F5EFE5;
	color: #2C2C2E;
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

h1 {
	margin: 5% auto 0;
	max-width: 320px;
	font-weight: 200;
	line-height: 1.2em;
	font-size: 2.3em;
}

h1 span {
	background: #b8dffc;
	border-right: 1px solid #595959;
}

h1 span.swash {
	background: none;
	border-right: none;
}

p {
	margin: 20px auto;
	max-width: 320px;
	line-height: 1.4em;
	font-weight: 200;
}

a {
	color: #762E2C;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px solid #762E2C;
}

small {
	font-size: 0.7em;
}

strong {
	font-weight: 500;
}

.PS1 {
	font-size: 0.9em;
}

.PS {
	font-size: 0.7em;
}

.rsvp {
	font-size: 0.8em;
}

.swash {
	font-family: "Playfair Display", serif;
}

.exclaim {
	font-size: 0.93em;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(240, 228, 209, 0.9);
	text-align: center;
}

#overlay:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#overlay img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
    display: inline-block;
}

.photos {
	text-align: center;
	background: #F0E4D1;
	margin-top: 80px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	padding: 30px;
}

.photos .thumb, .photos img {
	max-width: 130px;
	max-height: 130px;
}

.photos .thumb {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

.card {
	border-left: 5px solid #4a5386;
	background: #F0E4D1;
	max-width: 350px;
	margin: 50px auto 25px;
	padding: 4px 20px 20px 20px;
}

.locationDot {
	background: #b1b1b1;
	width: 15px;
	height: 15px;
	margin: 25px auto;
	border-radius: 50%;
}

#mc_embed_signup {
	width: 250px;
	margin: auto;
	margin-top: 100px;
	overflow: hidden;
}

#mc-embedded-subscribe-form {
	width: 400px;
}