.c-and-c {
  object-fit: cover;
  border-radius:50%;
  width: 120px;
  height: 120px;
  margin: 5px;
  border: solid #E1F1F4;
  border-width: 5px;
}

.c-and-c-large {
  object-fit: cover;
  border-radius:50%;
  width: 200px;
  height: 200px;
  border: solid #E1F1F4;
  border-width: 5px;
}

figure {
    display: inline-block !important;
    margin: 0 10px 0 10px;
}

figcaption {
    margin: 5px 0 5px 0;
    font-variant: small-caps;
    font-family: Arial;
    font-weight: bold;
    /*color: #000000;*/
}

.mycenter * 
{ 
    margin-left: auto; 
    margin-right: auto; 
}

.hr-divider {
    height: 4px;
    border-width: 0;
    color: #FAF2EA;
    background-color: #FAF2EA;
    margin-bottom: 2em;
}

.flex-book-category {
    display:  flex;
    /*background-color:#bfbfbf;*/
    /*background-color:#fff;*/
    border-radius: 8px;
    padding: 0.7em;
    padding-top:1.2em;
    margin-bottom: 1em;
    margin-left: 1em;
    width: fit-content;
    border-width: 0 3px;
    border: solid #000;
    /*border-color: skyblue;*/
    border:solid 3px #7A7A7A;
    box-shadow:0 10px 10px -7px #000;
    font-weight: 600;
    line-height: 2em;
    background-image:radial-gradient(circle, #cfcfcf, #afafaf);
   /* flex: 1 1;*/
}

.panel {
  background-color:#fff;
  border:solid 2px #000;
  box-shadow:0 6px 6px -6px #000;
  display:inline-block;
  flex:1 1;
  height:200px;
  margin:1vmin;
  overflow:hidden;
  position:relative;
}

.material-box{
    display: flex;
    border-radius: 8px;
    padding: 0.7em;
    padding-top:1.2em;
    margin-bottom: 1em;
    margin-left: 1em;
    width: fit-content;
    font-weight: 600;
    color:  gold !important;
    line-height: 2em;
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  border: none;
}

.card {
  padding: 0em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-top:1.1em;
  margin-bottom: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  width: fit-content;
  /*min-height: 200px;*/
  /*display: grid;*/
  /*grid-template-rows: 20px 50px 1fr 50px;*/
  border-radius: 30px !important;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  border-width: none !important;
  transition: all 0.2s;
}

.card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.02);
}

/* CARD BACKGROUNDS */

.card-1 {
  background: radial-gradient(#1fe4f5, #3fbafe);
}

.card-2 {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

.card-3 {
  background: radial-gradient(#76b2fe, #b69efe);
}

.card-4 {
  background: radial-gradient(#60efbc, #58d5c9);
}

.card-5 {
  background: radial-gradient(#f588d8, #c0a3e5);
}

.card-6 {
 background: radial-gradient(#e0f1f4, #e0f1f4);
}


/* RESPONSIVE */

@media (max-width: 1600px) {
  .cards {
    justify-content: center;
  }
}

.blog-post-content h2 a {
  font-size:16px !important;
}

.circle-o {
display: table-cell;
vertical-align: middle;
height: 140px;
width: 140px;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #555;
color: orange;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 0 5px;
}

.circle-o:hover {
    background-color: #222;
}

.ccont {
display: inline-block;
margin: 10px;
}

.myhide {
  display: none;
}


/* based on https://codepen.io/ericmahoney/pen/oNLMOYw 
GRADIENT BANNER DESIGN BY SIMON LURWER ON DRIBBBLE:
https://dribbble.com/shots/14101951-Banners
*/

/* CARDS */

.cards-u {
  display: flex ;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.card-u {
  margin: 20px;
  padding: 20px;
  width: 180px;
  height: 180px;
  line-height: 180px;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: center;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  text-decoration: none;
  --bg-filter-opacity: 0.1;
  background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
  background-size: cover;
  background-position: center;
}

.card-u:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}


/* CARD BACKGROUNDS */

.card-1-u {
  background: radial-gradient(#1fe4f5, #3fbafe);
}

.card-2-u {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

.card-3-u {
  background: radial-gradient(#76b2fe, #b69efe);
}

.card-4-u {
  background: radial-gradient(#60efbc, #58d5c9);
}

.card-5-u {
  background: radial-gradient(#f588d8, #c0a3e5);
}

.card__title {
  align-items: center;
  text-align: center;
}

div.middle-div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* RESPONSIVE */

@media (max-width: 1600px) {
  .cards {
    justify-content: center;
  }
}

h3::first-letter {
  font-size: 200%;
}

/* this part is for Table */
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(229, 49, 86);
  color: white;
}

.br1p5 {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 0.7em; /* change this to whatever height you want it */
}

.pinkbox {
  float: left;
  height: 15px;
  width: 15px;
  margin-right: 0.5em;
  border: 0px solid black;
  clear: both;
  background-color: rgba(229,49,86, 0.8);
  border-radius: 6px;
}

.rating-box {
  position:relative;
  vertical-align: middle;
  /* font-size: 2em; */
  font-family: FontAwesome;
  display:inline-block;
  color: #F68127;
}
.rating-box:before{
    content: "\f006 \f006 \f006 \f006 \f006";
  }
.rating-box .rating {
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #F68127;
  }
.rating-box .rating:before {
      content: "\f005 \f005 \f005 \f005 \f005";
}

table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}