﻿.btna-menu-list a {
    padding: 11px 6px;
    font-size: 16px;
}

.btna-donate-small {
    font-size: 15px;
}

.btna-header-tools {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    position: relative;
    align-items: flex-end;
}

@media (max-width: 1050px) {
    .btna-header-tools {
        display: none;
        align-items: center !important;
    }
    .btna-brand-copy {
        max-width: max-content !important;
    }
}