
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  border: dotted red;
  width: 33.33%;
  padding: 30px;
  padding-top: 3px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.rowelements{
  display:flex;
  justify-content:space-evenly;
}
.cardboook{
  max-width: 100%;
  height: 100%;
  /* margin: 10px; */
  display:  block;
  margin-right: 6px;
  /* background-color: whitesmoke; */
  border-radius: 8px;
  /* margin-left: -5px; */
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  }


/* .bookCoverImg{
  width: 100%;
  height: auto;
  padding-top:12px;
} */



/* Clear floats after the columns
.row:after {
  content: "";
  display: table;
  clear: both;
}
.button {
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color:#32357f;
  }

  p {
    margin: 0.8em 0;
    padding: 0;
  }
  .cards-set {
    font-size: 0;
  }
  .cardebook {
    display: inline-block;
    margin: 0px;
    width: 100%;
    min-height: 200px;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-left: -5px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  }
  .card .heading {
    position: relative;
    height: 160px;
    color: #ffffff;
  }
  .card .heading h1 {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 24px;
  }
  .card .content {
    padding: 16px;
  }

  */

    /*

     */

      /* .bookCoverBox{
      display: inline-block;
      float:left;
      padding:2px;
      } */
      .ecard {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 40%;
      }

      .ecard:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
      }

      .econtainer {
        padding: 2px 16px;
      }

      .h {
        font-family: Arial, Helvetica, sans-serif;
        color: #32357f;
        font-size: 30px;
        font-weight: bold;
      }
      .h2{
        font-family: Arial, Helvetica, sans-serif;
        color:#32357f ;
        font-size: 20px;
        font-weight: bold;

          }
          h1 {
            margin: 0;
            padding: 0;
          }




          .button3 {
            border: none;
            color:white;
            padding: 10px 22px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            background-color:green;
          }


@media only screen and (max-width: 450px){
  .h{
    font-size: 16px;
  }
  .h2{
    font-size: 15px;
  }
  .button {
    padding: 2px 2px;

  }
 }
