.navbar-brand {
    font-family: Bodoni Moda, serif;
}
#main .col .card {
    /*height:30em;*/
}
#main .card img {
    border : 1px solid black;
    padding : 10px;
}
#main .card a {
    text-decoration: none;
    color : black;
}
#main .card a:hover {
    background-color : grey;
    color : white;
}
#main .card-title {
    text-align: center;
}

#show .carousel-item img.painting {
    border: 1px solid black;
    padding : 10px;
}
#show .carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: darkgray;
}
#show .buy {
    text-align:center;
}
.extra {
    width:100%;
    height:1500px;
    margin:0 auto;
    padding:20px;
}
.extraimage {
    max-height: 20em;
}
.frontSold::before, .backSold::before {
    content: url(../img/sold.png);
    position: absolute;
    z-index: 1;
}