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

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

@media (max-width:767.98px) {
	.parallax {
		background-color: #3D80E4 !important;
	}
}

a, p, span,
h1, h2, h3,
h4, h5, h6,
i, image {
	z-index: 200;
}

.itero-thumbnail {
	background-image: url("../images/itero/thumbnail.jpg");
	background-color: #1a2330;
	background-repeat: no-repeat;  
	background-position: center;
	background-clip: border-box;
	background-size: contain;
	
	height: 100%;
	width: 100%;
	z-index: -100;
	left: 0px;
	bottom: 0px;
	padding: 50%;
}

.blur {
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
}