/*-----------------------------------------------------------------------------
	Framework CSS Overrides
-----------------------------------------------------------------------------*/

.presentation-page .header-filter:after,
.index-page .header-filter:after,
.profile-page .header-filter:after {
	background: rgba(0, 0, 0, 0.80);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.carousel-caption .bg-dark-alpha {
	background: rgba(0, 0, 0, 0.80);
 	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 15%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.0) 85%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0) 15%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.0) 85%);
	padding-top: 10px;
	padding-bottom: 10px;
}



/*-----------------------------------------------------------------------------
	Typography
-----------------------------------------------------------------------------*/

.text-shadow {
	text-shadow: text-shadow: 1px 1px 4px #000000 !important;
}



/*-----------------------------------------------------------------------------
	Utility Classes
-----------------------------------------------------------------------------*/

.content-padding {
	padding: 1em;
}



/*-----------------------------------------------------------------------------
	Sections
-----------------------------------------------------------------------------*/

.padded-section {
	padding: 70px 1.25em;
}
