/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#home #header.page-section #logo {
	opacity: 0;
	transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}

#home #header.page-section.sticky-header #logo {
	opacity: 1;
}

#page-title.home-banner {
	background-image: url("../images/homeBG.jpg");
	max-height: 400px;
	background-attachment: fixed;
	background-position: -200px 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

.feature-box {
	background-color: #f3f3f3;
	padding: 20px;
	text-align: center;
	margin: 10px;
}