.site-logo img {
    max-height: 75px;
}

.footer {
    padding: 0 0 0;
}

.ut-footer-dark .footer-content a {
    color: #fafafa !important;
    font-weight: bold;
}

.ut-footer-dark .footer-content a:hover {
    color: #c98f22 !important;
}

#navigation {
    float: left;
}
.donate {
    float: right;
    width: 10%;
}
.donate table:first-of-type {
    display: none;
}

@media screen and (min-width: 1025px) {
    #navigation {
        width: 75%;
    }
}

@media screen and (max-width: 1025px) {
    .donate {
        width: initial;
    }
}