body { 
  margin-top: 52px; /* for bootstrap navbar */
  height: 100%;

  	color: #999;
	font-size: 14px;
	background:#bfbfbf;
	font-family: 'Signika', sans-serif;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


.starter-template {
  /*padding: 40px 15px; */
  text-align: center;
}

/* SECTIONS */

#sTop {
	min-height: 630px;
	background:#e5e5e5;
	color:#3d3d3d;
}

#s1 {
	min-height: 900px;
	background: #ffffff;
}


#s2 {
	min-height: 900px;
	background: #3f3f3f;
}


#s3 {
	min-height: 900px;
	background: #ffffff;
}


#s4 {
	min-height: 900px;
	background: #6e87a1;
	color: white;
}

#s5 {
	min-height: 900px;
	background: #ffffff;
	color: darkgray;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* 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: #484849;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-control.left {
    left: 0px;
    right: auto;
    background-image: none; /* linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.5) 100%); */
    /* background-repeat: repeat-x; */
}

.carousel-control.right {
    left: auto;
    right: 0px;
    background-image: none; /* linear-gradient(to left, transparent 0px, rgba(0, 0, 0, 0.5) 100%);*/
    /* background-repeat: repeat-x; */
}



