body {
		background-color: #ffe5ff;
		}
		
	

/* 	nav disappears as size reduces */
nav.navbar {
		background-color: #6600ff;
		
}

/* height and color of container */
nav div.container-fluid {
	height: 180px; background-color: #428bca;  
}

/* adds curved corners to logo */
nav a.navbar-brand img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;	
}

/* nav bar text */
nav p.h3 {
	position: absolute; right: 25px; top: 5px; color: white;
}
nav p.h4 {
	position: absolute; right: 25px; top: 50px; color: white;
}
nav p.h4lower { 
	position: absolute; right: 25px; top: 80px;
}
nav p.h4lower a {
	color: white;
	font-size: x-large; 
}

/* Applies background color to the nav bar button group */
nav div.btn-group {
	background-color: #ff0000;
}

/* Styling the buttons on nav bar */
nav div.btn-group button  {
	background-color: #ff0000; border: 0; color: white;
	hidden-xs hidden-sm hidden-med
}

/* content main heading */
     h1  {
	color: #428bca; 
}

h1.page-header {
	margin: 20px 0px -10px; 0px;
}

h1.page-header:hover {  
				-webkit-transform: scale(1.1);
				-moz-transform: scale(1.1);
				-ms-transform: scale(1.1);
				-o-transform:  scale(1.1);
				transform: scale(1.1);
}

	
p.h5 {
	color: #428bca; /*#6600ff;*/
	margin-top: 15px;
}

p.h5 a {
	color: #428bca; /*#6600ff;*/
}

p.h5 a:hover{
	color: black;
}



/* Call now link */
p.h2 a {
	color: red;
	
}

p.h2 {
	margin: 10px 0px 10px; 0px;
}


/* panel styling */
div.panel-body ul {
		padding-left: -10px; margin-left: -25px;
}


/* Footer */


footer p a {
	color: white;
}


/* thumnail gallery */

.thumb {
    margin-bottom: 30px;
}

/* button group small */

div .btn-group btn-group-xs col-lg-2 col-sm-4 hidden-lg hidden-md visible-sm visible-xs button {
	background-color: blue;
}

.gap-right {
	margin-right: 50px;
}

form#enquiry .formgroup label {
	color: blue; width: 10rem;
}

h2, p.h2 {
	color: #428bca;
	{
