.tarriff-cover-wrapper {
	width: 100%;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #001e44;
	position: relative;
	height: auto;
	display: inline-block;
	padding-top: 20px;
	background-image: url("https://media.smeal.psu.edu/cms/opal/www/home-tarriff-center/cover/images/header_bg.jpg");
	background-position: center;
}
.tarriff-cover-wrapper, .main-branding-photo, body, html {
	height: auto;
}
.chief_brand_message {
	padding:250px 20px 250px 20px;
	text-shadow: 2px 2px #000;
	height: 88%;
	margin: auto;
	float: none;
}
.chief_brand_message_inner {
	position: relative;
}
.chief_brand_message_inner h1 {
	font-size: 60px;
	font-weight: bold;
	color:#fff;
	font-family: 'Roboto Slab' , serif;
	line-height: 95%;
}
.chief_brand_message_inner h1 span{
	color:#009cde; 
	font-size:40px;
}

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

/******* 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;
}
.down-arrow a{
	color:#fff;
}
@media (max-width: 1200px) {
			.chief_brand_message_inner .btn-lg {
			float:none!important;
			margin-bottom:20px;
		}
}

@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;
	}

}
@media (max-width: 320px) {}