/*Stylesheet for TallTrees - Learning Community*/
/*Out Of The Box - duartbreedt@gmail.com*/


/* SECTIONS */
/* Section 01 */
#section-01 {
	padding-top: 0;
}
#section-01 img{
	width: 100%;
}
@media all and (min-width: 1200px){
	#section-01 {
		background-image: url("/images/oaks/section-01-lg.jpg");
		height: 100vh;
	}
}
@media all and (max-width: 1200px){
	#section-01 {
		background-image: url("/images/oaks/section-01-md.jpg");
		height: 100vh;
	}
}
@media all and (max-width: 992px){
	#section-01 {
		background-image: url("/images/oaks/section-01-sm.jpg");
		background-attachment: scroll;
		height: 100vh;
	}
}
@media all and (max-width: 768px){
	#section-01 {
		background-image: url("/images/oaks/section-01-xs.jpg");
		background-attachment: scroll;
		height: 100vh;
	}
	section h1{
		font-size: 30px;
	}
	section h2{
		font-size: 15px;
	}
	#links a p:nth-child(1) {
		font-size: 10px;
	}
	#links a p:nth-child(2) {
		font-size: 8px;
	}
}
#section-01 .row {
	opacity: 0;
}
#section-01 .row:nth-child(2) img {
	margin-top: -50px;
}