	body {
	  padding-bottom: 40px;
	  color: #5a5a5a;  
	  background-color:#FFFFFF;
	  	/* 8A00F8 6E008E 3b005b*/ 
	}
    .page_title h2 {
    color: #5e0a5c;
    text-shadow: 1px 1px black;
}
	.purple_border{
	background-color:#5e0a5c;
		}	
	.container-marketing {
		background-color: #FFFFFF;
	}
			  /* 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: #777; */
	  background-image:url(../images/logobig.png); 
	 
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  height: 500px;
	  background-image:url(../images/logobig.png); 
	
	}
	.carousel-control {
		opacity: 1.0;
	}
		
	.carousel-control.left { 	
	}
	.carousel-control.right {
		left: auto;
		right: 0; 
	} 
	.carousel-caption {
		background-color: transparent;
	} 
	
	.btn-lg.btn-primary 
	{
		background-color: green;
	} 
	
	/* MARKETING CONTENT
	-------------------------------------------------- */
	.marketing {
		background-color:#FFF;
	} 
     