/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption { color: black; }

.navbar-brand img { width: 6rem; }
.logo-words {
    font-size: 2.5rem;
    /* font-weight: bold; */
    vertical-align: middle;
    font-family: 'Reenie Beanie', cursive;
}

#sorting div { display: inline; }
.card-body { cursor: pointer; }
.img-thumbnail { width: 300px; }

#footer i { 
    padding: 1rem;
 }
 #footer h3 {
    font-family: 'Reenie Beanie', cursive;
 }