.homepageBookListing {
    margin-left: 40px;
}

.bookListContainer {
    width: calc(80%);
    float: left;
    height:250px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    box-shadow: -1px 0px 7px #888888;
}

.bookListLeft {
    width: calc(12% - 20px);
    float: left;
    margin-right: 20px;
}

.indexBookImage {
    width:200px;
    float:left;
}

.bookListCentre {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: calc(70% - 20px);
    margin-right: 20px;
}

.siteText {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.homepageH2 {
    margin: 20px 0px;
}

.homePagePanelDescription {
    float: left;
    width: 100%;
}

.homepageDigitalBookPrice {
    margin-bottom:0px;
}

.homepagePanelPriceList {
    width:100%;
    float:left;
    display: flex;
    justify-content: flex-start;
}

.homepagePanelPriceListText {
    margin-right:35px;
}

.bookListRight {
    width: calc(28% - 20px);
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/*Responsive Design */
@media screen and (max-width: 1025px)  {
.homepageBookListing {
    margin-left: 0px;
}
}

@media screen and (max-width: 425px)  {
    
.bookListContainer {
    width: calc(100%);
    height: auto;
    padding: 20px;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bookListLeft {
    width: calc(40%);
    margin: 0 auto;
    padding: 10px 0px;
}

.bookListCentre {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: calc(100% - 0px);
    margin-right: 0px;
    float: left;
    margin-top: 15px;
}



.homePagePanelDescription {
    float: left;
    width: 100%;
    height: 150px;
    overflow: auto;
}

.homepagePanelPriceList {
    width:100%;
    float:left;
    display: flex;
    justify-content: flex-start;
}

.homepagePanelPriceListText {
    margin-right:35px;
}

.bookListRight {
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding-left: 20px;
    width: 100%;
    border-left: 0px solid #ddd;
    padding-left: 0px;
    margin-top: 5px;
}

}

/*iPad Portrait */
@media screen and (min-width: 768px) and (min-height:1024px) {
.aboutPageDocument {
    padding: 10px;
    min-height: 78vh;
}

.bookListContainer {
    width: calc(100%);
}

.bookListLeft {
    width: calc(16% - 20px);
}

.homePagePanelDescription {
    max-height: 115px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
}
    
}

/*iPad Landscape */
@media screen and (min-width: 1024px) and (min-height:768px) and (max-height:769px) {
.aboutPageDocument {
    min-height: 78vh;
    padding: 10px;
}
    
.bookListContainer {
    width: calc(100%);
}

}

/*Phone Landscape */
@media screen and (min-width: 450px) and (max-width: 850px) and (min-height:320px) and (max-height:475px) {
.layoutDemoSite {
    width: 100%;
    float: right;
    height: 250px;
    padding: 10px 0px;
}

.aboutPageDocument {
    padding: 10px;
}

.bookListContainer {
    width: calc(100%);
}

}








