body {
	background-color: #2b2d2b;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.about, body.contact {
	color: #E8D3CA;
}
.logo_divide, .about_hyphens {
	color: #a8643f !important;
}
body.about p {
	font-size: 13px;
}
body.contact p:not(.copyright):not(.contact.thanks) {
	font-size: 18px;
	max-width: 412px;
	margin-bottom: 25px;
}
body.about p.quote {
	padding: 60px 6px 60px 0px;
    font-weight: 600;
}
body.about h1, body.contact h1 {
	font-size: 6.5rem;
}
body.about h2, body.contact h2 {
	font-size: 3rem;
}
a.tel_link {
	color: #E8D3CA !important;
	text-decoration: none;
}
body.about p.quote, body.about h1, body.contact h1, body.contact a.textLink, .copyright {
	color: #a8643f;
	text-decoration: none;
}
.copyrightBar {
	width: 80%;
	margin: 100px 0 50px;
	border-top-color: #a8643f !important;
}
.copyright {
	font-size: 11px !important;
	letter-spacing: 1px;
}
.portfolio_link {
/*	display: block;
	float: left; */
	display: inline-block;
	width: 33.333%;
	position: relative;
}
.inner img.cross {
	position: absolute;
	width: 11%;
	left: 44%;
    top: 46%;
	opacity: 0;
	rotate: 0deg;
}
.inner:hover img.cross {
	opacity: 1;
	rotate: -360deg;
	filter: invert(1);
	-webkit-transition: rotate 1s ease 0s;
    transition: rotate 1s ease 0s;
}
.inner {
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	line-height: 0;
	border-radius: 0;
}
.inner:hover {
	border-radius: 50%;
	transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
}
.inner:after {
	-webkit-transition: opacity .4s cubic-bezier(.7, 0, .36, .63), -webkit-transform .4s cubic-bezier(.7, 0, .36, .63);
	transition: transform .4s cubic-bezier(.7, 0, .36, .63), opacity .4s cubic-bezier(.7, 0, .36, .63);
	transition: transform .4s cubic-bezier(.7, 0, .36, .63), opacity .4s cubic-bezier(.7, 0, .36, .63), -webkit-transform .4s cubic-bezier(.7, 0, .36, .63);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 0;
}
.inner img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.inner:hover img:not(.cross) {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/*opacity: 0.6;*/
}
.inner p {
	color: white;
}
.inner p {
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 1.5vw;
}
.inner p.portfolio_header {
	color: #c1c1c1;
}
.inner p.portfolio_header {
	font-size: 2vw;
/*	bottom: -76px;*/
	bottom: -88px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: bold;
}
.inner p.portfolio_sub {
/*	bottom: -102px;*/
	bottom: -114px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: normal;
}
.inner:hover p.portfolio_header {
	bottom: 11px;
	-webkit-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
}
.inner:hover p.portfolio_sub {
	bottom: -7px;
	-webkit-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
}