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



.HeaderPhoto { 
	position: relative;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	display: block; 
	vertical-align: bottom; 
	width: 100%;
	height: 600px;
	z-index: 1;
	background: no-repeat center center;
	background-size: cover;
	}
	
.HeaderPhoto .Wrapper { 
	display: table;
	width: 100%;
	height: 100%;
	}


.HeaderPhoto .Center { 
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
	text-align: center;
	}


.HeaderPhoto h1 {
	color:#FFF;
	font-size: 4.5em;
	font-weight: 300;
	line-height: 1.05em;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.20);
	margin: 0 auto 10px auto;
	max-width: 1200px;
	}
	
.HeaderPhoto p {
	color:#FFF;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.3em;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.20);
	max-width: 1200px;
	margin: auto;
	}
	
	
.HeaderPhoto img { 
	width: 200px;
	max-width:100%;
	margin-bottom:30px;
	}






@media (max-width: 1200px) 
{
}

@media (max-width: 992px) 
{
	

}