/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


.donate-button {
    padding: 1em 2.1em 1.1em;
    border-radius: 50em !important;
    margin: 8px 8px 8px 8px;
    color: white;
    display: inline-block;
    background-color: #5bbd72;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: sans-serif;
    font-weight: 800;
    font-size: .85em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

.donate-button:hover, .donate-button:focus {
    color: white;
    opacity: 0.8;
}
.donate-button:active {
    color: white;
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    transform: scale(0.80);
}

.footer {
    padding-top: 25px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}