.mission {
	padding: 10px 0;
	background: #fff;
	font-size: 33px;
	line-height: 36px;
}

.founder {
	background: #fff;
	padding: 50px 0;
	font-size: 1.2em;
}

.wistia {
	width: 100px;
}

.no-margin {
	margin: 0px;
}

/*Boston Childrens Hospital sections*/
.hospital {
	background-image: url(../img/homepage/bg-boston-childrens-hospital.jpg);
	background-position: center;
	background-size: cover;
	min-height: 321px;
}

.side-text-hospital{
	font-size: 1.2em;
	background: #1abc9c;
	min-height: 321px;
	color: #fff;
	padding: 30px;
}

/*ALS Ice Bucket Challenge*/
.als {
	padding: 30px;
	background: #2c3e50;
	background-position: center;
	background-size: cover;
	min-height: 321px;
	color: #fff;
	font-size: 1.2em;
}

/*Veteran Scholarship sections*/
.veterans-text {
	background: #F39C12;
	background-position: center;
	background-size: cover;
	min-height: 321px;
	font-size: 1.2em;
	padding: 30px;
}

/*Wounded Warrior Sections*/
.wwp {
	background-image: url(../img/homepage/bg-wounded-warrior.jpg);
	background-position: center;
	background-size: cover;
	min-height: 321px;
}

.side-text-wwp{
	font-size: 1.2em;
	background: #2980b9;
	min-height: 321px;
	color: #fff;
	padding: 30px;
}

/*Miscellanious*/
.video {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

/*delete later redundancy from main stylesheet*/
.content-section{
	padding: 40px 0;
}

@media (min-width : 992px) and (max-width : 1200px) {
	.panel-green, .panel-orange, .panel-grey, .panel-blue, .panel-wounded, .panel-bch{
		min-height: 264px;
	}
	.page-section p {
		font-size: 14px;
		font-weight: 200;
	}
	h1 {
		font-size: 2em;
	}
}

/*Spacing for staff photos*/
.col-md-2.col-sm-6 {
	margin-top: 50px;
}








