.navbar-brand > img {
    width: 150px;
}

body {
    background-color: lightgrey;

}

body > .container:first-of-type {
    padding-top: 60px
}

#teaser {
    text-align: center;
    padding: 60px 0 70px 0;
    background-color: white;
    font-size: 1.1em;
}


#publishing {
    position: relative;
    background-color: rgba(62, 125, 212, 0.82);
    padding: 30px;
    color: white;
    min-height: 361px;
}

#publishing-title {
    margin: -26px auto 30px auto;
    text-transform: uppercase;
    text-align: center;
}

#book-shelf {
    display: flex;
    margin: 0 auto;
    overflow-x: hidden;
}

#book-shelf.long-list {
    flex-wrap: wrap;
}


.book {
    width: 140px;
    display: block;
    margin: 0 auto;
}

.book-container {
    min-width: 200px;
    max-width: 200px;
    margin: 0 10px
}

#book-shelf.long-list .book-container {
    margin-bottom: 40px;
}

.price {
    margin-top:-36px;
    text-align:center;
    margin-bottom:24px;
}

.price > span {
    color:black;
    background-color: darkgrey;
    opacity: 0.75;
    border-radius: 5px;
    padding: 5px;
}

#backward {
    left: 30px;
    background-image: url("../webicons/caret-left-solid.svg");
}

#forward {
    right: 30px;
    background-image: url("../webicons/caret-right-solid.svg");

}

.controls {
    background-repeat: no-repeat;
    width: 32px;
    height: 48px;
    background-size: 18px;
    top: 140px;
    position: absolute;
    display: none;
    cursor: pointer;
}

footer {
    text-align: center;
    padding: 24px;
}

h1 {
    font-size: 1.4em;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 1rem;
    margin-top: 2.6rem;
}

a {
    color: rgba(62, 125, 212, 1);
}

#go-back {
    display: block;
    margin-bottom: 12px;
}

.ceboo {
    margin: -12px 0 12px;
    display: block;
}

.indent {
    padding-left: 30px;
}

.btn-primary {
    color: #fff;
    background-color: rgba(62, 125, 212, 1);
    border-color: rgba(62, 125, 212, 1);
}

.btn-download {
    margin: -10px 0 20px;
}