/* Add here all your CSS customizations */
.author-slider {
    letter-spacing: 26px;
    font-family: 'Cardo', serif;
    font-weight: bold;
    font-size:xx-large !important;
}

.author-header {
    letter-spacing: 10px;
    font-family: 'Cardo', serif;
    font-weight: bold;
    font-size:x-large !important;
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: #212529 !important;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #212529 !important;
    border-bottom: 1px solid #454545;
    z-index: 1001;
}

.header-logo a {
    letter-spacing: 16px;
    font-family: 'Cardo', serif !important;
    font-size:xx-large !important;
    color:gainsboro !important;
    text-transform: uppercase;
}

.book-description {
    font-family: 'Cardo', serif;
    font-weight: bold;
    font-size:18px;
}

.main-text-home {
    color:white;
}
.home-body-section {
    background-color:#212529;
}