.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 2px 2%;
    max-height: 56px;
    z-index: 5;
    object-fit: contain;
    background-image: url("/images/header.png");
    height:30px;
display: none;
}

.nav-list li a{
    list-style-type: none;
    text-decoration: none;
    margin: 0%;
    margin: 0 .7rem;
    padding: 0 1rem;
    color:#fff;
    
}
.nav-item {
    display: inline-block;
    color: #fff;
    list-style: none;
    text-decoration: none;
}
.donate-btn button {
    background-color: #CC6328;
    color:#fff;
    padding:5px;
    border: #CC6328;
    border-radius: 5px;
}

.logo-name img {
    width:100px;
}
.donate-btn img {
    width:20px;
    margin-left:30px;
    top:auto;
}