/* CSS Document */

html, body {
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	background: #fff;
}
.row {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.header {
	max-height: 80px;
	padding: 10px 0px 4px;
}

.header img {
	height: auto;
	max-width: 500px;
	width: 100%;
	
}
.header-right {
	text-align:right;
	margin-top: 18px;
}
h3, h1 {
	margin-bottom: 8px;
}
h3 a, h1 a {
	text-decoration:none;
}
.header-right p, .contact p {
	font-size: 18px;
}
.wrapper {
	background-image:url(../images/background.jpg);
	background-position: center center;
	height: auto;
	
}
.banner {
	width: 100%;
	margin: 0 auto;
	background:rgba(0,0,0,.65);
	}
.banner .row {
	padding: 50px 0px;
	max-width: 1140px;
	width: 90%;
}
iframe {
	border-top: 16px solid #000;
	border-bottom: 16px solid #000;
	width: 100%;
}
.banner p {
	color: #fff;
	padding: 14px 30px 0px 0px;
	font-size: 17px;
	margin-bottom: 0px;
	line-height:1.5em;
	letter-spacing: .02em;
}

.intro {
	width: 80%;
}

.mason {
	border-bottom: 5px double #999;
	margin: 20px 0px 50px;
	padding-bottom: 50px;
}
.mason p {
	font-size: 16px;
}
.mason .eight {
	padding-top: 52px;
}
.mason img {
	float: right;
	width: 100%;
	max-width: 193px;
}
.contact {
	text-align:center;
	margin: 20px 0px;
}
.container.bottom {
	padding: 60px 0px 0px;
}
h2 {
	text-align:center;
	background: #ebebec;
	padding: 2px 0px 4px;
	font-size: 3.2rem;
	letter-spacing:normal;
}
.services {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.4;
}
div.row.services div.columns.photo {
	float: none;
	text-align:center;
	margin-left: 0px;
}
div.services div.columns img {
	max-width: 944px;
	width: 100%;
	height: auto;
	margin: 40px auto 20px;
}
.services .left {
	text-align: left;
	padding-left: 12%;
}
.services .right {
	text-align: left;
	padding-left: 0%;
}
.services .columns.right { margin-left: 3.4%;}
.footer {
	background: #ebebec;
	padding: 60px 5% 10px;
	text-align:center;
	margin-top: 50px;
}
.small {
	font-size: 1.3rem;
	color: #666;
}
.small a {
	color: #666;
}
a:hover {
	text-decoration:none;
}

@media (max-width: 1140px) {
	.banner p {
	padding: 14px 10px 0px;
}
}
@media (max-width: 950px) {
	.banner p {
	font-size: 16px;
	
}
}

@media (max-width: 768px) {
.wrapper .column, .wrapper .columns, .header .column, .header .columns {
	width: 100%;
	margin-left: 0px;
}
.intro {
	width: 100%;
}
.banner p {
	margin-bottom: 30px;
}
.header, .header-right {
	text-align:center;
	margin-top: 0px;
}
.services .left, .services .right {
	padding-top: 14px;
	
}
.mason .eight {
	padding-top: 10px;
}
}
@media (max-width: 600px) {
.services .left, .services .right {
font-size: 18px;
}
.mason .eight {
	padding-top: 0px;
}
.mason {
	margin: 10px 0px 40px;
	padding-bottom: 0px;
}
.footer {
	margin-top: 30px;
	padding: 30px 0px 10px;
}

}
@media (max-width: 500px) {
.services .left, .services .right {
	padding-top: 0px;
}
}
@media (max-width: 470px) {
.services .left, .services .right {
	text-align: left;
	padding-left: 10px;
}
.services {
	margin-top: 10px;
	
}
.services .columns.right {
	margin-left: 0%;
}
.mason .three {
	text-align:center;
}
.mason img {
	float:none;
}
}

