/* Slideshow container */

.slideshow-container {
  position: relative;
  /*background: #f1f1f1;*/
}

.bg-hero {
  display: none;
}

/* Slides */

.mySlides {
  display: none;
  /*padding: 80px;*/
}

.mySlides h2 {
  font-family: "Graphit", Sans-serif;
  /*color: #fff;*/
  text-align: left;
  font-size: 75px;
  font-weight: 900;
  color: white;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
}

/* The dot/bullet/indicator container */

.dot-container {
  text-align: left;
  /*padding: 20px;*/
  padding-bottom: 20px;
  /*background: #ddd;*/
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 7px;
  width: 32px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  transition: background-color 0.6s ease;
  transition: width 0.3s ease-in-out;
  /*transition: height 0.4s ease;*/
  /*transition: margin-bottom 1.2s ease;*/
}

/* Add a background color to the active dot/circle */

.active {
  height: 15px;
  width: 114px;
  margin-bottom: -5px;
  background-color: #d8a3cd;
}

@media (max-width: 1366px) {
  .mySlides h2 {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .mySlides h2 {
    font-size: 36px;
  }
  #banner-main {
    background-position: center center;
  }
}
