
.donation{
    width:960px;
    max-width:100%;
    margin:0 auto
}

.btn{
    margin-right:3px;
    margin-top:10px;
    display:inline-block;
    white-space:nowrap;
    padding:8px 20px;
    border-width:1px;
    border-style:solid;
    cursor:pointer;
    color:#2c3e50;
    border-radius:4px;
    font-weight:bold;
    -webkit-transition:background-color .5s ease-in;
    -moz-transition:background-color .5s ease-in;
    -o-transition:background-color .5s ease-in;
    -ms-transition:background-color .5s ease-in;
    transition:background-color .5s ease-in;
    text-decoration:none
}
.bg-orange{
    color:#ecf0f1
}



.btn.bg-orange{
    border-color:#d35400
}

.btn.bg-blue{
    border-color:#3aa1e0;
	background-color:#3aa1e0;

}

.btn.bg-blue:hover{
    background-color:#3ab9e0
}

button.btn.bg-blue {
    padding: 20px 10%;
}

.bg-orange{
    background-color:#d35400
}
.btn.bg-orange:hover{
    background-color:#eb9950
}
.text-center{
    text-align:center
}
 
 
.donate li {
    list-style: none;
    display: inline-block;
    padding: 20px;
    background-color: #2C3E50;
    margin: 10px;
    width: 18%;
    text-align: center;
    color: #ecf0f1;
    font-weight: bold;
    opacity: 0.7;
    cursor: pointer;
}

.donate li:hover {
    opacity: 1;
}

.donate li.active {
    opacity: 1;
    background-color: #2ecc71;
}


.donate li > input {
    max-width: 120px;
    border: none;
    padding: 5px;
    margin-left: 5px;
}

.donate li:last-of-type {
    height: 65px;
    width: 38%;
}

@media only screen and (max-width: 600px) {
.donate li:last-of-type {
    height: 65px;
    width: 83%;
}
}

.donate ul {
    padding: 0;
    margin: 0;
}

button.btn.bg-orange {
    padding: 20px 10%;
}

.donate {
    text-align: center;
}

.footer {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333;
}


.footer a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
}
.footer a:hover {
    color: #111;
}

.footer a:hover {
    text-decoration: underline;
}
