@charset "UTF-8";
/* CSS Document */

.splash-image{
	width: 100%;
	background-color: #000000;
	height: 31em;
	display: block;
	clear:both;
	float: none;
	/*	background-image: url(../images/home-splash4.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position:relative;
	overflow:hidden;
}


.splash-image img{
	width: 100%;
	height: auto;
	top:-5em;
	position: absolute;
	min-width: 1280px;
	clip: rect(5em,auto,36em,0px);
}

.splash-image h1{
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000;
}

.splash-image .button{
	box-shadow: 0px 0px 10px #000;
}


p.photo-credit{
	position: absolute;
	z-index:5;
	top: 34.5em;
	left: 1em;
	font-size: 0.85em;
	line-height: 100%;
	font-weight:300;
	color: #fff;
	opacity: 0.6;
}

p.photo-credit a, p.photo-credit a:visited{
	color: #fff;
}


@media screen and (max-width: 63.25em){
	.splash-image{
		background-size: auto 100%;
	}
}
