.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#subscribe {
  size: 1.5rem;
}
#subscribebackground {
  background-image: "assets/img/resource/computer.png";
}
#name.form-control[type="email"] {
  background-color: white;
}
#name.form-control[type="email"]::placeholder {
  color: #663b94;
  size: 1.5rem;
}
.backgroundHeaderImage {
  background-image: url("assets/img/resource/computer.png");
  background-size: cover;
}
.testimonial {
  position: center;
}
.containerTestimonial {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.containerTestimonial::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.containerTestimonial img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.containerTestimonial span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .containerTestimonial {
    text-align: center;
  }

  .containerTestimonial img {
    margin: auto;
    float: none;
    display: block;
  }

  .slideshow-container {
    /* position: relative; */
    background: transparent;
    /* margin-top: auto; */
  }
  
}

.slideshow-container {
  position: relative;
  background: #844da3;
  /* margin-top: ; */
}

.avatar {
  /* vertical-align: center; */
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.author {
  color: #ffffff;
}

#avatarhc {
  width: 80px;
  height: 100px;
  border-radius: 50%;
}

.darkText {
  color: #2C3E50;
}