.scholarship_text {
	font-weight: 600;
	font-family: open-sans, sans-serif;
	color: #5f5f5f;
}

.main_banner_container {
	background-image: url("/images/backgrounds/ron-campbell-scholarship-image.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


#scholarship_content h1 {
	text-transform: uppercase;
	text-align: center;
}
#scholarship_content h1 strong {
	letter-spacing: 0px;
	color: black;
	display: block;
}







/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	.scholarship_text {
		line-height: 25px;
		font-size: 14px;
	}

	.main_banner_container { height: 350px;	}

	#scholarship_content h1 {
		font-size: 15px;
		line-height: 18px;
	}
	#scholarship_content h1 strong {
		font-size: 36px;
		line-height: 40px;
	}
}





/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	.scholarship_text {
		line-height: 23px;
		font-stretch: 13px;
	}

	.main_banner_container { height: 468px;	}

	#scholarship_content h1 {
		font-size: 12px;
		line-height: 13px;
	}
	#scholarship_content h1 strong {
		font-size: 39px;
		line-height: 43px;
	}
}





/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.scholarship_text {
		line-height: 31px;
		font-size: 17px;
	}

	.main_banner_container { height: 560px;	}

	#scholarship_content h1 {
		font-size: 15px;
		line-height: 17px;
	}
	#scholarship_content h1 strong {
		font-size: 42px;
		line-height: 46px;
	}
}





/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	.scholarship_text {
		line-height: 41px;
		font-size: 23px;
		width: 860px;
	}

	.main_banner_container { height: 711px;	}

	#scholarship_content h1 {
		font-size: 20px;
		line-height: 22px;
	}
	#scholarship_content h1 strong {
		font-size: 57px;
		line-height: 63px;
	}
}





/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	.scholarship_text {
		line-height: 41px;
		font-size: 23px;
		width: 860px;
	}

	.main_banner_container { height: 711px;	}

	#scholarship_content h1 {
		font-size: 20px;
		line-height: 22px;
	}
	#scholarship_content h1 strong {
		font-size: 57px;
		line-height: 63px;
	}
}