
#mainImage{
	margin:0;
	padding:0;
	width:100%;
	height:238px;
	clear: right;
	background-size:cover;
	background-image: url('../img/classes.jpg');
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: 50%;
	opacity:0;
	
}

#mainContent {
 	width:270px;
	margin: 0 auto;

	
}

 #mainContent h2{
	margin-bottom:10px;
	text-transform: uppercase;
}
#mainContent p{
	font-size: .8em;
	color: #999;
	line-height:1.4em;
	text-align: left;
	margin-top:0px;
}


#caption{
	margin-top:30px;
	opacity:0;
	
}

#caption h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height:39px;
	text-transform: uppercase;
	font-weight: 300; 
	margin-bottom:10px;
	text-align:left;
	opacity:0;

}
#caption h3{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height:1em;
	text-transform: uppercase;
	font-weight: 300; 
	margin-bottom:-15px;
	text-align:left;
	color:#ff9900;

}

#caption span{
	font-weight: 700; 
}

#caption p{
	max-width:550px;
    /*right:0;*/
	font-size: .8em;
	color: #999;
	line-height:1.7em;
	font-weight: 500; 
	margin-left:2px;
	margin-top:20px;

}

#caption #subtitle {
	font-size: 22px;
	margin-bottom:-9px;
	line-height:24px;
}

#caption #titleLinks {
	font-size: 22px;
	color: #ff9900;
	margin-bottom:-7px;
	letter-spacing: -.3px;
	margin-top: 0;
}

#caption #links {
	display: block;
	font-size: 12px;
	line-height:5px;
	margin-bottom:17px;
	font-weight: 500; 
}



p a{text-decoration: none;
  color: #ff9900;
  }

/* Small devices (iPhone, landscape) */

@media (orientation : landscape) {

	#mainContent {
	 	width:555px;
		/*margin: 0 auto;*/

	}
	#address {
		display:block;

	}
	#caption{
		/*margin-top:80px;*/
		float:left;
		margin-top:-20px;

	}
	
	

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	nav {
		float: right;
	/*opacity:0;*/
	}
	
	#mainContent {
	 	width:555px;
		/*margin: 0 auto;*/

	}
	#caption{
		margin-top:30px;
		width:545px;
	}

	#caption br{
		display: none; 
	}	

	#footer br{
		display:none;
	}
	

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.js .slicknav_menu {
		display:none;
	}

	.js #nav {
		display:block;
	}
	nav li:last-child {
		margin-right:10px;
	}

 	#mainContent {
 		width:1100px;
		margin: 0 auto;	
	}

	#caption br{
		display: none; 
	}	
	#caption {
		width:560px;
		margin-left:40px;		

	}
	#caption h2{
		margin-top:10px;
	}


}

