.hero-container {
	position:relative;
}
.gallery-icon {
	z-index:99;
	position:absolute;
	bottom:10px;
	right:10px;
}

/* About Us Page */
.about {
	margin:0px 12%;
	padding-bottom:10.8%;
}
.about-title {
	margin-top:30px;
	font-size:36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.about-copy {
	margin-top:20px;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:140%;
}
@media all and (max-width: 800px) {	.about { margin: 0 15% } }
@media all and (max-width: 630px) {	.about { margin: 0 10% } }
@media all and (max-width: 450px) {	.about { margin: 0  5% } }
@media all and (max-width: 400px) {	.about { margin: 0	   } }
/* End About Us Page */

/* Renovations Page */
.renovations {
	margin:0px 12%;
	padding-bottom:10.8%;
}
.renovations-title {
	margin-top:30px;
	font-size:36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.renovations-copy {
	margin-top:20px;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:140%;
}
@media all and (max-width: 800px) {	.renovations { margin: 0 15% } }
@media all and (max-width: 630px) {	.renovations { margin: 0 10% } }
@media all and (max-width: 450px) {	.renovations { margin: 0  5% } }
@media all and (max-width: 400px) {	.renovations { margin: 0	 } }
/* End Renovations Page */

/* New Buildings Page */
.new-buildings {
	margin:0px 12%;
	padding-bottom:10.8%;
}
.new-buildings-title {
	margin-top:30px;
	font-size:36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.new-buildings-copy {
	margin-top:20px;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:140%;
}
@media all and (max-width: 800px) {	.new-buildings { margin: 0 15% } }
@media all and (max-width: 630px) {	.new-buildings { margin: 0 10% } }
@media all and (max-width: 450px) {	.new-buildings { margin: 0  5% } }
@media all and (max-width: 400px) {	.new-buildings { margin: 0	   } }
/* End New Buildings Page */

/* Contact Page */
.contact {
	padding-top:	9.7%;
	padding-bottom:	15.1%;
}
.contact-title {
	font-size:36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.contact-copy {
	margin-top:30px;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:140%;
}
.contact-buttons {
	margin-top:30px;
}
.contact-button {
	font-size:17px;
}
.email-button {
	margin-left:35px;
}
@media all and (max-width: 510px) {
	.contact-button {
		display:block;
		width:100%;
	}
	.email-button {
		margin-top:20px;
		margin-left:0;
	}
}
/* Contact Page */
/* About Us - split logos into thirds */

#c1, #c2 {float: left; display: inline; width: 33.33%; padding: 10% 0 5% 0; align:center;}
#c3 {float: left; display: inline; width:33%; padding: 10% 0 5% 0; align:center;}
