/* 
#home_hero::after {
	content: " ";
	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5088235977984944) 70%, rgba(255,255,255,1) 100%);
	width: 80%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#home_hero h1, #home_hero p {
	color: #4e4031;
	position: relative;
	z-index: 9;
}

 */
.home #header {
	//background: none;
}
/* section#home_hero:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 65vh;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
} */
/* #home_hero h1, #home_hero p {
	color: #4e4031;
	position: relative;
	z-index: 9;
} */
#home_hero .hero_video_wrapper:after {
	content: " ";
	background: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.2);
	left: 0;
	bottom: 0;
	z-index:0;
}
#home_hero {
	height: 100vh;
	position: relative;
}
#home_hero p {
	max-width: 900px;
	margin:auto;
}
.beige-color {
	color: #4e4031;
}
p#cutting_edge_title-1,
p#cutting_edge_title-2,
p#cutting_edge_title-3{
	color:#d9d6d3;
}

#home_hero .hero_video_wrapper:before {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	height: 350px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}



#home_hero::after {
	content: " ";
	background: linear-gradient(
   to top,
   rgba(255,255,255,1) 0%,
   rgba(255,255,255,.5) 70%,
   rgba(255,255,255,0) 100%
 );
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0px;
	opacity: 0;
}
.black-bg{
	background: #000;
}
/* #header {
	background: none;
} */

@media(max-width:1800px){
	.project-info-wrapper h2.small-title {
		font-size: 21px;
	}
}
@media(max-width:1800px){
	.project-info-wrapper h2.small-title {
		font-size: 18px;
	}
}