/* 
	The Garden Rooms CSS
	Copyright © The Garden Rooms. All rights reserved.
	Created by SUMO Newcastle

*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	text-align:left;
	height: 101%;
	margin: 0 !important;
	padding: 0 !important;
	background-color: red !important;
}

h1, h2, h3, p {
	color: #000000;
	text-indent: 1px !important;
}

#wrapper {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

p.strapline {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}

h1.gardenrooms {
	display:none;
	visibility:hidden;
}

div#logo {
	display:block;
	visibility:visible;
}