
body, * {
    color: #a7babf;
    color: #c2bcb6;
    color: #afa9a2;
    font-family: 'Lato';
    font-size: 16px;
}
body {
    background-color: #f6f6f6;
    background-color: #f8f6f3;
}
.navbar-default {
    height: 80px;
    line-height: 56px;
    border-bottom: 2px solid #e83434;
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 900;
}

.card {
    box-shadow:1px 1px 3px rgba(0,0,0,.15);;
    width: 100%;
    background-color: #fff;
    border: 20px solid #fff;
    margin-bottom: 20px;
    overflow: auto;
    clear: both;
    width: 100%;
    display: block;
}


.book-cover {
    box-shadow:1px 1px 3px rgba(0,0,0,.15);;
    width: 100%;
    background-color: #fff;
    border: 5px solid #fff;
}
.book-title {
    text-transform: uppercase;
    margin: 0;
}

.area {
    padding: 20px;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.description {
    text-align: justify;
}

.description-hidden {
    max-height: 200px;
    overflow: hidden;
}
.read-more {
    color: #e83434;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 0%, #fff 50%);
    padding-top: 40px;
    cursor: pointer;
    font-weight: bold;
}

.footer {
    border-top: 1px solid #efefef; padding: 40px 0; margin-top: 40px; text-align: center;
}
.footer-menu {
    clear: both;
    padding: 0;
}
.footer-menu li {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    padding: 0 4px;
}
.footer-menu li a {
    color: #e83434;
}
.footer-menu li a:hover {
    text-decoration: inherit;
}
