blockquote {
    font-style: italic;
    margin: 0px 30px;
}

figcaption.blockquote-footer {
    margin: 0px 30px;
}

blockquote.leading-quote {
    text-align: center;
}

body {
    overflow-x: hidden !important;
}

h2, h3, h4, h5, h6 {
    margin-top: 15px;
}

@media (max-width: 576px) {
    h2, h3, h4, h5, h6 {
        scroll-margin-top: 450px;
    }
}

@media (min-width: 576px) {
    h2, h3, h4, h5, h6 {
        scroll-margin-top: 50px;
    }
}

iframe {
    display: block;
    margin: auto;
}

img {
    padding: 5px;
}

q {
    font-weight: bold;
}

q:before {
    content: '[';
}

q:after {
    content: ']';
}

td.td-text-center {
    text-align: center;
}

th {
    text-align: center;
}

.table-left-separator-black {
    border-left: solid black !important;
}

.album-thumbnail {
    max-width: 170px;
}

.poster:hover {
    cursor: pointer;
}

.toc, .side-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    width: 25%;
    max-width: 350px;
    position: fixed;
    z-index: 1;
}

.fixed-column {
    position: fixed;
    height: calc(100% - 56px);
    overflow-y: auto
}

#content {
    max-width: 900px;
}

#content-wide {
    max-width: 1200px;
}

.album-thumbnail-container {
    position: relative;
    text-align: center;
    color: rgb(170, 0, 0);
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
}

.thumbnail-text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hamburgerToc {
    overflow-y: scroll;
    max-height:400px;
}

.list-group > .list-group-item {
    padding-left: 20px;
}

.list-group > .list-group > .list-group-item {
    padding-left: 40px;
}

.list-group > .list-group > .list-group > .list-group-item {
    padding-left: 60px;
}

.list-group > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 80px;
}

.list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 100px;
}

.list-group > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 120px;
}

.poster-container {
    position: relative;
    display: inline-block;
}

.poster-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
    border: 1px solid black;
}

.poster-container:hover .poster-overlay {
    opacity: 0.8;
    cursor: pointer;
}

.poster-title {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    user-select: none;
}

.youtube-embed-container {
    position: relative;
    overflow: hidden;
    max-width: 560px;
    margin: auto;
}

.youtube-embed-container iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.custom-bullet-movie::before {
    content: "\F21B\00a0\00a0";
    font-family: 'bootstrap-icons';
    font-size: 16px;
}

li.custom-bullet-movie {
    list-style: none;
}

.custom-bullet-book::before {
    content: "\F194\00a0\00a0";
    font-family: 'bootstrap-icons';
    font-size: 16px;
}

li.custom-bullet-book {
    list-style: none;
}

.custom-bullet-music::before {
    content: "\F49E\00a0\00a0";
    font-family: 'bootstrap-icons';
    font-size: 16px;
}

li.custom-bullet-music {
    list-style: none;
}

.custom-bullet-tv::before {
    content: "\F5ED\00a0\00a0";
    font-family: 'bootstrap-icons';
    font-size: 16px;
}

li.custom-bullet-tv {
    list-style: none;
}

div#nav-era ul {
    padding-left: 15px;
}

.hero {
    background:
        radial-gradient(1200px 400px at 50% -10%, rgba(0, 0, 0, 0.5), transparent 60%),
        linear-gradient(180deg, #1b1b1b, #111);
}

.coming-soon .card-img-top {
    filter: grayscale(1) contrast(.9) brightness(.9);
}

.coming-soon {
    pointer-events: none;
}

@media (max-width: 576px) {
    .card-title {
        font-size: .95rem;
    }
}

.bg-body {
    background:
        radial-gradient(800px 400px at -10% 0%, rgba(0, 0, 0, .05), transparent 40%),
        radial-gradient(800px 400px at 110% 0%, rgba(0, 0, 0, .05), transparent 40%),
        #f8f9fa;
}