/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #000;
  overflow-x:hidden;
  overflow-y:scroll;
  font-family: verdana, sans-serif;
}

@media (max-width:991px){
.container {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
@media (min-width: 992px) {
/* Carousel base class */
	
	.carousel-caption {
		position:absolute;
	  right: 15%;
	  bottom: 20px;
	  left: 15%;
	  z-index: 10;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: #ffffff;
	  text-align:left;
	  background-color: rgba(0,0,0,0.6);
	  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
}	

@media (max-width: 991px){
	.carousel-caption {
		position:static;
	  right: 15%;
	  bottom: 20px;
	  left: 15%;
	  z-index: 10;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: #000;
	  text-align:left;
	  text-shadow:none;
	}
}
@media (min-width: 1200px) {
	/* Carousel base class */
	.carousel {
	  height: 700px;
	  margin-bottom: 20px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}
	
	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 700px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  max-width: 100%;
	}
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;

}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  /*text-align: center;*/
  margin-bottom: 20px;  

}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/**********************MY STYLES************************************/
@media (min-width: 992px){	
	/*adjust space for heading above carousel*/
	.topheading {
		margin-top: 11em;
		text-align:center;
		margin-bottom: 4em;
	}
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
  
  .navbar-brand {
	 background-color:#A8E068;
	border-bottom-right-radius:50%;
	border-bottom-left-radius:50%; 
	padding: 2% !important;
 }
 
	 .navbar-inverse .navbar-brand:hover,
	.navbar-inverse .navbar-brand:focus {
	  color: #ffffff;
	  background-color: #fff !important;
	}
}


/* Control brand sizing and positioning*/
.navbar-brand {
 position: fixed;    
 overflow: visible; 
 padding-left: 0; 
  }
 
 /*class for making floorplans same height*/
.img-leveller {
	max-height: 198px;
}
 
 @media (max-width:991px){
 /*control appearance of brand on small resolutions*/
	 .navbar-brand h2 {
		 font-size: 1.2em;
		 color: #000;
		 padding-left: 45px;
	 }
	 
	 .navbar-brand {
		 padding-top: 0px;
		 margin-top: -7px;
	 }
	 
	 /*adjust top spacing on small resolutions*/
	 .topheading {
			margin-top: 10em;
			text-align:center;
			margin-bottom: 4em;
		}
		
}

@media (max-width:767px){
	 .topheading {
		margin-top: 7em;
		text-align:center;
		margin-bottom: 4em;
	}
	
		.pull-right {
			float:none !important;
		}
		
		.navbar-collapse .row {
			background-color: rgba (0, 0, 0, .5);
		}
}
 
.navbar-brand > img{
 height:110px;
 margin-top: -15px;
}

/*change bg color and get rid of border, change font*/
.navbar-inverse {
  background-color: #92d842;
  border-radius: 0px;
  border: 0px;
  font-family: "Crete Round", serif;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
  text-align:center;
}

.navbar-inverse .small > li > a {
  color: #693;
  text-align:center;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

#currentpage a {
  color: #ffffff;
  background-color: transparent;
}

.navbar-collapse {
  max-height: 470px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: hidden;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Crete Round", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
	font-size: 3em;
}

td {
	padding: 10px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}