@charset "UTF-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 1rem;
	color: rgba(74,80,61,1.00);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	background-color: rgba(234,231,223,1.00);
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	position: relative;
	text-align: center;
}
h1 , h2, h3, h4, h5, h6{
	font-family: 'Abril Fatface', cursive;
	font-weight: 700
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(234,231,223,1.00);
	text-shadow: 0 0px;
}
.center h1 {
	font-size: 5rem;
}
.center p {
	font-style: italic;
	margin-top: -52px;
	margin-left: 268px;
	font-size: 1.25rem;
}
a:link, a:visited {
	color: rgba(110,81,63,1.00);
	text-decoration: none;
	font-size: 1.5rem;
	/* [disabled]text-align: center; */
}
a:hover, a:active {
	color: rgba(194,138,108,1.00);
	text-decoration: none;
}
#topNav ul {
	display: inline-block;
	list-style-type: none;
	text-align: center;
}
#topNav ul li {
	display: inline-block;
	margin-left: 105px;
	margin-bottom: 1px;
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
}
main {
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 30px;
}
main h1 {
	border-top: 5px solid rgba(74,80,61,1.00);
	padding-top: 30px;
	margin-top: -4px;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 18px;
}
.backToTop  {
	font-size: 0.75rem;
	font-style: italic;
	text-align: right;
}
#ourStory p {
	margin-left: 145px;
	margin-right: 145px;
	margin-top: -16px;
	line-height: 1.4;
	text-align: center;
}
#ourMenus {
	border-top: thick solid rgba(74,80,61,1.00);
}
#ourMenus h2 {
	text-align: center;
	font-size: 2rem;
}
#menuBox {
	display: flex;
	margin-left: 50px;
	margin-right: 70px;
	justify-content: space-between;
}
.ourMenu h3 {
	text-align: center;
	margin-top: 8px;
	font-style: normal;
	margin-left: 16px;
}
.ourMenu p {
	text-align: center;
	padding-top: 0px;
	margin-top: -10px;
	margin-left: 19px;
	font-size: 1.2rem;
}
.ourMenu img {
	border-radius: 20px;
	border: thick solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0 5px 27px rgba(166,146,136,1.00);
	box-shadow: 0 5px 27px rgba(166,146,136,1.00);
	margin-left: 19px;
}
#ourMenus h2 {
	margin-top: 30px;
}
#merchInfoBox {
	margin-left: 107px;
	margin-right: 70px;
}
.merchOptions {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	background-color: rgba(194,138,108,1.00);
	border: thick solid rgba(194,138,108,1.00);
	border-radius: 10px;
	max-width: 600px;
}
#merch h2 {
	text-align: center;
	font-size: 2rem;
}
.merchOptions h3 {
	margin-left: 17px;
	color: rgba(234,231,223,1.00);
	font-size: 1.5rem;
	margin-top: 7px;
}
.merchOptions p {
	margin-left: 26px;
	color: rgba(234,231,223,1.00);
	margin-right: 20px;
	font-size: 1.2rem;
}
.merchOptions img {
	margin-left: 9px;
}
.mainEventInfo {
	margin-left: 44px;
}
#events h2 {
	text-align: center;
	font-size: 2rem;
}
#eventsBox {
	margin-left: -8px;
	margin-right: 70px;
	display: flex;
	justify-content: space-between;
}
.eventDetails {
	margin-left: 70px;
	flex-basis: 28%;
	margin-top: 35px;
	margin-right: 70px;
}
.eventDetails h3 {
	text-align: center;
	font-style: normal;
	font-size: 1.5rem;
}
.eventDetails p {
	margin-left: 6px;
	text-align: center;
	margin-top: -9px;
	font-size: 1.2rem;
}
.eventDetails a {
	font-size: 1rem;
	color: rgba(110,81,63,1.00);
	text-align: center;
}
.eventDetails img {
	border: thick solid rgba(255,255,255,1.00);
	border-radius: 20px;
	-webkit-box-shadow: 0 5px 27px rgba(166,146,136,1.00);
	box-shadow: 0 5px 27px rgba(166,146,136,1.00);
	margin-left: -7px;
}
footer h1 {
	border-top: 5px solid rgba(74,80,61,1.00);
	padding-top: 9px;
	margin-top: -10px;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 18px;
}
#footerBox {
	display: flex;
	justify-content: space-between;
	border-bottom: thick solid rgba(74,80,61,1.00);
	margin-bottom: 23px;
}
.footerDetails {
	margin-left: 122px;
	margin-right: 122px;
	margin-bottom: 32px;
}
.footerDetails p {
	margin-bottom: -10px;
}

.footerContainer {
	position: relative;
	text-align: center;
}

.footerText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(234,231,223,1.00);
	margin-left: 273px;
}
.footerText h2 {
	text-align: right;
}
.footerText ul li {
	text-decoration: none;
	display: inline-block;
	margin-left: 12px;
	text-indent: 26px;
	text-align: right;
	font-size: 1.1rem;
}
