.loginbtn {
	
}
.loginbtn a {
	color: darkviolet !important;
}
.freetrialbtn {
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.freetrialbtn a {
	font-size: 9px !important;
	width: 80px;
	vertical-align: center;
	display: inline-block;
	font-weight: bold;
	height: 100%;
}
.navbar .btn-primary {
  border-radius: 6px;
  font-weight: 600;
}
.navbar .btn-primary:hover {
  opacity: .85;
}
.infraheader {
	background-image: url(images/infra.svg);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 80%;
	/* background-color: #e5fbffd6; */
	background-color: #f1faff;
	margin-bottom: 40px;
}
.infraheader * {
	text-align: left;
	color: #333;
}
.propositosection {
	background-color: #f1faff;

}
.propositosection  * {
	color: #333;

}

.solutionsheader {
	background-image: url(images/solutionsheader.png);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 80%;
	background-color: #000d25;
}

.solutionsheader * {
	color: #fff;
	text-align: left;
}
.solutionsheader h1 {
	font-weight: bold;
}
.jobheader {
	background-image: url(images/backgroundjob.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.jobheader * {
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,.9);
}