main
{
	border-top : 0 !important;
}

.main-spacer{
	display:none;
}

header,
.rm-menu{
	background-color: transparent;
}

header{
	border-bottom:0;
	height:600px;
	background-image: url(/images/invest-projects-homepage.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

.homepage-header-area{
	height:100%;
	width:100%;
	background: linear-gradient(10deg,rgb(20, 20, 20) 0%, rgba(87, 199, 133, 0) 50%);
}

.homepage-h1{
	font-size: 220%;
	font-weight: 600;
	line-height: inherit;
	text-align: center;
	padding: 1% 2%;
	margin-right: -15px;
	margin-left: -15px;
	font-family: Inter,sans-serif;
	margin-bottom:0;
}

@media only screen and (min-width: 990px) {
	.rm-menu.rm-top-menu{
		background-color: transparent;
	}
}


@media only screen and (max-width: 600px) {
	header {
	height:300px;
  }
}


/* homepage header buttons */
.homepage-header-buttons{
	max-width: 60%;
	margin: auto;
	display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
	margin-top: 350px;
	gap:5%;
}

.homepage-header-buttons div{
	border: 1px solid #fff;
	background-color: rgba(51, 51, 51,0.6);
	padding: 10px;
	text-align:center;
	color:white;
	font-size: 105%;
}

.homepage-header-buttons div:hover{
	background-color: rgba(51, 51, 51,0.4);
	border-width: 1px 0;
}

.homepage-header-buttons div a{
	color: white;
	text-decoration:none;
	font-weight:400;
}

.homepage-header-buttons div a:hover{
	text-decoration:none;
	color: var(--ivp-gray);
}



.homepage-nav-wrapper{
	background-color: rgba(34,34,34,.1);
	display:flex;
	justify-content: center;
}
