body {
	background-color: #eaeaea;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin: 0;
}

.container {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	max-width: 768px;
	color: #444444;
}

h1, h2 {
	font-family: 'Montserrat+Alternates', sans-serif;
}

.first-line h2 {
	font-weight: bold;
}

.first-line p {
	font-family: 'Montserrat+Alternates', sans-serif;
	font-size: 22px;
}

header {
	font-size: 28px;
	max-width: 550px;
	margin: 0 auto;
}

.keep-together {
	white-space: nowrap;
}

#not-sticky h1 {
	color: #ffffff;
	background: #00776c;
	margin: 0;
	font-size: 64px;
	text-align: center;
	line-height: 62px;
}

.description {
	padding: 0 10px;
}

.description h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 28px;
}

.content {
	background-color: #F4F4F4;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 4px 4px 4px #AAAAAA;
}

.picture {
	font-size: 13px;
	margin-bottom: 10px;
	position: relative;
}

.picture img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.caption {
	background-color: #ffffff;
	padding: 4px;
	font-size: 13px;
	height: 30px;
}

.caption a {
	color: #00776c;
}

.caption2 {
	font-size: 13px;
}

.author {
	font-style: italic;
	color: #888888;
}

.first-line {
	display: flex;
	flex-wrap: wrap;
}

.first-line a {
	color: #00776c;
}

.chatter {
	border-top: 30px solid #00776c;
	margin-top: 90px;
	padding: 0 10px;
}

.testimonials {
	display: flex;
	flex-wrap: wrap;
}
.testimonials p {
	padding: 10px;
	box-shadow: 0 0 7px #AAAAAA;
	width: 100%;
}
.quote {
	font-size: 90px;
	float: left;
	line-height: 20px;
	color: #aaa;
	font-family: serif;
}

.tunes {
	border-top: 30px solid #00776c;
	margin-top: 90px;
	padding-top: 10px;
	padding-left: 0;
	margin-bottom: 90px;
}

.i-love-cville {
	border-top: 30px solid #00776c;
	margin-top: 90px;
}

.i-love-cville a {
	color: #00776c;
	width: 100%;
	max-width: 518px;
	text-decoration: none;
	font-weight: bold;
}

.i-love-cville a:hover {
	text-decoration: underline;
}

.i-love-cville img {
	width: 100%;
}
.centered-container {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	align-items: center;
	overflow: hidden;
}
.contact a {
	color: #00776c;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #00776c;
	border-radius: 0 0 4px 4px;
	padding: 5px;
	background: white;
	display: inherit;
	text-align: center;
	margin-bottom: -9px;
}

.contact a:hover {
	text-decoration: underline;
}

.phone {
	float: right;
}

.video-container {
	border-top: 30px solid #00776c;
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#top {
	opacity: 0;
	background: #d8d8d8;
	box-shadow: 0 2px 7px #999999;
	width: 100%;
	max-width: 768px;
	height: 70px;
	position: fixed;
	z-index: 30;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top h1 {
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 0 10px;

}
#top.sticky {
	opacity: 1;
	transition: all 0.4s ease;
	background: #00776c;
}

#top .contact {
	margin-right: 10px;
}

.audio {
	display: flex;
	flex-wrap: wrap;
}

audio {
	border: 1px solid #aaaaaa;
	border-radius: 8px;
	margin-right: 10px;
}

footer {
	border-top: 30px solid #00776c;
	width: calc(100% - 30px);
	max-width: 768px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
	margin-top: 20px;
}

footer a {
	color:#086873;
}

footer a:hover {
	font-weight: bold;
}

.background-decoration {
	display: none;
}

@media screen and (min-width: 500px) {
	#top {
		display: none;
	}
	#not-sticky h1 {
		color: #eaeaea;
	}
	header {
		transform: rotate(-20deg);
		transform-origin: 70vw 35vw;
		height: 930px;
	}
	header h1 {
		text-align: left;
		padding: 10px;
	}
	.background-decoration {
		width: 70px;
		height: 290px;
		position: absolute;
		background-color: #00776c;
		display: block;
	}
	.first-line {
		transform: rotate(90deg);
		max-width: 310px;
		transform-origin: 168px 157px;
	}
	.foot-bar {
		position: absolute;
		width: 620px;
		max-width: 100%;
		height: 70px;
		background-color: #00776c;
		right: 0;
		bottom: 38px;
	}
}

@media screen and (min-width: 765px) {
	header {
		transform-origin: 535px 267px;
	}
	.testimonials {
		padding-bottom: 10px;
	}
	.testimonials p {
		max-width: calc(33% - 28px);
		margin: 5px;
	}
}

.map {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	font-size: 12px;
}

@media screen and (min-width: 765px) {
	.map {
		font-size: 18px;
	}
}

.map > div {
	border: 2px solid #00776c;
	border-radius: 8px;
	padding: 10px;
}

.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.map .name {
	font-weight: bold;
}

.map .will { grid-area: 1 / 1 / 2 / 4; }
.map .susanna { grid-area: 2 / 3 / 3 / 6; }
.map .rick { grid-area: 1 / 5 / 2 / 8; }
.map .paul { grid-area: 2 / 7 / 3 / 10; }
.map .pete { grid-area: 1 / 9 / 2 / 12; }
.map .zack { grid-area: 2 / 11 / 3 / 13; }

.stage-plot .border {
	color: white;
	background-color: #00776c;
	padding: 2px 0;
	text-align: center;
}

.on-stage img {
	max-width: 100%;
}

.stage-plot.ideal .select-ideal {
	color: white;
	background-color: #00776c;
}

.stage-plot.minimal .select-minimal {
	color: white;
	background-color: #00776c;
}

.stage-plot.minimal .not-minimal {
	visibility: hidden;
}

.stage-plot .monitor {
	color: white;
	background-color: #00776c;
	padding: 2px 0;
	text-align: center;
}

.stage-plot-heading {
	display: flex;
	justify-content: space-between;
}
.stage-plot-heading button {
	font-size: 1em;
	border: none;
	padding: 4px 10px;
	background: #ffffff;
	border-radius: 8px;
}
