/* this file provides theme-specific styles that affect the carousel
 *
 * these changes have been placed in a separate file because they are included
 * in the control panel when the carousel is being previewed
 *
 * they cannot be included in slide-show.css because that is compiled
 * automatically from slide-show.scss */

/* fixes incorrect width created by the `slide' transition in the admin preview
 * modal */
 
 
 #HomeSlideShow {
  margin: 15px 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.flexslider .slides img {
  display: block;
  max-height: 400px;
  width: auto;
}

.slide-show .slide-overlay {
  top: 0;
}
.slide-show .slide-text {
  display: block;
  font-size: 20px;
  height: 400px;
  left: 3%;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  top: 22%;
  width: 33%;
}


.slide-show .btn {
  bottom: 12%;
  font-size: 130%;
  left: 3%;
  position: absolute;
}

.slide-show h2 {
font-family:'ChunkFiveRoman';
 left: 3%;
    line-height: 1;
    position: absolute;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    top: 4%;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}