﻿/* BS overrides */
.jumbotron { 
    margin-bottom: 0px;
    border-radius: 0px;
    font-size: 32px;
    background-image:url('/images/books.png');
    background-position-x:right;
    background-position-y:top;
    background-repeat:no-repeat;
    background-color:#ffffff;
    color: #696969;
    /*background-size: 71px 80px;*/
}
.navbar { 
    display: block;
}
html,
 body, .row {
    height: 100%;
}
.row { 
    flex-grow:1;
}
.sidebar-sticky .nav-link {
    padding: 0.5rem;
}
.sidebar-sticky { 
    padding-top: 0.5rem;
}
/*    end BS ORs*/



img.book-cover { 
    float:right;
    width: 100px;
    margin-left: 4px;
}
div.book-review { 
    min-height:220px;
    padding-bottom: 10px;
    box-sizing:border-box;
    margin-bottom:10px;
    border-bottom:1px solid #e3e3e3; 
}
div.book-review-detail div.book-review, div.book-review:last-child { 
    border-bottom-width:0px;
}

@media all and (min-width:412px) {
    .jumbotron {
        /*background-size: 142px 160px;*/
    }
}
@media all and (min-width:768px) {
    .container-fluid {
        flex-grow: 1;
    }
    .outer {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .jumbotron {
        font-size: 3em;
            /*background-size: auto;*/
    }
    img.book-cover { 
        width: 200px;
    }
    div.book-review { 
        min-height:350px;
    }
    div.alert div.book-review { 
        min-height: unset;
    }
    div.alert img.book-cover {
        width: 100px;
    }
}

.navHeading { 
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    
}
.siderbar .navHeading { 
    padding-left: 1rem;
}
.navSub {
    padding-left: 1.4rem;
}


.side-book { 
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
}
.side-book-text { 
    border: 1px black solid;
    background-color: white;
    padding: 5px;
    text-align:center;
    max-width: 200px;
}
.series { 
    color:#c3c3c3;
    display: inline-block;
    margin-right: 8px;
}
.author { 
    margin-right: 10px;
}
.revBody { 
    margin-top: 10px;
}
main { 
    margin-bottom: 8px;
}
#mainContainer { 
    display: flex;
    flex-direction: column;
}
.revDate a { 
    margin-right: 10px;
    display: inline-block;
}
.mt { 
    margin-top: 10px;
}