body {
  
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 300px;
  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: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  /* min-width: 100%;
  height: 500px; */
  min-width: 100%;
  height: 300px;
}


.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}


.marketing .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
}

.footer {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    height: 200px;
    background-color: #f5f5f5;
}

.footer .container{
      background-color: #f5f5f5;
}


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
      color: #f5f5f5;
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #F5F5F5;
 }
 #social-tw:hover {
     color: #F5F5F5;
 }
 #social-gp:hover {
     color: #F5F5F5;
 }
 #social-em:hover {
     color: #F5F5F5;
 }

  
.carousel .left .glyphicon,
.carousel .right .glyphicon{
    display: none;
 }
 .carousel:hover .left .glyphicon,
 .carousel:hover .right .glyphicon {
    display: block;
 }

       

/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 800px) {  

  /* Carousel base class */
  .carousel {
    height: 400px;
    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: 400px;
    background-color: #777;
  }
  .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 100%;
    height: 500px; */
    min-width: 100%;
    height: auto;
  }



  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  
}




@media (min-width: 1024px) {  

  /* Carousel base class */
  .carousel {
    height: 600px;
    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: 600px;
    background-color: #777;
  }
  .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 100%;
    height: 500px; */
    min-width: 100%;
    height: auto;
  }



  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  
}

@media (min-width: 992px) {
  
}
