#timer {
	margin-top: 10px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-weight: 100;
}

#timer div {
	display: inline-block;
	line-height: 1;
	padding: 20px;
	font-family: boucherie-block, sans-serif;
}

#timer div span {
	display: block;
	font-size: 20px;
	color: white;
}

#days {
	font-size: 50px;
	color: #B2E557;
}

#hours {
	font-size: 50px;
	color: #B2E557;
}

#minutes {
	font-size: 50px;
	color: #B2E557;
}

#seconds {
	font-size: 50px;
	color: #B2E557;
}

.intro-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 750px;
	margin-bottom: 0px;
	padding-top: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	background-image: url('../images/bkg.jpg');
	background-position: 50% 100%;
	background-size: cover;
	color: #fff;
}

.intro-content {
	width: 1000px;
	max-width: 1140px;
	margin-bottom: 0px;
	text-align: center;
}

.logo {
	display: inline-block;
	padding-bottom: 50px;
	text-align: center;
}

.musicbar {
	height: 100px;
	background-color: #00a651;
	text-align: center;
}

.musicnote {
	display: inline-block;
	width: 30px;
	height: auto;
	margin-top: -15px;
	padding-top: 0px;
}

.heading-2 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 25px 20px;
	clear: both;
	opacity: 1;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 35px;
	line-height: 50px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}

.container {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

.maincontent {
	margin-right: 30px;
	margin-left: 30px;
}

.maincontent.contentwrap {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.heading-5 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	color: #007920;
	font-size: 60px;
	font-weight: 900;
}

.bold {
	color: #666;
	font-weight: 700;
}

.heading-4 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: boucherie-block, sans-serif;
	font-size: 35px;
	text-align: center;
	letter-spacing: 2px;
}

.image-3 {
	display: inline-block;
	margin-bottom: 15px;
}

.button-2 {
	margin-top: 20px;
	border-radius: 5px;
	background-color: #00aa45;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.paragraph {
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}

.paragraph-4 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 26px;
}

.capspread {
	margin-bottom: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	font-size: 20px;
	text-align: center;
	letter-spacing: 5px;
}

.capspread.white {
	color: #fff;
}

.capspread.green {
	color: #00762c;
}

.column {
	border-right: 1px solid #ccc;
}

.link {
	display: inline;
	color: #00a651;
	font-weight: 700;
	text-decoration: none;
}

.footer {
	height: 100px;
	margin-bottom: 80px;
	background-color: #ccc;
	text-align: center;
}

.smallldate {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 25px;
	justify-items: start;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-areas: ". . . . ." ". . . . .";
	-ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1.25fr 30px 1fr;
	grid-template-columns: 2fr 1fr 1fr 1.25fr 1fr;
	-ms-grid-rows: auto 30px auto;
	grid-template-rows: auto auto;
	background-color: #ccc;
	font-family: boucherie-block, sans-serif;
	color: #00a651;
	font-size: 35px;
	line-height: 50px;
}

.heading-1 {
	margin-bottom: 30px;
	font-family: boucherie-block, sans-serif;
	font-size: 60px;
	line-height: 60px;
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.phone {
	color: #666;
	text-decoration: none;
}

.image-4 {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.capspread.white {
		line-height: 24px;
	}

	.smallldate {
		padding-left: 0px;
		background-color: #ccc;
	}
}

@media (max-width: 767px) {
	.intro-content {
		width: 80%;
		padding-top: 20px;
	}

	.musicnote {
		display: none;
	}

	.heading-2 {
		font-size: 25px;
	}

	.container {
		text-align: center;
	}

	.maincontent {
		margin-right: 15px;
		margin-left: 15px;
	}

	.maincontent.contentwrap {
		margin-right: 15px;
		margin-left: 15px;
	}

	.maincontent.contentwrap.sponsor {
		padding-top: 0px;
	}

	.column-2 {
		margin-bottom: 50px;
	}

	.capspread {
		font-size: 15px;
	}

	.capspread.white {
		font-size: 15px;
	}

	.capspread.green {
		font-size: 15px;
	}

	.column {
		border-right-style: none;
	}

	.smallldate {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-top: 20px;
		padding-bottom: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 40px;
		text-align: center;
	}

	.heading-1 {
		font-size: 50px;
	}
		.intro-header {
		height: 750px;
	}
}

@media (max-width: 479px) {
	.musicnote {
		display: none;
		overflow: visible;
	}

	.heading-2 {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.paragraph-4 {
		margin-bottom: 20px;
	}

	.capspread {
		font-size: 15px;
	}

	.capspread.white {
		font-size: 15px;
	}

	.capspread.green {
		font-size: 15px;
	}

	.column {
		border-right-style: none;
	}

	.smallldate {
		padding: 15px 10px;
		background-color: #ccc;
		font-size: 25px;
		line-height: 35px;
	}

	.heading-1 {
		font-size: 36px;
		line-height: 45px;
	}
	.intro-header {
		height: 750px;
	}
}
