* {
	margin: 0;
	padding: 0;
	}

body {
	background-attachment: fixed;
	background-color: #66f;
	background-image: url('../images/bg.jpg');
	background-size: 100px 100px;
	bottom: 0px;
	color: #555;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	}

ul {
	list-style-position: inside;
	list-style-type: none;
	}

/*setup links*/
A {
	color: #008;
	text-decoration: underline;
	}

A:active,
A:focus,
A:hover {
	text-decoration: none;
	}
/*End setup links*/

p, .text {
	box-sizing: border-box;
	max-width: 35em;
	text-indent: 2em;
	}

/*Setup banner*/
header {
	background-color: #44a;
	display: block;
	}

.banner {
	display: none;
	margin: 0 auto;
	max-width: 100%;
	}
/***End setup Banner*/

/*Do Nav Bar Setup*/
nav {
	background-color: #222;
	border: 0px solid black;
	border-width: 1px 0;
	box-sizing: border-box;
	font-family: 'sawasdee', 'Times', 'serif';
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
	}
	nav li {
		display: inline-block;
		position: relative;
		z-index: 0;
		}
	nav A {
		color: white;
		display: inline-block;
		font-weight: bold;
		text-decoration: none;
		}
	nav A:active,
	nav A:focus,
	nav A:hover {
		text-decoration: underline;
		}

nav.fixed {
	left: 0;
	top: 0;
	z-index: 10;
	}

/*End nav bar setup*/

section {
	background-color: #fff;
	box-sizing: border-box;
	width: 95%;
	}

section h1 {
	color: blue;
	display: block;
	font-family: cursive, "Times New Roman", monospace;
	font-size: 5em;
	font-weight: normal;
	text-align: center;
	text-shadow: 3px 3px 5px #aaa;
	}

section p {
	padding: .35em;
	}

/*Setup info blocks*/
#infoBlocks {
	margin: 2em auto;
}

#infoBlocks div {
	display: inline-block;
	margin: 1em;
	width: 300px;
	vertical-align: top;
}

#infoBlocks img {
	display: block;
	width: 100%;
  }

#campDate {
	color: #333;
	display: block;
	font-family: sans;
	font-size: 1.5em;
	font-style: italic;
	margin: .25em;
	text-decoration: underline;
}

#tableWrap span {
	background: #f77;
	color: white;
	display: block;
	font-family: sans;
	font-size: 200%;
	font-style: italic;
	padding: .25em;
	outline: 1px solid black;
}

#overflowWrapper {
	overflow-x: auto;
	padding-top: .5em;
	}

#schedule table {
	display: inline-table;
}

#schedule tr.dates td {
	font-size: 75%;
	font-style: italic;
	padding: 0;
}

#schedule td {
	padding: .5em;
	text-align: center;
}

#location div {
	margin: 1em;
	}

#location iframe {
	height: 400px;
	max-height: 100%;
	max-width: 600px;
	width: 100%;
  }

/*Setup contact form*/
#contact {
	background: blue;
	box-shadow: initial;
	color: white;
	margin: 0;
	width: 100%;
  }

#contact h1 {
	color: white;
}

#contact div {
	margin-bottom: .25em;
	margin-top: .5em;
  }

#contact a {
	color: white;
	}

/***End contact form*/

/*
*
*
miscellaneous
*
*
*/
img {
	max-width: 100%;
	}
