.banner-div {
    
}


a.donate-button, .donate-button {
    background: #ffa200;
    padding: 7px 15px;
    color: #ffffff;
    font: 18px/22px sourcesanspro-bold-webfont;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 8px;
    position: relative;
}
a.donate-button:hover, .donate-button:hover {
    opacity: 0.80;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}