/* Home Hero */
#ceremonyHero {
  /* background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,1)), url('../images/hero-banner.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  height: 100vh;
  min-height: 400px;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 991.98px) {
  #ceremonyHero .vertical-center {
    margin: 0;
    position: relative;
    top: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}



#donutchart {
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 575.98px) {
  #donutchart {width: 250px; height: 250px;}
}

#awardeeList {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../images/hero-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  margin-left: -10px;
  margin-right: -10px;
}

.image {
  position: relative;
  width: 100%;
}

.image-overlay-title {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(239,149,40, 0.5);
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.image:hover .image-overlay, .image:hover .image-overlay-title {
  opacity: 1;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .3s ease;
}

/* Testimonial */
