.pgp-cover-wrapper {
	width: 100%;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #00529B;
	position: relative;
	height: auto;
	width: 100%;
	display: inline-block;
	padding-top: 20px;
	background-image: url("../jpg/header-bg-3.jpg");
	background-position: top;
}
.pgp-cover-wrapper, .main-branding-photo, body, html {
	height: auto;
}
.chief_brand_message {
	padding: 250px 20px 250px 20px;
	text-shadow: 2px 2px #000;
	height: 100%;
	margin: auto;
	float: none;
}
.chief_brand_message_inner {
	position: relative;
}
.chief_brand_message_inner h1 {
	font-size: 90px;
	font-weight: bold;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}


.chief_brand_message small {
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px #000000;
	font-weight: 400;
}


/******* Styles for the down arrow ***********/


.down-arrow i {
	color: #ffb400;
}

@media (max-width: 991px) {}
@media (max-width: 767px) {
	.chief_brand_message_inner h1 {
		font-size: 50px;
	}
}
@media (max-width: 600px) {}
@media (max-width: 480px) {
	.chief_brand_message_inner h1 {
		font-size: 35px;
	}
	.chief_brand_message small {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.chief_brand_message h2 {
		font-size: 30px;
	}
}