/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800');
body, html {
  color: #5a5a5a;
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.main-nav ul li.active a{
  color: rgb(53, 117, 176) !important;
}

.hero-page {
  overflow: hidden;
}

.brand-img {
  height: 4rem;
}

.banner-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-slider{
  height: 600px;
  overflow: hidden;
}

.about {
  margin-top: 15%;
  width: 30rem;
  height: 30rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 8rem 2rem 2rem;
  border-radius: 100%;
}
.custom-list{
  padding: 0px;
}
.custom-list li{
  list-style: none;
}

.footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.footer-link a{
  margin: 0px 2rem;
}
.footer-link a:hover,.footer-link a:active{
  text-decoration: none;
}
.white-links a{
  color: #FFF;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

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

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

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

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

/* Thin out the marketing headings */

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}



.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}
.prods-slide{
  bottom: 8rem;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 20px;
    height: 0px;
}
.blog .carousel {
  margin-bottom: 2rem;
}

.blog .carousel-indicators .active {
background: #707070;
}


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

