body {
    min-height: 100vh;
}

.data-content {
    min-height: calc(100vh - 144px);
}
.site-branding {
    background-image: url('/img/logo-bg.jpg');
    padding: 9.4em;
    background-position: center;
}

.blockquote-footer {
    margin-top: 2rem;
    padding-left: 1rem;
    border-left: 4px solid var(--bs-gray);
    font-style: italic;
    font-size: 1rem;
}

.site-title {
    text-align: center !important;
}

.site-title a {
    border: 10px solid currentColor;
    display: block;
    padding: 0 .25em;
    outline: 0;
    text-decoration: none;
}

.page-content:after {
    display: block;
    color: #ddd;
    content: '\002A \002A \002A \002A \002A';
    letter-spacing: 25px;
    line-height: 1;
    font-size: 3rem;
    font-family: Arial, serif;
    margin: 0.64em 0;
    text-align: center;
    text-indent: 25px;
}

.product {
    height: 250px;
    width: 310px;
}

.product-image {
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: #ccc;
}

.product-title {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.product:hover .product-title {
    visibility: hidden;
    opacity: 0;
}

.product-title h2 {
    text-align: center;
}

.font-weight-bold {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .page-content {
        width: 760px;
    }

    .data-container {
        width: 760px;
    }
}

@media screen and (max-width: 560px) {
    .site-branding {
        padding: 3.4em;
    }

    .site-title {
        font-size: 1.7rem;
    }

    .dropdown-item {
        white-space: pre-wrap;
    }
}