/* Home */
.home #main #content { padding: 20px 0 0; }

.home #content { background: url('../img/bg-home.jpg') no-repeat top center; }

/* Homepage */

/* Bar - Boxes */
.boxes { margin-bottom: 20px;}
.boxes .one_third { margin-right: 2%; }

/* Bar - New Students */
.new-students {
    padding: 10px 0;
    color: #fff;
}
.new-students h2 {
	margin-top: 10px;
	color: #fff !important;
	font-size: 48px; 
	font-weight: bold !important;
}

/* Bar - Sign Up */
.sign-up {
    padding: 10px 0;
    color: #fff;
}
.sign-up h2 {
	color: #fff !important;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold !important;
}
.sign-up h5 {
	color: #fff !important;
	/*
	font-size: 26px;
	font-size: 2.6rem;
	*/
}

/* Bar - What We Do */
.what-we-do { 
	padding: 30px 0;
	text-align: center; 
}
.what-we-do h2 { font-size: 30px; font-weight: bold !important; }