/* Custom Style */

.btn-demo {
	border-radius: 50px;
}
#bg-purple .header {
	padding: 5px 0;
	background: #fff;
}
.header {
	padding: 5px 0;
	background: #fff;
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.header .logo h1 {
  font-size: 28px;
  font-weight: 600;
}
.navmenu a, .navmenu a:focus {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}
.navmenu li:hover > a, .navmenu .active, .navmenu .active:focus {
	color: #000;
}
.hero {
	padding: 80px 0 60px 0;
	background: #fff;
	/*background-color: #087caa;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#087caa));
	background-image: -webkit-linear-gradient(#004D9F, #087caa);
	background-image: -moz-linear-gradient(#004D9F, #087caa); */
}
#bg-purple .hero {
	padding: 80px 0 60px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#563d7c", endColorstr="#6F5499", GradientType=0);
	background-repeat: repeat-x;
}