/* nav.navbar.navbar-fixed-top {
    visibility: hidden;
} */

/* footer.footer-2 {
    display:none;
} */

/* BREAKS SWITCHABLE ELEMENTS

div.row {
    display: flex;
    flex-wrap: wrap;
}

*/

.donate-button {
    float: unset !important;
}

.card__top img {
    width: 100%;
}

.card {
    padding-bottom: 20px;
}

.buy-card {
    padding-top: 10px;
    text-align: center; 
    /* display: flex;  */
    align-content: space-between; 
    justify-content: space-around; 
    flex-wrap: wrap;
    
    .btn {
        border: white;
        border-width: 1px;
        border-style: solid;
        padding-top: 10px;
        margin-left: 0;
    }
}

.card__body {
    min-height: 260px;
}

.card-height {
    min-height: 600px;
}