/***** iPad Smaller than 959px *****/
@media only screen and (min-width: 720px) and (max-width: 1024px) {
	
h3 {
	color: #FFF; 
	font-family: Cent-Schoolbook-Bold, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 40px;
	text-align: center;
	margin: 30px 0 20px 0;
}

h6 {
	color: #FFF; 
	font-family: Cent-Schoolbook-Bold, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 28px;
	text-align: center;
	margin: 50px 15% 20px 15%;
}


p {font-size: 15px; line-height: 21px;}


#menu li ul {

    top: 30px;
    border-top: 10px solid #ca602d;

}

#menu li a:link 	{color: #3c3835; cursor: hand; text-decoration: none; padding: 10px 5px 10px 5px;  }



figure.effect-apollo p {
	margin: 10%;
	padding: 0 1em;
	max-width: 150px;
}


.grid figure figcaption {
	padding: 2em;
	font-size: 40px;
	line-height: 30px; 

}

.grid figure h2,
.grid figure p {
	margin: 10%;
	line-height: 30px; 

}

.find-home-img {background-position: center center; background-size: cover; min-height: 485px; }
.find-home {min-height: 485px; }
.find-home-txt {margin: 40px; }




.feature:link {
	background-size: cover; background-position: center center; border-radius: 5px; height: 160px; border: none;  text-decoration: none; color: #FFF;}
.feature:visited {
	background-size: cover; background-position: center center; border-radius: 5px; height: 160px; border: none;  text-decoration: none; color: #FFF; }
.feature:hover {
	background-size: cover; background-position: center center; border-radius: 5px; height: 160px; border: none; cursor: hand; text-decoration: none; color: #FFF; -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1);
}

.feature-txt {width: 100%; border-radius: 0 0 5px 5px; background-color: #a79e87; display: block;padding: 13px 0 13px 0;text-align: center; font-size: 15px; font-weight: normal; position: relative; top: 120px;font-family: franklin-gothic-urw-cond, sans-serif; }



.orange-bar {background-color: #ca602d; position: relative; top: -20px; text-align: center; width: 100%;}

.orange-bar-txt {position: absolute; top: 0px; z-index: 100; width: 100%;  text-align: center; }

.orange-bar-p {font-size: 17px; line-height: 22px; color: #FFF; margin: 0 15% 50px 15%; text-align: center;}

.int-feat {width: 100%; height: 100px; display: block; margin-bottom: 20px;}

