html {
	margin: 0;
	padding: 0;
}
body {
	background: #F7EBC5;
	color: #7f763b;
	text-align: center;
	padding: 5% 0 0 0;
	font-family: 'Buenard', serif;
	font-weight: 400;
	margin: 0;
	border-top: 5px solid #7f763b;
}
#page {
	display: block;
	width: 85%;
	max-width: 1100px;
	padding: 5% 5% 0 5%;
	margin: 0 auto;
	height: 100%;
}
h1 {
	font-size: 24px;
	font-family: 'Buenard', serif;
	font-weight: 700;
	font-style: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
img.names {
	border-top: 2px solid #7f763b;
	border-bottom: 2px dotted #7f763b;
	padding: 10px 0;
	margin-top: 15px;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	letter-spacing: .1em;
}
ul {
	list-style: none;
	padding: 0;
	margin: 20px auto;
	width: 50%;
	font-size: 18px;
	font-family: 'Buenard', serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: .2em;
}
p {
	display: block;
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}
em {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: .2em;
}
img {
	width: 90%;
	height: auto;
}
#event-info img {
	margin: 10px auto;
}
a, a:hover, a:visited, a:active {
	color: #7f763b;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
ul#info {
	display: block;
	margin-top: 40px auto;
	background-color: #F7EBC5;
}
#info a {
	display: block;
	padding: 10px;
	margin: 15px auto;
	background: #7f763b;
	color: #f7ebe6;
}
#info a:hover {
	background: #f79999;
}
img.ornament {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: -200px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: -1;
}


#container {
	position: relative;
	display: block;
	width: 100%
}

.hidden {
	display: none;
}

img[src="ornament.png"] {
	position:absolute;
	margin-top: 11rem;
}

/** =MEDIA QUERIES
----------------------------- **/
@media screen and (max-width : 800px) {
	img.ornament {
		top: -150px;
	}
}
@media screen and (max-width : 600px) {
	#page {
		width: 90%;
	}
	h1, h2 {
		font-size: 18px;
	}
	span {
		display: block;
		clear: right;
	}
	img.ornament {
		top: -100px;
	}
	ul {
		width: 60%;
	}
	#info a {
		font-size: 12px;
	}
}
@media only screen and (max-width : 400px) {
	ul {
		width: 68%;
	}
	p {
		width: 80%;
	}
	#info a {
		font-size: 11px;
	}
	img.ornament {
		top: -70px;
		width: 110%;
		left: -5%;
	}
}
