.buttons-cont {
    margin-bottom: 30px
}

.btn-available {
    background: #82d281;
    border-color: #82d281;
    font-weight: 600;
}

.btn-available:hover,
.btn-available:active,
.btn-available:focus {
    background: #3d3d3d;
    border-color: #3d3d3d;
    outline: 0;
}

#contact {
    min-height: 400px;
    background: none;
}

#logos {
    margin-bottom: 40px
}

footer .container div:nth-child(1), footer .container div:nth-child(3) {
    padding-top: 0
}

.socicon:before {
    line-height: normal;
}

.socicon {
    font-size: 27.5px;
}

#contact select {
    background-color: #f3f3f3;
    font-size: 1em !important;
    height: 64px !important;
    font-weight: 400;
}

#mainmenu .buttons-cont {
    margin-bottom: 0;
}

@media all and (min-width: 600px) {
    #header .btn {
        margin-bottom: 30px;
    }
    #header .buttons-cont .btn:last-of-type {
        margin-right: 30px;
    }
}

@media all and (max-width: 600px) {
    #header {
        min-height: 650px;
    }
}


#donate .about-cont {
    padding: 70px 0;
}

#donate p {
    margin: 0;
}

#donate .stage-begin {
    text-align: center
}

#donate .stage-begin img {
    color: inherit;
    width: 40%;
    cursor: pointer;
}

#donate .qr-code {
    text-align: center;
}

#donate .qr-code img {
    max-width: 115px;
    margin: 5px 5px 0 5px
}

#donate stage-ready {
    padding: 10px 0;
}

#donate .stage-paid {
    text-align: center;
    padding: 70px 0 0 0;
}

#donate .paypal-btn form {
    text-align: center;
}

#donate .paypal-btn input {
    width: 40%;
	height: 100% !important;
}