H1
{
	font-weight: normal;
}
BODY
{
	background-color: #747361;
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
}
DIV#tbhh
{
	background-color: #D7B95C;
	display: block;
}
DIV#al
{
	background-color: #3786A5;
	display: block;
}
#subs
{
	display: block;
}
DIV.desc
{
	background-color: #FFFFFF;
	padding: 20px 5px;
	color: #747361;
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
}
DIV.logo
{
	padding: 5px 0px;
}
.desc A
{
	color: #747361;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
#sandowncontacts P, #sandowncontacts A
{
	color: #FFFFFF;
	text-decoration: none;
}
A:hover, #sandowncontacts A:hover
{
	text-decoration: underline;
}
DIV.desc P
{
	margin: 0;
}
DIV.container
{
	border: 1px solid #FFFFFF;
	margin: auto;
	text-align: center;
}
DIV#sandown
{
	margin: 30px 0px;
}
DIV.container
{
	margin: auto;
	width: 90%;
	padding: 5%;
}
#tbhh, #al
{
	margin-bottom: 30px;
}
#sandown IMG
{
	width: 100%;
	max-width: 386px;
}
/* Phones Portrait (phones, less than 480px) */
@media (max-width: 767px)
{
	BODY
	{
		font-size: 16px;
	}
	.image IMG
	{
		width: 100% !important;
	}
}
/*Phones Landscape (phones, 480px and up) */
/*@media (min-width: 481px)
{
}*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
	BODY
	{
		padding: 0;
	}
	.container
	{
		max-width: 740px;
	}
	.image IMG
	{
		width: 100%;
	}
	DIV#subs
	{
		display: flex;
		justify-content: space-around;
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
}
/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px)
{
	.container
	{
		width: 1080px;
	}
}*/
/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1600px)
{
	.container
	{
		(*width: 1440px;*)
		width: 1248px;
	}
}*/
