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

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

.overlay-filter {
	filter: grayscale(18%) sepia(21%) brightness(49%) saturate(161%) opacity(86%) contrast(71%);
-webkit-filter: grayscale(18%) sepia(21%) brightness(49%) saturate(161%) opacity(86%) contrast(71%);
-moz-filter: grayscale(18%) sepia(21%) brightness(49%) saturate(161%) opacity(86%) contrast(71%);
}

.video-overlay {
	background: #0a2d64a3 url("images/grid.png")
}

.developed_by {
	font-size: 75%;
	
}
.developed_by a {
	color: #eea263;
}
.developed_by a:hover {
	color: #f36f03;
}

.logo {
	-webkit-filter: invert(80%); /* Safari/Chrome */
    filter: invert(80%);
}