.center {
  margin: auto;
  width: 70%;
}

.nivo-caption {
        pointer-events: none;
}

.donatenow {
    max-width: 640px;
}

.call-to-action {
    background-color: #f2f4f5 ;
    border-radius: 6px;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.make-difference {
    margin: auto;
    width: 60%;
}

.social-media-links {
    margin-bottom: 40px;
}


.center-buttons {
  display: flex;
  justify-content: center;
}

.donate-home-img {
    position: relative;
    }
    
.donate-home-img .donate-home-text{
    position: absolute; 
  bottom: 0px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,125,0,0), rgba(255,125,0,1));
  color: white; 
  font-size: 18px;
  font-size: 2vw;
  font-style: bold;
  width: 100%;
}

.region-sidebar-first {
    margin: auto;
    width: 100%;
}

#block-block-1 {
    margin-left: 0px;
}

#block-block-6 {
    background: #63c6ff;
    margin: auto;
    width: 75%;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}



.donate-button {
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    display: inline-block;
   float: left;
}


.donate-buttonsx {
    position: relative;
    width: auto;
    clear: both;
    display: inline-block;
}

.donate-links {
  background-color: #ffffff;
  border: 3px solid lightgray;
  color: #636466;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  height: 48px;
}


@media screen and (min-width: 320px) {
.donate-links {
    font-size: calc(8px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 767px) {
  .donate-links {
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
  }
}

/*@media screen and (min-width: 767px) {
  .donate-links {
    font-size: calc(10px + 6 * ((100vw - 320px) / 680));
   }
}

@media screen and (min-width: 767px) {
  .donate-links {
    font-size: .8vw;
  }
}*/


/*.donate-links {
    width: 75%;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
}
*/

@media screen and (min-width: 950px) {
  .donate-links {
    font-size: .9vw;
  }
}

.donate-links:hover {
    background-color: black;
    color: orange;
}

.button:hover {
    color: orange;
}
