/* lifted from the old /about/ page */
.mini-logo {
        display: inline;
        vertical-align: bottom;
        margin-right: 5px;
        height: 24px;
    }

/* lifted from the old /banjo/ page */
a {
            text-decoration: none;
        }

/* lifted from the old /soundsight/ page */
a {
            text-decoration: none;
        }
        .centered {
            text-align: center;
        }


/* lifted from the old /photos/ page */
.photo-post {
        text-align: center;
    }

    .photo-caption {
        max-width: 500px;
        display: inline-block;

    }

    .photo-post img {
        border-radius: 10px;
        box-shadow: -5px 4px 13px 0px #90909080;
    }

    .pagination {
        text-align: center;
        font-weight: bold;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .pagination a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        border-radius: 5px;

    }

    .pagination a.active {
        background-color: var(--bg);
        color: var(--green);
    }

    .pagination.white-bg a.active {
        background-color: var(--green);
        color: var(--bg);
    }
