/* your styles go here */
nav.navbar a.nav-link {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

.add-seperator {
	
}

.nav-item {
	padding: 0px 20px 0px 0px;
}

section {
	padding: 100px 0px 100px 0px;
	overflow: hidden;
}

.frontend-form input {
	width: 100%;
	display: block;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid #eee;
	outline: none;
}

.feature-link {
	color: white;
	font-weight: bold;
}