body {padding-top: 60px;}
.language-links{
  padding-top: 40px;
}
.basic-header{ color: green}
.cclogo{ max-height: 100%; }

.add-padding{
  padding-top: 30px;
}

#products-services{padding-top: 30px}
#about{
  margin-bottom: 60px;
 }
.center-it {text-align: center;}
.homepage-icons{
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
}

.jumbotron{
  color: white;
  background:url(../images/nature_image2.jpg); 
    background-repeat: no-repeat;   
    background-position: center top; 
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-brand,
.navbar-nav li a{
    line-height: 60px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-header button {
  line-height: 75px;
  height: 40px;

}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
}
/* 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: 500px;
  background-color: #777;
}
.carousel-inner > .item > .carousel-img {
	width: 100%;
	height: 500px;
	text-align: center;
	align: center;
}

#csimg1{
	background:url(../images/nature_image.jpg); 
    background-repeat: no-repeat;   
    background-position: center top; 
}
#csimg2{
	background:url(../images/city_image.jpg); 
    background-repeat: no-repeat;   
    background-position: center top; 
}
#csimg3{
	background:url(../images/facility_image.jpg); 
    background-repeat: no-repeat;   
    background-position: center top; 
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
.footer {
  z-index: 100;
  position: fixed;
  line-height: 20px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  background-color: #4BB857;
  font-size: 80%;
}
