<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
*  Begin Domestica Structure Theme
*/

body {
	color:#444;
	-webkit-font-smoothing: antialiased !important;
	font-size: 13px;
	background-color: rgb(130,214,251);
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#inner-container {
  max-width: 800px;
  margin: 0 auto;
}

a, a:visited, a:hover {
	text-decoration: none;
	color:#3B61EC;
}

h1 {
	font-size: 65px;
	line-height: 72px;
	font-family: ".tk-adobe-garamond-pro-1",serif;
}

h2 {
	font-size: 35px;
	margin:0;
	padding:0;
	line-height: 50px;
	color:rgb(245, 8, 213);
	font-family: ".tk-adobe-garamond-pro-1",serif;
}

p {
	margin-bottom:10px;
}

ul {
	margin-bottom:10px;
}

li {}

li span {
	width:85px;
	color:rgb(245, 8, 213);
	display:inline-block;
}

header {
	background-color: rgba(255,255,255,.8);
	border-bottom:solid rgb(191,185,179) 2px;
	height:380px;
	font-size: 35px;
	line-height: 40px;
	display: block;
	position: relative;
	overflow:hidden;
	padding: 12px;
}

header .mask {
	padding:0;
	background:rgba(3, 33, 218, 0.22);
	height:580px;
	color: rgb(255, 255, 255);
	-webkit-transform: translate3d(0, 0, 0);
	background-image: url(stablecafe.jpg);
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	left:0px; top:0px; right:0px; bottom:0px;
	z-index: 1;
}

.coverbox {
	z-index: 2;
	position: relative;
	display: inline;
	padding: 10px 4px 10px 10px;
	margin: 31px 9px 0 0;
	/* border-left: solid 1px transparent; */
	line-height: 126px;
	/* box-shadow: 1px 1px 2px rgba(0,0,0,.2); */
	color: rgb(245, 8, 213);
	background-color: rgba(255,255,255,.7);
	letter-spacing: 1px;
	font-size:69px;
	white-space: pre-wrap;
	font-family: ".tk-adobe-garamond-pro-1",serif;
}

header h1.coverbox {
	padding:25px;
	white-space: pre-line;
	padding-right: 45px;
}

section {
	padding: 10px 10px 0 10px;
	background-color: rgba(255,255,255,.8);
}

section article {
	padding: 10px;
	background-color: white;
}

section#rsvp {
	border-bottom:solid rgb(191,185,179) 2px;
}

section#rsvp .style-wrapper {
  padding-bottom:10px;margin-bottom:10px;background-color:white;
}

section#rsvp .scroll-wrapper {
  width:100%;background-color:white;overflow:hidden;height:551px;
}

section#location {
	height:300px;
	background-color: transparent;
	padding:10px 10px;
	border-bottom:solid rgb(191,185,179) 2px;
	cursor: pointer;
}

section#location h2 {
	vertical-align: middle;
	white-space:nowrap;
	z-index: 2;
	display:inline-block;
	position:relative;
	padding: 10px;
	margin: 10px 0px;
	line-height:50px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	color:rgb(245, 8, 213);
	background-color: rgba(255,255,255,.7);
	padding:10px;
	display:none;
}

section#photos iframe {
	width:100%;
	height:500px;
}

nav {
	background-color: rgba(255,255,255,.8);
	padding:10px 4px 0 4px;
	text-align: center;
}

nav a {
	width:16%;
	display: inline-block;
	background-color:white;
	padding:10px;
	color:rgb(191,185,179);
	margin-right: 4px;
	text-decoration: none;
	text-align: left;
	color:rgb(245, 8, 213);
	font-family: ".tk-adobe-garamond-pro-1",serif;
  font-size: 20px;
}

nav a:last-child {
	margin-right: 0;
}

nav a:visited, nav a:active {
	color:rgb(245, 8, 213);
}

footer {

	height:550px;
	border-width: 2px 0;
	padding:10px;
	background-color: rgba(255,255,255,.8);
}

footer section {
	background-image: url(whitneyanderic.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height:550px;
}

.place-pin {
	color:rgb(245, 8, 213);
	font-size: 14px;
	font-family: 'Cardo', Georgia, serif;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
	display:inline-block;
	position:relative;
	padding: 10px;
	margin: 10px 0px;
	line-height:26px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	background-color: rgba(255,255,255,.9);
	padding:10px;
}

.place-pin h3 {
	font-size: 24px;
}

#map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: .7;
}

#container {
	position:absolute;
	z-index: 1;
	top:0;right:0;bottom:0;left:0;
	overflow: auto;
}

/* Mail chimp overides */
#mc_embed_signup .asterisk, #mc_embed_signup .indicates-required {
	display: none;
}

@media (max-width : 757px) {
  .coverbox {
    font-size: 46px;
    line-height: 95px;
  }
  nav a {
    width: 14%;
    text-align: center;
    font-size: 12px;
  }

@media (max-width : 320px) {
	body {
		-webkit-overflow-scrolling: touch;
		font-size: 12px;
	}
	header {
		height: 236px;
	}
	header .mask {
		height: 480px;
	}
	.coverbox {
		z-index: 2;
		position: relative;
		display: inline;
		padding: 10px 4px 10px 10px;
		margin: 31px 9px 0 0;
		/* border-left: solid 1px transparent; */
		line-height: 58px;
		/* box-shadow: 1px 1px 2px rgba(0,0,0,.2); */
		color: rgb(245, 8, 213);
		background-color: rgba(255,255,255,.7);
		letter-spacing: 1px;
		font-size: 24px;
		white-space: pre-wrap;
	}
	nav a {
		width: 280px;
		margin: 6px;
	}
  section#rsvp .scroll-wrapper {
    height:639px;
  }

	section#photos iframe {
		width:100%;
		height:200px;
	}

	footer {
		height: 200px;
		border-width: 2px 0;
		padding: 10px;
		background-color: rgba(255,255,255,.8);
	}
	footer section {
		height: 200px;
	}
}
</pre></body></html>