.section-home{
  background-image: url("../images/banner/IMAGE2.jpg"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
  background-blend-mode: overlay;
  background-color: #cccccc;
  height: 400px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.fs-80{
  font-size: 80px;
  font-weight: 900;
}
.pl-4{
  padding-left: 40px;
}

.text-white{
  color: #ffffff;
}
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 100px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.getstarted{
  background-image: url("../images/banner/IMAGE1.jpg"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
  background-blend-mode: overlay;
  background-color: #cccccc;
  /* height: 300px; */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.getstartedin{
  padding: 40px 0px;
}

@media(max-width:767px) {
  .fs-80{
    font-size: 40px;
  }
  .getstarted{
    height: 200px;
  }
}
.brandimg{
  height: 150px;
  width: auto;
}
.brandimage a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.brandimage a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* @media (max-width: 500px) {
    #donateButton {
         display: none;
    }
} */
