/** CLASSES PAGE **/


#about-intro {
	width: 100%;
	height: 100%;
  	padding-bottom: 56.25%;
  	position: relative;
  	display: table;
  	background-image: url('../imgs/hero_vision_gradient.jpg');
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
  	margin-top: 60px;
}

	#about-intro .col-10-limit {
		max-width: 946px;
	}

	#about-intro h2 {
		margin-bottom: 16px;
	}

	#about-intro .b1 {
		margin-bottom: 32px;
	}


#about-history {
	width: 100%;
	height: 100%;
  	padding-bottom: 56.25%;
  	position: relative;
  	display: table;
}

	#about-history .col-10-limit {
		max-width: 946px;
	}


.placeholder-portrait {
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 40px;
}

#about-founders, #about-faculty {
	padding-top: 100px;
	padding-bottom: 100px;
	clear: both;
}

	#about-founders .founder-column {
		width: 50%;
		padding-right: 40px;
		display: inline-block;
		margin-bottom: 90px;
	}

	#founder-left {
		float: left;
	}


.about-img {
	width: 100%;
	margin-bottom: 40px;
}

#about-faculty {
	clear: both;
	overflow: auto;
}

	#about-faculty .faculty-column {
		width: 30%;
		float: left;
		display: inline-block;
		margin-right: 3%;
	}

	#about-faculty .faculty-column h3 { margin-bottom: 4px; }

	#about-faculty .faculty-column:nth-child(3n){
		/*margin-right: 0%;*/
	}

#ryderz-image{
	max-width: 1140px;
}

/**  TABLET LANDSCAPE BREAKPOINT  **/
@media (min-width: 1024px) and (max-width: 1279px) {

	#about-intro .col-10-limit, #about-history .col-10-limit {
		max-width: 100%;
	}

	#about-faculty .faculty-column {
		width: 47%;
		/*padding-right: 20px;*/
		margin-right: 4%;
		display: inline-block;
	}

	#about-faculty .faculty-column:nth-child(3n){
		margin-right: 0px;
	}

	#ryderz-image {
		max-width: 700px;
	}

	header {
		padding-top: 110px;
		padding-bottom: 20px;
	}

}

/** TABLET PORTRAIT BREAKPOINT **/
@media (min-width: 768px) and (max-width: 1023px) {

	/* COMPONENT CONTAINERS */
	#about-intro .col-10-limit, #about-history .col-10-limit {
		width: 100%;
	}

	#about-intro, #about-history {
		height: auto;
		padding-bottom: 75%;
		/*padding-bottom: 100%;*/
	}

	#about-faculty .faculty-column {
		width: 47%;
		/*padding-right: 20px;*/
		margin-right: 4%;
		display: inline-block;
		margin-bottom: 40px;
	}

	#about-faculty .faculty-column:nth-child(3n){
		margin-right: 0px;
	}

	#ryderz-image { max-width: 90%; }

	header {
		padding-top: 100px;
		padding-bottom: 10px;
	}

}

/** MOBILE BREAKPOINT **/
@media (min-width: 320px) and (max-width: 767px) {

	#about-intro, #about-history {
		padding-bottom: 0%;
		height: auto;
		width: 100%;
		padding-top: 72px;
		padding-bottom: 72px;
		/*display: inline-block;*/
	}

	.content {
			/*text-align: center;*/
		display: inline-block;
		/*vertical-align: middle;*/
		position: relative;
		top: 0%;
		transform: translateY(0%);
	}


	#about-founders .founder-column, #about-faculty .faculty-column {
		width: 100%;
		margin-bottom: 40px;
	}

	#ryderz-image { width: 90%; }

	header {
		padding-top: 100px;
		padding-bottom: 10px;
	}

}