
.header-area, footer {
	background: rgb(97,166,14);
	background: -moz-linear-gradient(90deg, rgba(97,166,14,1) 0%, rgba(0,104,56,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(97,166,14,1) 0%, rgba(0,104,56,1) 100%);
	background: linear-gradient(90deg, rgba(97,166,14,1) 0%, rgba(0,104,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#61a60e",endColorstr="#006838",GradientType=1);
	padding: 0;
}
.primary-gradient {
	background: #295865;
	background: linear-gradient(330deg, rgba(41, 88, 101, 1) 1%, rgba(7, 51, 57, 1) 100%);
}
.hb-logo img {
	height: 150px;
	margin-left: 5%;
	margin-right: 5%;
}
.responsive-embed, .flex-video {
	padding-bottom: 56%;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
}
.mtb2 {margin-top: 2rem; margin-bottom: 2rem;}
.ptb1 {padding-top: 1rem; padding-bottom: 1rem;}
.mb4 {margin-bottom: 4rem;}
.header-area {
	display: table;
	height: 150px;
}
.header-area div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5%;
	padding-right: 5%;
}
.text-border {
	padding: 2rem;
	border: 1px solid white;
	margin-bottom: 2rem;
	text-align: center;
}

h1 {
	font-family: "minion-pro", serif;
	font-style: normal;
	letter-spacing: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	line-height: 1.3em;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	color: white;
	line-height: 1.3em;
	padding-bottom: .5rem;
}
p {
	color: white;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.3em;
}

/* Tablet*/
@media screen and (max-width: 63.9375em) {
	h1 {font-size: 2rem; 
		letter-spacing: 10px;}
	h2 {font-size: 1.3rem;}
}

/* Small*/
@media screen and (max-width: 39.9375em) {
	h1 {font-size: 1.6rem;}
	h2 {font-size: 1.2rem;}
	.header-area {height: 100px;}
}