@charset "utf-8";
body {
  padding: 0;
  margin: 0;
  background: #f2f6e9;
}
/*--- navigation bar ---*/
.navbar {
  background: #6ab446;
}
.navbar-brand {
  background: #B4000B;
}
.nav-link {
  color: #fff;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #000;
}
.navbar-collapse {
  justify-content: flex-end;
}
.logo {
  background: rgba(0, 0, 0, 0.6);
}
/* index page  */
.header {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

.header-title {
  color: green;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.title-image {
  margin-left: 15px;
  padding-top: 15px; 	
}
.overview{ 
	padding: 15px;
}

/* Header for the Locator page */
.al-overlay { /* image overlay AL*/
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.0);
left: 500px;	
}
.al-description { 
  top: 15%;
color: green;
}
.al-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.al-description ul {
   list-style: circle; 
	padding-left: 135px;
	color: black;
}

/* image slider on product pages 
.slider {
  width: 100%;
  margin-left: 100px;
}
.carousel-indicators {
  width: 100%;
  height: 500px
}
.carousel-inner div {
  width: 100%;
  height: 500px;
}
*/
/* feature boxes on product pages */
.features {
  margin: auto;
  padding: auto;
  position: relative;
}
.feature-title {
  color: #333;
  /*font-size: 1.4rem;
  font-weight: 700;*/
  margin-top: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.features .btn {
  background-color: #589b37;
  border: 1px solid #589b37;
  color: #fff;
  margin-top: 20px;
}
.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;
}
/* detail pages*/
.detail-header{
	padding: 15px 15px;
}
.detail-image{
	margin-top: 30px;
	padding-top: 15px
}
.detail-text{
	padding-top: 15px; 
	}
/* contact form */
.features .form-control, .features input {
  border-radius: 0;
}
.page-footer {
  background-color: #222;
  color: #ccc;
  margin-left: 15px;
 padding-top: 15px;
  padding-left: 15px;
}
.page-footer h1 {
  text-align: center;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}
/*