﻿/* CSS layout */
*, *::after, *::before {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

.container {
	padding: 15px;
	width: 1140px;
	margin: 40px auto;
}

.row {
	max-width: 1048px;
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both
}

[class^="col-"] {
	float: left;
}

[class^="col-"]:not(:last-child) {
	margin-right: 52px;
}

.col-1-of-1 {
	width: 100%;
	text-align: center;
}

.col-1-of-3 {
	width: 30%;
	text-align: center;
}

.logo__group {
	width: 55%;
}

.logo__homes {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.logo__halsall {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.logo__halsall-homes {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.footer {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #1b1b1b;
}

.well--group {
	border: 40px solid #e4e4e4;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 40px;
}

.well--homes {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 10px;
	height: 250px;
	position: relative;
}

.well--halsall {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 10px;
	height: 250px;
	position: relative;
}

.well--halsall-homes {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 10px;
	height: 250px;
	position: relative;
}

.well--footer {
	margin-top: 40px;
	padding: 10px;
	background-color: #e4e4e4;
	border-radius: 4px;
}