#footer .footer-menu {
	font-size: 18px;

}
.col-md-12 {
    margin-top:20px;
}  
#footer .footer-menu ul {
	margin-left: 25px;
	padding: 0 1em;
	list-style: none;
}
#footer .footer-menu .company-list b {
	color: #89bd9e;
	font-weight: 600;
}
#footer .footer-menu .startups-list b {
	color: #7fdeff;
	font-weight: 600;
}
#footer .footer-menu .investors-list b {
	color: #dabfff;
	font-weight: 600;
}
.company-list a:hover {
	color: #dabfff;

}
#footer .company-list ul li a:hover {
	color: #89bd9e;
}

#footer .investors-list ul li a:hover {
	color: #dabfff;
}

#footer .startups-list ul li a:hover {
	color: #7fdeff;
}
#footer .footer-menu ul li {
	line-height: 1;
	font-size: 18px;

}
#footer .footer-menu .legal-list b {
	color: #E2FF66;
	font-weight: 600;
}

#footer .legal-list ul li a:hover {
	color: #E2FF66;
}
#footer .footer-menu .legal-list ul li::before {
	border-color: transparent #E2FF66;
}

#footer .footer-menu .social a {
	color: #E2FF66;
	margin-right: 10px;
	font-size: 23px;
}
#footer .footer-menu .social a:hover {
	color: #FFF;
	margin-right: 10px;
	font-size: 23px;
}
.header-bottom {
	width: 100%;
	float: left;
	padding-bottom: 23px;
}
a.navbar-brand img {
	width: 180px;
}
#footer .footer-menu h2 {
  font-size: 22px;
}
.navbar-nav li.nav-item a {
	padding: 0 10px;
	border-right: 2px solid #fff;
	font-size: 19px;
	color: #fff;
	font-weight: 600;

}
.navbar-nav li.nav-item a:hover {
	padding: 8 12px;
	border-right: 2px solid #fff;
	font-size: 19px;
	color: #dd0057;

}
.navbar-nav li.nav-item .nav-link-topgreen {
	color: rgb(137, 189, 159);
	height: 40px;
	line-height: 0px;
	font-size: 19px;
	font-weight: 600;
	border: 1px solid rgb(137, 189, 159);
	border-radius: 6px;
	padding: 8px 12px;
	text-align: center;
}
.navbar-nav li.nav-item .nav-link a:hover {
	padding: 8px 12px;
	border-right: 2px solid #fff;
	font-size: 19px;
	color: #dd0057;

}
.navbar-nav li.nav-item.btn-yellow .nav-link-topgreen {
	color: black;
	border-color: #E2FF66;
	background-color: #E2FF66;
	margin-right: 15px;
}
.navbar-nav li.nav-item.btn-yellow a:hover {
	color: white;
	border-color: #dd0057;
	background-color: #dd0057;
	margin-right: 15px;

}
@media (max-width: 767px) {
.featherlight:last-of-type .featherlight-content {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid black;
  filter: drop-shadow(0 0 0.75rem gray);
  max-width: 90%;
}

