* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html {
	width: 100%;
	height: 100%;
}

header {
	background-position: center left;
	background-size: cover;
	height: 800px;
	position: relative;
}

.header-logo {
	margin: 100px 0px 40px 0px;
}

.footer-logo {
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.beige-container {
	background-color: #cfc5a9;
	padding: 100px;
	transition: background-color 0.25s;
}

.light-beige {
	background-color: #e6dfcc;
}

.small-button {
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 5px 5px 5px;
	border-radius: 20px;
	background-color: #ffffff;
	color: #53524c !important;
	font-size: 15px;
	font-style: italic;
	transition: all 0.25s;
}

.small-button:hover {
	background-color: #53524c;
	color: #ffffff !important;
}

.active-button {
	background-color: #53524c;
	color: #ffffff !important;
}

.left-arrow-button, .right-arrow-button {
	background-color: #ffffff;
	height: 40px;
	border-radius: 20px;
	display: inline-block;
	color: #53524c;
	font-size: 15px;
	font-style: italic;
	text-decoration: none !important;
	background-image: url('../graphics/arrow.gif');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 55px 0px 20px;
	line-height: 38px;
	transition: all 0.25s;
}

.left-arrow-button {
	background-image: url('../graphics/arrow2.gif');
	background-position: center left;
	padding: 0px 20px 0px 55px;
}

.left-arrow-button:hover, .right-arrow-button:hover {
	background-color: #3e3d38;
	color: #ffffff !important;
}

.quote-container {
	width: 30%;
	left: 80px;
	text-align: left;
	position: absolute;
}

.wrapper {
	width: 90%;
	margin: 0px auto;
}

.profile-image {
	width: 350px;
	height: 350px;
	background-position: center center;
	background-size: cover;
	float: left;
}

.profile-container {
	width: calc(90% - 350px);
	float: right;
}

.services-container .third {
	background-color: #53524c;
	height: 700px;
}

.services-container .third:nth-child(even) {
	background-color: #cfc5a9;
}

.preview {
	width: 100%;
	height: 550px;
	background-position: center center;
	background-size: cover;
	margin: 0px 0px 45px 0px;
}

footer {
	width: 100%;
	background-position: center right;
	background-size: cover;
	position: relative;
	padding: 100px 0px;
}

.footer-container {
	width: 40%;
	float: right;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.button {
	display: inline-block;
	padding: 15px 20px;
	margin: 10px 0px 5px 0px;
	background-color: #b8ac8b;
	color: #ffffff !important;
	font-size: 15px;
	font-style: italic;
}

.brown {
	color: #53524c !important;
	font-weight: 600 !important;
}

hr {
	border: 0;
	width: 70%;
	float: left;
    height: 1px;
    background: #cfc5a9;
    margin: 0px 0px 20px 0px;
}

.services {
	overflow: hidden;
}

.services-container p {
	padding: 0px 50px;
}

.reference {
	margin: 0px 0px 15px 0px;
}

.reference hr {
	width: 90%;
	margin: 0px 0px 5px 0px;
}

.references-container .reference:nth-child(3n+4) {

	clear: both;
	
}

.two-col-p p {
	width: 33%;
	float: left;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}

.half {
	width: 50%;
}

.third {
	width: 33%;
}

.services-container .third:nth-child(3n+3) {
	width: 34%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.height5 {
	height: 5px;
}

.height15 {
	height: 15px;
}

.height30 {
	height: 30px;
}

.height50 {
	height: 50px;
}

.hidden {
	display: none;
}
