﻿.book-container {
    font-size: 1.2em;
}
.book-title {
    line-height: 1.2;
    font-size: 48px;
    font-weight: bold;
    color: black !important;
}
a > .book-title {
    text-decoration: underline;
}
.book-title > a {
    color: black !important;
}

.book-title > a:hover {
    text-decoration: underline;
}

.book-title-gold-on-black
{
    color: palegoldenrod;
    font-weight: bold;
}
.book-title-gold-on-white {
    color: darkgoldenrod;
    font-weight: bold;
}
.statement {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;

}
.book-cover {
    max-width: 100%;
    border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    opacity: 1 !important;
}
.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border: 1px solid #adadad !important;
    opacity: 1 !important;
}

.book-actions .btn {
    margin: 5px;
    min-width: 210px;
}

.btn-disabled, .btn-disabled:hover {
    cursor: not-allowed !important;
    pointer-events: auto !important;
    background-color: #f5f5f5 !important;
    opacity: 0.65 !important;
}

.book-cover-float-right {
    max-width: 40%;
    margin-left: 40px;
    margin-bottom: 20px;
    float: right;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .book-container {
        margin: 50px 130px 100px 130px;
    }
    .book-cover-float-right {
        max-width: 20%;
    }

}