@import 'home/video.css';
@import 'home/mastHead.css';
@import 'home/featuredEvent.css';
@import 'home/eventTypeFinder.css';
@import 'home/testimonials.css';
@import 'home/upcomingEvents.css';


h1 {
	font-size: 60px;
    letter-spacing: -0.0125em;
	line-height: 56px;
}
	h1 .subhead{
		position: relative;
		display: block;
		padding-top: 7px;
		font-size: 30px;
		line-height: 32px;
	}

section.white {
	z-index: 10;
}
section.flyin {
	overflow: hidden;
}
section.aqua {
	z-index: 5;
}
section.blue {
	z-index: 10;
}

.aqua {
	background: #0c353d url(../img/home/aquaTexture.jpg) repeat;
}
	.aqua > .bg {
		position: relative;
		display: block;
		background: url(../img/home/map.png) no-repeat center 0;
	}
	.aqua .contentWrapper {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.aqua .border.N {
		top: 0;
		height: 57px;
		background-position-y: -376px;
	}
	.aqua .border.S {
		bottom: 0;
		height: 57px;
		background-position-y: -434px;
	}

	.aqua h1 {
		position: relative;
		display: block;
		height: 70px;
		width: 270px;
		margin-left: -20px;
		padding: 25px 0 0 20px;
		color: #fff;
		text-shadow: 0 2px 0 #000;
		background: url(../img/global/sprites.png) no-repeat -179px 0;
		font-family: 'blewnormal';
		font-size: 27px;
		line-height: 32px;
	}
		.aqua .right h1 {
			background: url(../img/global/sprites.png) no-repeat -179px -96px;
		}

.blue {
}
	.blue .contentWrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.blue .border.N {
		top: -11px;
		height: 29px;
		background-position-y: -347px;
	}
	.blue .border.S {
		bottom: -5px;
		height: 29px;
		background-position-y: -347px;
	}

		

/*	Tablet Layout: 640px - 959px	*/
@media only screen and (min-width: 640px) and (max-width: 983px) {
	
	#testimonials #filigree {
		top: 60px;
	}
	
}
/* */



/*	Phone Layout	*/
@media only screen and (max-width: 639px) {
	
	#testimonials #filigree {
		top: 60px;
	}
	.aqua h1 {
		margin-left: 0;
	}
	
}
/* */





/*	Retina Global	*/
@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi) {
	
	.aqua {
	/*	background-image: url(https://spiritofpeoria.com/application/themes/onehat/img/home/aquaTexture-retina.jpg);
		background-size: 768px;*/
	}
		.aqua > .bg {
			background-image: url(../img/home/map-retina.png);
			background-size: 1650px;
		}
	
		.aqua h1 {
			background-image: url(../img/global/sprites-retina.png);
			background-size: 455px;
		}
			.aqua .right h1 {
				background-image: url(../img/global/sprites-retina.png);
				background-size: 455px;
			}
	
}
/* */