html, body {
    height: 100%;
}

.banner {
    text-transform: uppercase;
    opacity: 0.85;
/*    text-shadow: 0 2px #b89734; */
    /* text-shadow:
    1px 1px 0 #b89734,
    -1px 1px 0 #b89734,
    -1px -1px 0 #b89734,
    1px -1px 0 #b89734; */
    cursor:pointer
}

figcaption {
    color: #6c757d;
    font-size: smaller;
}

main {
    overflow: auto;
    padding-bottom: 30px;
}

nav {
/*    background-color: #769aa0;*/
/*    background-color: #6e927a;*/
/*    background-color: #d0d6eb;*/
    background-color: #cedbed;
    font-family: 'Bitter', serif;
}

main a, main a:visited, footer a, footer a:visited {
    /*color: #8d98d9;*/
    color: #0d9ca8
}

a.dropdown-item.active {
    background-color: #0d9ca8
}

a.dropdown-item:active {
    color: #0d9ca8;
    background-color: #f8f9fa;
}

.btn-primary {
    background-color: #0d9ca8;
    border-color: #0d9ca8;
    margin-bottom: 10px;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #b7a7b4;
    border-color: #b7a7b4;
}

.teletype {
    font-family: 'Courier', monospace;
    font-size: small;
    margin-left: 20px
}

.quote {
    font-size: small;
    border-left: 5px solid #ccc;
    padding-left: 10px;
    margin-bottom: 10px
}

.attribution {
    font-size: small;
}

.book-title {
    font-family: 'Bitter', serif;
    font-weight: 800;
    margin-bottom: 30px
}

.book-cover {
    margin-bottom: 20px
}

.book-details {
    font-family: Arial, sans-serif;
}

.book-date {
    font-weight: bold;
}

.part-title {
    font-family: 'Bitter', serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.chapter-title {
    font-family: 'Bitter', serif;
    text-align: center;
    font-variant: all-small-caps;
    margin-bottom: 30px;
}

.preamble {
    text-align: center;
    margin-top: 50px;
}

.separator {
    text-align:center;
}

.blog-title {
    font-family: 'Bitter', serif;
    font-weight: 800;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-date {
    font-size: small;
    color: #6c757d;
    margin-left: 5px;
    margin-bottom: 20px;
}

.blog-text {
    margin-left: 5px;
}

.blog-tags {
    font-size: small;
    color: #6c757d;
    margin-left: 5px;
    margin-top: 10px;
}

.response {
    margin-bottom: 20px;
    font-size: larger;
}

#banner {
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px; /* Set the fixed height of the footer here */
    font-family: Montserrat, sans-serif;
    letter-spacing: 4px;
    color: white;
}

.container {
    font-family: 'Roboto', sans-serif;
}

.footer {
    width: 100%;
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
    font-size: small;
}

.fill-page-sm {
    /* Firefox */
    height: -moz-calc(100% - 186px);
    /* WebKit */
    height: -webkit-calc(100% - 186px);
    /* Opera */
    height: -o-calc(100% - 186px);
    /* Standard */
    height: calc(100% - 186px);
}

@media (min-width: 992px) {
    .fill-page {
        /* Firefox */
        height: -moz-calc(100% - 50px);
        /* WebKit */
        height: -webkit-calc(100% - 50px);
        /* Opera */
        height: -o-calc(100% - 50px);
        /* Standard */
        height: calc(100% - 50px);
    }
}

@media (max-width: 450px) {
    .banner {
        font-size: 1.9rem
    }
}