@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
.amiri{font-family: 'Amiri', serif;}
body {
    /* background-color: #f5ebe0; f3e9dcbe*/
    /* background-color: #f9f7f2; */
    /* background-color: #f4f3ee; */
    background-color: #ffffff;
    /* background-color: #f0e6d1; */
}
textarea{
    height: auto;
    height:auto;
}
.imageBook{
  max-width: 100%;
}
.icon{
  width:16px;
}
.trash{}
.edit{}
.staricon{
  width: 16px;
}
.staricon1{
  width: 16px;
}
a {
    text-decoration: none;
    color: black;
}
a:hover{
  color: #7f7b78;
}
.underline{
  text-decoration: underline;
}
.navv{
}
/*.navv:hover{*/
/*  transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
/*  text-underline: #7f7b78;*/
/*}*/
.weeklyFa{
  background-color: #7f7b78;
  color: #ffffff;
}
.weeklyFaHeader{
  background-color: #605c58;
  color: #ffffff;
}
.weeklyFaA:hover{
  color:#000000;
}
.lightgrey{
  background-color: #f0f0f0!important;
}
.books{
  width: 340px;
}
.comment{
  background-color: #f0f0f0!important;
  padding: 1%;
  line-height: 1.2;
}
.card {
    background-color: #f5eee7;
    /* background-color: #f9f7f2; */
     border-color: #e6ddd8;
    /* border-width: 1.4px;  */
    /*border-width: 2px;*/
    border-radius: 8px;
    box-shadow: #7f7b78;
}
.cardhvr{
  box-shadow: #7f7b78;
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}
.cardhvr:hover{
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/amiri/v24/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

a.title{
    text-decoration: none;
    font-weight: 800;
}

/* Bootstrap blog example css:*/

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
    /* background-color: #f9f9f9; */
    color: #999;
  }
  
  .blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    /*font-family: "Playfair Display", Georgia, "Times New Roman", serif;*/
  }
  
  .display-4 {
    font-size: 2.5rem;
  }
  @media (min-width: 768px) {
    .display-4 {
      font-size: 3rem;
    }
  }
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
  }
  
  .card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
  }
  
  .flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  
  .h-250 { height: 250px; }
  @media (min-width: 768px) {
    .h-md-250 { height: 250px; }
  }
  
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }
  
  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
  
  /*
   * Blog name and description
   */
  .blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
  }
  .blog-description {
    font-size: 1.1rem;
    color: #999;
  }
  
  @media (min-width: 40em) {
    .blog-title {
      font-size: 3.5rem;
    }
  }
  
  /* Pagination */
  .blog-pagination {
    margin-bottom: 4rem;
  }
  .blog-pagination > .btn {
    border-radius: 2rem;
  }
  
  /*
   * Blog posts
   */
  .blog-post {
    margin-bottom: 4rem;
  }
  .blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
  }
  .blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
  }
  
  /*
   * Footer
   */
  .blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
  }
  .blog-footer p:last-child {
    margin-bottom: 0;
  }