/*
	Custom Header
 */

header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: none;
}

header.filled {
	background: #F4F4F4;
}

.navbar {
	background: none;
}

header .navbar-nav .nav-item {
	background: none;
}

.jumbotron {
	background-image: url("../images/index-jumbotron.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.jumbotron::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 900;
}

.jumbotron-content, .scrollArrow {
	z-index: 901;

}

.scrollArrow a {
	color: #2E9444;
}

.scrollArrow {
	cursor: pointer;
}

.infobox {
	padding: 0;
	margin: 10px 0;
}
.infobox-middle {
	margin: 0 10px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px;
	min-height: 200px;
	display: flex;
}
.infobox-inner {
	display: flex;
}
.infobox .infobox-content {
	margin: auto;
}

@media (max-width: 991px) {
	header {
		background: #F4F4F4;
	}
}