/* CUSTOMIZE THE CAROUSEL */

/* Carousel base class */
.sama-carousel {
  min-height: 400px;
  max-height: 500px;
}

.sama-carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.sama-carousel-item {
 height: inherit;
}


  
  
  
  
 
.sama-carousel-caption {   /* a container element for text in a carousel, size and margins of container set here */
  background-color: transparent;
  max-width: 400px;
  margin-left: 75px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .sama-carousel-caption {
   background-color: transparent;
   max-width: none;
   margin-left: 20px;
   margin-top: 20px;
 }
}


.sama-carousel-title {    /* the title element of the carousel */
 font-size: 40pt;
 line-height: 1.25;
 color: #FFFFFF !important; /* overrides bootstrap setting */
 font-weight: bold;
 text-shadow: 0 10px 10px rgba(0,0,0,.5);
}

.sama-carousel-text {    /* the carousel text */
 color: #FFFFFF;
 font-weight: bold;
 text-shadow: 0 10px 10px rgba(0,0,0,.5);
 font-size: 18pt;
 line-height: 1.25;
}
