@charset "UTF-8";
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: black;
}
p {
	padding: 25px;
	text-align: left;
	margin: inherit;
}
/*a {padding: 25px;
}*/
section > p {
	text-indent: 2em;
}
select {
	background-color: #ffffff;
	padding: 5px;
	font-size: 18px;
	color: black;
}
/*form {*/
	/*margin-top: 50px;*/
/*}*/
hr{
	color: inherit;
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	margin: 0 auto;
}
h1, h2, h3 {
	margin: 25px;
	text-align: center;
}
.title {
	color: #3f4121;
}
header {
	text-shadow: 4px 4px 7px #000000;
	width: 100%;
	height: 120px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffcb05;
	background-color: #3f4121;
}
header > h1 {
	font-size: 280%;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 5px;
	}
nav {
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-color: #c8c7c7
	}
nav > a{
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #981d15;
	text-decoration: none;
	margin: 0px;
	}
nav > a:hover {
	background-color: #981d15;
	color: #c8c7c7;
}
table {
	background-color: black;
}
tr {
	height: 68px;
}
td > img {
	width: 100%;
}
td {
	background-color: white;

}
th {
	color: white;
}
caption {
	margin: 10px;
}
.sideBar {
	display: block;
	float: left;
	border-radius: 10px;
	margin: 5px;
	margin-top: 20px;
	width: 20%;
	height: auto;
	color: #ffcb05;
	background-color: #3f4121;
	border-right: 2px solid #c8c7c7;
}
.sideBar > h3 {
}
.sideBar > a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: inherit;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.sideBar > button {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: inherit;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.caption {
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 5px;
}
.contact{
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
	text-align: center;
	background-color: inherit;
	}
.contact > a{
	font-weight: bold;
	line-height: 1.6em;
	display: block;
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fac833;
	text-decoration: none;
	margin: auto;
	margin-bottom: 20px;
	font-size: 32px;
	background-color: #3f4121;
	border-radius: 10px;
	}
.contact > a:hover {
	background-color: #fac833;
	color: #3f4121;
}
.contactLink {

	background-color: orange;
}
.contactLink > a {
	border: green solid 5px;
	padding: 0;
	text-decoration: none;
	color: red;
	background-color: black;
}
#paymentForm{
	text-align: center;
	width: 100%;
	color: black;
	font-size: 18px;
	}
.selectBox{
	width: 300px;
	margin: 0 auto;
	}
.map{
	margin: 30px auto;
	margin-bottom: 100px;
	text-align: center;
	}
.narrowLeft{
	line-height: 1.6em;
	float: left;
	width: 320px;

}
.halfLeft {
	display: block;
	float: left;
	border-radius: 10px;
	line-height: 1.6em;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #c8c7c7;
	width: 60%;
	padding: 10px;
	border-left: #3f4121 solid 25px;
}
.halfLeft > img {
	display: block;
	width: 80%;
}
.hidden {
	display: none;
}
.expand {
	display: none;
	line-height: 1.6em;
	background-color: white;
	color: black;
	width: 80%;
	position: absolute;
	border: #3f4121 5px solid;
	border-radius: 10px;
	padding: 10px;
}
#about > img {
	width: 80%;
}
#description {
	display: inline;
	padding: 50px;
}
#hidden {
	text-indent: -9999px;
}
#calendar {
	width: 80%;
	margin: auto;

}
