@charset "utf-8";
.activeMenuItem {
	border-top: 2px solid #ffab4d;
	border-bottom: 2px solid #ffab4d;
}
#bars {
  display: none;
}
#bars:hover {
  cursor: pointer
}
.fa-bars {
  font-size: 28px;
  color: rgba(125, 125, 125, .5);
  margin-left: 25px;
}
#getstarted {
  display: none;
}
.nav {
  display: inline-block;
  padding-inline-start: 0px;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 1px;
}
.nav li {
  display: inline-block;
  padding: 10px 10px;
  color: #270089;
	font-weight: 500;
  text-transform: uppercase;
  list-style-type: none;
}
.footer-nav {
  display: block;
  padding-inline-start: 0px;
}
.footer-nav li {
  display: inline-block;
  padding: 10px;
  list-style-type: none;
  color: #fff;
}