/* @media screen and (max-width: 500px) {
    .nav-img{
        width: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: .7rem;
    }
    .nav-icons {
        margin-right: .7rem;
        display: flex;
        flex-direction: column;
    }
    span.artist {
        display: block !important;
        margin: 1rem 2rem;
    }
    .icon-container {
        display: flex;
    }
    span.auctions {
        position: relative;
        top: -50px;
    }
    .artist a.header {
        align-items: right;
        margin: 0;
        color: red;
        margin-left: .5rem;
    }
} */

/* .img {
    outline:0.01em solid black;
} */



.card-footer222 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: .01rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 0.01em solid #000000;
    /* box-shadow: 1px 4px 18px -8px rgba(0,0,0,0.61); */


    /* outline:0.01em solid black;  */
}



span.artist {
    text-align: left;
    justify-content: left;
    float: left
}

artist2 {
    text-align: left;
    justify-content: left;
    float: left
}

nav {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}

.nav-icons {
    display: flex;
}
.nav-icons > div {
    padding-top: 15px;
}
.logo img {
    position: relative;
    top: -25px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(500px, 700px);
    grid-gap: 30px;
    padding: 2rem;

}



.card-header {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 2.8rem;
    /* border-top-left-radius: 28px;
    border-top-right-radius: 28px; */
    /* border: 0.01em solid #000000; */

    /* box-shadow: 1px 4px 18px -8px rgba(0,0,0,0.61); */

    /* outline:0.01em solid black;  */
}



.card-footer {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 2rem;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    border: 0.01em solid #000000;
    /* box-shadow: 1px 4px 18px -8px rgba(0,0,0,0.61); */


    /* outline:0.01em solid black;  */
}
.card-footer h5 {
    font-size: 1.3rem;
    margin-top: 20;
    margin-bottom: 20;
    justify-content: center;

}

.card-footer h6 {
    font-size: 1.3rem;
    margin-top: 5;
    margin-bottom: 6;
    justify-content: center;

}



.card-footer .footer-name {
    display: flex;
    justify-content: center;
}
.card-footer .footer-name span {
    color: green;
    width: 25px;
    height: 25px;
    background-color: green;
    border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    position: relative;
    bottom: -10px;
}
.card-footer hr {
    width: 75%;
}
.card-footer .bid {
    display: flex;
    justify-content: center;
}
.card-footer .bid > div {
    padding-right: 2rem;
    padding-left: 2rem;
}


.card-footer .reserve {
    display: flex;
    justify-content: center;
}
.card-footer .reserve > div {
    padding-right: 2rem;
    padding-left: 2rem;
}


.card-footer h8 {
    font-size: .9rem;
    margin-top: 20;
    margin-bottom: 20;
    justify-content: center;
    text-align: center;

}

@media screen and (max-width: 750px) {
    nav {
        display: block;
    }
    .nav-icons {
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .card-container {
        display: block;
    }
    .card {
        margin-top: 1rem;
    }
}
