@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #333;
	margin: 0;
	padding: 10px;
}
img {
	width: auto;
}
hr {
	border-style: none;
	border-top: 1px solid #ccc;
	width: 75%;
	margin: 20px auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.right img {
	width: 25px;
}
.container {
	width: 60%;
	margin: 40px auto;
}
.bespoke {
	width: calc(100% - 40px);
}
.bespoke img {
	height: 150px;
}
.banner-container {
	width: 100%;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
	height: auto;
}
.waistcoats-unlimited {
	width: calc(50% - 61px);
	float: left;
	padding: 0 60px 0 0;
	border-right: 1px solid #ccc;
}
.waistcoats-unlimited img {
	height: 100px;
}
.me-and-my-mum {
	width: calc(50% - 60px);
	float: right;
	padding: 0 0 0 60px;
}
.me-and-my-mum img {
	height: 100px;
}
.footer{
	display: inline-block;
	width: 100%;
	padding: 60px 0 0 0;
	margin: 60px 0 0 0;
	font-size: 80%;
	border-top: 1px solid #ccc;
}
a {
	text-decoration: none;
	color: #868686;
}
a:hover {
	color: #A80F09;
}
.btn, .btn-off {
	display: block;
	background-color: #666;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	margin: 0 auto;
}
.btn:hover {
	background-color: #000;
}
@media (max-width:1024px){
	.container {
		width: calc(100% - 120px);
		margin: 60px;
}
@media (max-width:800px){
	.left, .right {
		float: none;
		display: block;
		clear: both;
	}
	.container {
		width: calc(100% - 40px);
		margin: 20px;
	}
	.bespoke {
		width: 100%;
	}
	.bespoke img {
		height: 120px;
	}
	.waistcoats-unlimited {
		width: 100%;
		float: left;
		padding: 0;
		border-right: none;
		border-bottom: none;
	}
	.me-and-my-mum {
		width: 100%;
		float: right;
		padding: 30px 0 0 0;

	}
	.footer {
		border-top: none;
		padding: 30px 0 0 0;
		margin: 0;
	}
}
