﻿/* Home Page Styles */

.home-secState {
	background: url('../img/home-secState-Photo_sticker.jpg') no-repeat 50% 0%;
	background-size:cover;
	width:100%;
	height: auto;
	position: absolute;
	z-index: 0;
	top:150px; left:0px; right:0px; bottom:0px;
}

.vertical-align-outer {
    width:100%; height:100%;
    display: table;
}

.vertical-align-inner {
    display: table-cell;
    vertical-align: middle;
    position:relative;
    bottom:70px; /* move up half the height of the sticky footer */
}

.image-caption {
	max-width: 1260px;
	padding:0px 30px;
	margin:0px auto;
	position: relative;
	box-sizing:border-box;
	color:white;
	text-shadow: 2px 2px 8px rgba(0,0,0,.85);

}

.image-caption h1, .image-caption h2 {
	margin:0;
	line-height: 48px;
	color:white;
}

.image-caption h1 { font-size: 56px; }
.image-caption h2 { 
	font-size: 42px;
	font-weight: 100;
}
