/* ------------------------------ Hero Section ------------------------------ */
.hero_header {
	color: #000;
	text-align: center;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 8px;
}
.hero {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 90px;
	margin-bottom: 0px;
}
.light {
	font-family: times new roman;
	font-weight: bolder;
	color: #B0C4DE;
}
.tagline {
	font-family: times new roman;
	text-align: center;
	color: #000;
	margin-top: 4px;
	padding-bottom: 45px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.container, .form-textarea {
	background: #BFD0EB;
	border: none;
	outline: none;
	border-bottom: 2px solid #657fab;
	width: 100%;
	padding: 12px;
	margin-bottom: 35px;
	border-radius: 10px;
	font-size: 14px;
	color: #000;
	font-family: Times New Roman;
}
.container .section .row .col .row .form .div .form-textarea {
	resize: vertical;
	max-height: 150px;
	min-height: 50px;
}