.pbe-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: bottom;
}
.pbe-cover-wrapper, .main-branding-photo, body, html {
	height: auto;
}
.chief_brand_message {
	
	text-shadow: 2px 2px #000;
	height: 88%;
	margin: auto;
	float: none;
	padding: 250px 20px 250px 20px;
}
.chief_brand_message_inner {
	position: relative;
}
.chief_brand_message_inner h1 {
	font-size: 90px;
	font-weight: bold;
	color:#fff;
}


.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 img {
	width: auto;
}
.down-arrow {
	bottom: 0;
	float: none;
	margin: auto;
	position: relative;
	text-align: center;
	top: 25px;
}
@media (max-width: 991px) {
		.down-arrow {
	
		display:block;
		}
	
}
@media (max-width: 767px) {
	.chief_brand_message_inner h1 {
		font-size: 50px;
	}
	.break{
		display:none;
	}

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

}