@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1e3e7f;
}
body.home {
    background-image: url("images/background.jpg");
	background-repeat:no-repeat;
    background-position: center;
	margin: 0;
}
body {
	background:#b72025;
	margin: 0;
    color: #fff;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

body.tax a:link,
body.tax a:visited,
body.tax a:active {
	color: #1c90fa;
	text-decoration: none;
	outline: none;
}
body.tax a:hover {
	text-decoration: none;
	color: #fff;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#rsvp {
	padding:50px 0;
	position:relative;
	z-index:10;
}
#rsvp .logo {
	text-align:center;
}
#event p {
    margin-bottom: 20px;
}