body{
  background-color: rgba(255,255,255);

}

.dsmAbout div{
  font-family: 'PP Neue Corp Wide', serif;
  font-size: 9vh;
  color: rgba(60,177,244);
  text-align: start;
  padding: 5vh 15vh;

}

.about-header{
  margin: 0;
  max-height: 80vh;
  background-color: rgba(0,0,0);
  overflow: hidden;
}

.about-header img{
  height: auto;
  width: 100%;
  padding: 0;
  opacity: .9;
}

.aboutText p{
  font-size: 17px;
  padding-bottom: 60px;
  text-transform: none;
  color: rgba(0,0,0,.7);
  font-family:'Trench Slab', sans-serif;
  line-height: 1.8;
}

.dsmDonateContainer{
  text-align: start;
  padding: 0 15vh 0;
  display: flex;
  img{
    height: auto;
    width: 30vw;
  }

}

.AboutFlexBox{
  border-radius: 20px;
  display: flex;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;

}

.dsmDonateWrapper{
  padding: 0 05vh 5vh;
}

.dsmDonateTitle{
  font-family: 'PP Neue Corp Wide', serif;
  font-weight: lighter;
  color: rgba(60,177,244.7);
  font-size: 6vh;
}

.dsmDonateDesc{
  font-family:'Trench Slab', sans-serif;
  color: rgba(0,0,0,.7);
  padding-bottom: 4%;
}

.dsmDonateLink{
  text-decoration: none;
  color: rgba(0,0,0,.7);
  background: rgba(60,177,244);
  padding: 5px;
  font-family:'Trench Slab', sans-serif;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  &:hover{
    box-shadow:none;
  }
}

.AboutFlexHiddenImg{
  display: none;
}

