/* 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;
}
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;
}

body {
    width: 100%;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(images/decor.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 20%;
}
.top {
	margin-top: 50px;
}

.top h1 {
	font-size: 42px;
	font-weight: bold;
	color: #4b0076;
	text-align: center;
	background-color: #f1cdb0;
	opacity: .9;
	width: 1000px;
	margin: 50px auto;
}

.top p {
	font-size: 24px;
	font-weight: bold;
	color: #4b0076;
	text-align: center;
	background-color: #f1cdb0;
	opacity: .9;
	margin-top: 18px;
	width: 1000px;
	margin: 50px auto;
}

.celebrant {
	width: 1000px;
	height: 491px;
	margin: 50px auto;
	background-color: #f1cdb0;
	opacity: .9;
}

.celebrant h2 {
	font-size: 42px;
	font-weight: bold;
	color:  #f1cdb0;
	text-align: center;
	background-color: #4b0076;
	opacity: .9;
	padding-top: 30px;
}

.celebrant ul {
	font-size: 24px;
	font-weight: bold;
	color: #4b0076;
	text-align: center;
	padding: 120px;
}

.rsvp {
	box-sizing: border-box;
	width: 1000px;
	margin: 50px auto;
	background-color: #f1cdb0;
	opacity: .9;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.rsvp p {
	font-size: 24px;
	font-weight: bold;
	color: #4b0076;
	margin: 16px;

}

label {
	background-color: #95b8d1;
	border-radius: 50px;
	color: #4b0076;
	padding: 15px 32px;
	font-size: 20px;
	display: inline-block;
	margin: 16px;
}

/* Turn off parallax scrolling for tablets and phones*/

@media only screen and (max-device-width: 1366px) {
	.parallax {
	  background-attachment: scroll;
	}
  }