@font-face {
    font-family: 'Norican';
    src: url(../fonts/Norican/Norican-Regular.otf);
    src: url(../fonts/Norican/Norican-Regular.ttf) format("truetype");
}

.content {
    min-height: calc(100vh - 100px);
}

.container {
    max-width: 800px;
}

.footer {
    color: darkgrey;
    height: 20px;
    font-size: xx-small;
}

#cookie-banner {
    font-size: smaller;
}

#nav a {
    font-weight: bold;
    color: inherit;
}

#nav-border {
    border-bottom: 1px solid #212529;
}

#main {
    margin-top: 1em;
    margin-bottom: 4em;
}

#home-jumbotron {
    background-color: inherit;
}

h1.title {
    font-family: 'Norican';
    font-size: 400%;
}

.font-125 {
    font-size: 125%;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.tag-btn {
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
}

.share-btn {
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
}

img {
    max-width: 100%;
}

a.title:link, a.title:visited, a.title:hover, a.title:active {
    color: black;
    text-decoration: none;
}

a.summary:link, a.summary:visited, a.summary:hover, a.summary:active {
    color: black;
    text-decoration: none;
}

a.black-link:link, a.black-link:visited, a.black-link:active {
    color: black;
    text-decoration: none;
}

a.black-link:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.black-link-bold:link, a.black-link-bold:visited, a.black-link-bold:active {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.grey-link:link, a.grey-link:visited, a.grey-link:active {
    color: darkgrey;
    text-decoration: none;
}

a.grey-link:hover {
    color: darkgrey;
    text-decoration: none;
    font-weight: bold;
}

.btn-light{
    border: 1px solid black;
    border-radius: .25rem;
    font-size: smaller;
    font-weight: bold;
    color: white;
    background-color: black;
    width: 100px;
}

.book-single {
    padding: 1rem 1rem;
    border: 1px solid black;
    border-radius: .25rem;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.book-list {
    padding: 1rem 1rem;
    border: 1px solid black;
    background-color: black;
    max-width: 770px;
    max-height: 226px;
    margin: 0 auto;
    text-align: center;
}

blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    border-left: 5px solid #b3b3b3;
    color: #333;
    font-style: italic;
}
