/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #023b6d;
}*/

/*.page-header {
    padding: 30px 0 15px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    position: relative;
}*/

/*.page-header:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #9c27b0;
    border-right: 3px solid #fff;
    bottom: -2px;
    left: 0;
}*/

.footer-newsletter {
    padding: 50px 0;
    background: #f4faff;
    text-align: center;
    font-size: 16px;
}

#hero {
	background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(/assets/images/hero_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 204px 20px;
	text-align: center;
}
#hero h1 {
	font-size: 42px;
	margin: 15px 0 15px 0;
	font-weight: 600;
	padding: 0;
	color: #024077;
}
#hero p {
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto 20px auto;
	font-weight: 400;
	max-width: 800px;
	color: #024681;
}
#hero .btn-primary {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 10px 25px;
	background: #9c27b0;
	border-radius: 3px;
	border: none;
}
#hero .btn-primary:hover {
	background: #bb2cd4;
}

@media (max-width: 991px) {
	#hero {
		padding: 80px 20px;
	}
	#hero h1 {
		font-size: 32px;
	}
	#hero p {
		font-size: 18px;
	}
}