@charset "utf-8";
/* CSS Document */

	.content_topper {background-image: url("//www.auburn.edu/images/bg_images/samford_bg.jpg"); background-position:center center; background-size:cover; display:table; width:100%; min-height:200px; position:relative;}
	.content_topper .content_container {position:relative; max-width:none; width:100%; display:table-cell; vertical-align:middle;}
	.content_topper .row-title {color:#f58237; font-family:"messinaserif-book"; text-align:center; font-size: 32px; position:relative; z-index:1;}
	.content_topper .filter {position:absolute; top:0; bottom:0; left:0; right:0; background-color:#03244d; opacity:0.75;}


@media (min-width:768px) {
		.content_topper {min-height:350px;}
		.content_topper .row-title {font-size:36px}
}

@media (min-width:1024px) {
		.content_topper {min-height:400px;}
		.content_topper .row-title {font-size:56px}
}