.light-grey-background {
    background-color: #e9e9e9;
}

.dark-grey-background {
    background-color: #333333;
}

.dark-grey-text {
    color: #333333;
}

.light-grey-text {
    color: #e9e9e9;
}

.blue-link-text {
    color: #8bb4fa;
}

.small-text-size {
    font-size: 14px;
}

.dark-red-background {
    background-color: #5c3f3f;
}

body {
    background-color: #151515;
}

/* Section Header */
.section-header {
    text-align: center;
    padding: 8px;
}

/* Main Menu Styles */
.pf-nav {
    width: 100%;
    background-color: #111111;
}

ul.pf-nav-list {
    list-style: none;
    margin-bottom: 0;
}

ul.pf-nav-list li {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

.pf-nav-link {
    color: white;
}

/* Book Promo */

.pf-promo {
    min-height: 310px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
}

.pf-promo a {
    color: white;
}

.pf-promo-img-wrapper {
    float: left;
    border-radius: 8px;
    overflow: clip;
    width: 150px;
    height: 218px;
    text-wrap: wrap;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #787878;
}

.pf-promo-text {
    text-align: left;
    font-size: 18px;
    margin-bottom: 4px;
}

.pf-promo-separator {
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 5px;
    border-top: solid 1px #FFF;
}

.light-wrapper {
    background-color: #404656;
}

/* Book Page */

.pf-img-wrapper {
    border-radius: 8px;
    overflow: clip;
    border: 1px solid #787878;
}

.book-page-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -10px;
}

.book-page-author {
    font-size: 12px;
    font-weight: bold;
}