
donatebutton-footer{
    display: none;
}

donatebutton-footer a{
    display: none;
}
footer {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    height: 4em;
    background: #1c451a;
    background:linear-gradient(45deg,#1c451a 0%, #598234 80%);
    margin: 0;
    padding-left: 54px;
    padding-right: 54px;
}

footer a{
   margin-right: 8px;
}

footer a:hover {
    background-color: #8EAA43;
}


.social-media-buttons {
    display: flex;
    flex-direction: row;
    height: 60px;
}

.social-media-buttons img {
    aspect-ratio: 1/1;
}

.social-media-buttons a:hover {
    border-radius: 50%;
    width: 60px;
}

.social-media-buttons div{
    display: none;
}

@media (max-width: 750px) {

    
    .donatebutton-footer{
        display: flex;
    z-index: 1;
    background-color: #F42A40;
    border: 2px solid #377534;
    border-radius: 9px;
    padding-left: 6px;
    padding-top:6px;
    }

    .donatebutton-footer a{
    margin-bottom: 0;
    font-size: 18px;
    }
    .donatebutton-footer:hover {
        background-color: #5ea9ff;
        padding: 6px;
    }

    footer {
        position: fixed;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: min-content;
        padding-top: 4vw;
        padding-left: 4vw;
        padding-right: 4vw;
        gap: 13px;
        background-color: #1c451a;
        flex-wrap: wrap-reverse;
    }
    footer a{
        margin-right: 8px;
       font-size: 1.2em;
    }

    
    .social-media-buttons {
        display: flex;
        flex-direction: row;
        height: fit-content;
    }

    .social-media-buttons a:hover{
        border-radius: 50%;
        height: 4vh;
        width: 4vh;
    }
    
    .social-media-buttons img{
        height: 4vh;
    }

    
.social-media-buttons div{
    display: flex;
}

}