body,
html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: rgba(255, 255, 255, 0.5);
	width: 100% !important;
	height: 100% !important;
	/*padding-top: 70px;*/
}

h1 {
	font-weight: 400;
}

h2 {
	line-height: 20px;
	margin: 0;
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h3,
h4 {
	color: #333;
	font-size: 25px;
	font-weight: 500;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 16px;
}

p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #fff;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #928670;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


/* Navigation */

#menu {
	padding: 0px;
	transition: all 0.8s;
	background-color: #000000;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #928670;
}
#menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #928670;
}

.on {
	background-color: #000000 !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #928670 !important;
	background-color: #FFF;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #928670;
	border-color: #928670;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.btn-default {
	color: #928670;
	background-color: transparent;
	border: 2px solid #928670;
	padding: 12px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
	color: #053740;
	background-color: #928670;
	border-color: #928670;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}


/* Home Section */

.intro {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	/*background: url(../img/logo-bg.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: #000;
}

.section-title {
	padding: 25px 0 60px 0;
}

.intro .intro-splat {
	height: 100%;
	width: 100%;
}

img {
	background-color: #000;
}

header {
	background-color: #000;
	padding-top: 70px;
}

#brookside {
	padding: 100px 0;
	background: #928670;
}

#brookside h2 {
	color: #000000;
}

#brookside h4 {
	color: #000000;
}

#brookside p {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}

#findus {
	padding: 100px 0;
	background: #ffffff;
}
#findus .findus-text {
	margin-left: 10px;
}
#findus p {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}

#who {
	padding: 100px 0;
	background: #ffffff;
}
#who .who-text {
	margin-left: 10px;
}
#who p {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}

#facility{
	padding: 100px 0;
	background: #928670;
}

#facility h2 {
	color: #000000;
}

#facility h4 {
	color: #000000;
}

#facility p {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}

#footer {
	background: #000000;
	padding: 25px 0 20px 0;
	colo: #FFF;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #928670;
}
