@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
    padding: 0;
}

.navbar-default
{
	border: none;
	border-radius: 0;
}

.navbar
{
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a
{
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #ffffff !important;
	background-color: #c98b29 !important;
}

.navbar-text
{
	margin-right: 0 !important;
	color: #fff !important;
}

.footer
{
	min-height: 60px;
	padding: 0px 10px 0 10px;
	color: #fff !important;
}

.footer p
{
	height: 100%;
	margin-bottom: 0;
	padding-left: 10px;
}

.footer p a
{
	color: #fff !important;
	height: 100%;
	padding: 20px 20px;
	display: inline-block;
}

.footer a:hover
{
	text-decoration: none;
	background-color: #E7E7E7 !important;
	color: #555555 !important;
}

.body-background {
	
    background-image:url(../images/Harrowgate-Lodge22-background1.jpg);
	background-size:100% 700px;
	background-repeat:no-repeat;
	background-color: #ffeede;
}

.background-burgundy{
	background-color: #850129;
}

.background-flesh {
	background-color: #ffeede;
}

.background-light-blue
{
	background-color: #3399FF;
}

.background-dark-blue
{
	background-color: #333399;
}

.background-red
{
	background-color: #ff3333;
}

.text-light-blue
{
	color: #3399FF;
}

.text-dark-blue
{
	color: #333399;
}

.text-red
{
	color: #ff3333;
}

.bannertext-white
{
	color: #ffffff;
	font-family: 'Loved by the King', cursive;
	font-size:2.875em;
}

.text-white
{
	color: #ffffff;
	
}

.text-image {
   text-align:center; 
   width: 100%;
   font-family: 'Loved by the King', cursive;
   font-size:1.875em;
} 

.top-banner
{
	border-bottom: 6px solid #C98B29;
	padding: 10px 0 5px 0;
}

.panel-blue {
  margin-bottom: 20px;
  background-color: #3399FF;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.carousel-caption
{
	background: rgba(0,0,0,0.2);
}

.no-side-padding
{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.no-side-margin
{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.shadow
{
	background: rgba(0,0,0,0.2);
}