/*	PROMO BLOCK 3
/*----------------------------------------------------*/

.home-promo-3 {
	background: url("../images/beautiful-countryside-hero.jpg") left top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 220px 0px;
	}

.promo-3 h1 {
	font-size: 60px;
	color: #ffffff;
}

.promo-3 h2 {
	font-weight: 600;
	color: #ffffff;
	text-shadow: 1px 2px 3px #333333;
	line-height: 1.2;
}

.promo-3 a {
	margin-top: 40px;
}


.contact-promo-3 {
	background: url("../images/contact-rochester-skyline-1365h.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.about-promo-3 {
	background: url("../images/pexels-photo-1445520-600h.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: auto;
	background-attachment: fixed;
}




/*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}



