/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h1.section-head {
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
p.center {
	text-align: center;
}
p.navbar-facebook {
	padding-top: 15px;
	font-size: 14px;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-brand {
	/*
	padding: 0;
	margin-right: 15px;
	*/
	margin-left: -15px;
}

.navbar-default {
	font-weight: bold;
	color: #2f2f2f;
	background-color: #c0d4f5;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active {
	color: #ff7d11;
	/* background-color: #cfe7c9; */
	background-color: fbcf98;
}

.img-center {
	margin:0 auto;
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    min-height: 100%;
    padding-top: 120px;
    /* background: #ffffff; */
	background-image: url("../img/durham.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

@media(min-width: @screen-sm-min) {
	.intro-section {
		background-position: top right;
		padding-top: -30px;
	}
}

#intro .panel-body a.offerlink {
	color: #000000;
}

#intro h1, #intro p {
	color: #000000;
}
#intro h2, #intro h3 {
	color: #ffffff;
}
#intro a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.about-section {
    min-height: 100%;
    padding-top: 80px;
    background: #ffffff;
}

.prices-section {
    min-height: 100%;
    padding-top: 80px;
    background: #fbcf98;
}

#prices h3, #prices p {
	color: #ff000;
}

.areas-section {
    min-height: 100%;
    padding-top: 80px;
    background: #ffffff;
}

.gallery-section {
    min-height: 100%;
    padding-top: 80px;
    background: #fbcf98;
}

.reviews-section {
    min-height: 100%;
    padding-top: 80px;
    background: #ffffff;
}

.contact-section {
    min-height: 100%;
    padding-top: 80px;
    background: #fbcf98;
	padding-bottom: 30px;
}

/* FOOTER */

#prefooter {
	background-color: #3eaa49;
	background-image: url("../img/footer-dash2.html");
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
	margin-left: -15px;
	color: #ffffff;
}
#prefooter h3 {
	color: #ffffff;
}
#prefooter small {
	color: #ffffff;
}

#footer {
	background-color: #3E3E40;
	margin-right: -15px;
	margin-left: -15px;
	padding: 15px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
