h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Luckiest Guy', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.body {
    background-image: url('../images/books-bkg-2.jpg');
    background-position: 0% 0p%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.books-container {
    margin-top: 40px;
    padding: 30px;
    background-color: #000;
    text-align: center;
}

.h1 {
    font-family: 'Luckiest Guy', sans-serif;
    color: #f0c;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}

.heading-2 {
    font-family: 'Luckiest Guy', sans-serif;
}

.h2 {
    margin-top: 10px;
    margin-bottom: 39px;
    color: #fff700;
}

.book-columns {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.book-columns.titles {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.book-titles {
    margin-top: 15px;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.book-titles:hover {
    color: #f0c;
}

.book-titles:active {
    color: #fff700;
}

.footer {
    margin-top: 30px;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
}

.textlink {
    color: #fff;
}

.textlink:hover {
    color: #f0c;
}

@media screen and (max-width: 767px) {
    .book-columns {
        display: block;
    }
}

