@media (max-width: 767px) {
  .btn-lg {
    font-size: medium;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .btn-lg {
    font-size: small;
    width: 100%;
  }
}

.text-gray {
  color: #999!important;
}
 
.card-title{
  font-weight: 700 !important;
  margin-top: 10px;
  color: #3c4858;
  font-family: Roboto Slab,Times New Roman,serif;
}
.card {
 
  border-radius: 6px !important;
  color: rgba(0,0,0,.87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card .card-body{
  padding: .9375rem 1.875rem;
}

.card-description{
  color: #999;
}

.card.card-profile{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}

.card.card-lib{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}

.card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  max-height: 215px;
}

.card .card-header.card-header-image a {
  display: block;
}

.card .card-header.card-header-image img {
  width: 100%;
  height: 215px;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card .card-header.card-header-image .colored-shadow {
  transform: scale(.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity .45s;
  opacity: 1;
}

.card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33,33,33,.5);
  font-weight: 700;
  font-family: 'Roboto Slab';
}

.card .card-category {
  margin-top: 15px;
  margin-bottom: 10px;
}


.card .text-info {
  color: #00bcd4!important;
}

.card-profile .card-avatar {
  background-color: #fff;
  width: 85px;
  max-width: 85px;
  max-height: 85px;
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.card-profile .card-avatar img{
  width: 100%;
}
.card-profile .card-avatar+.card-body{
  margin-top: 15px;
}

.card-profile .card-avatar2 {
  /* background-color: rgba(255, 255, 255, 0.1);   */
  width: 90px;
  max-width: 90px;
  max-height: 90px;
  margin: -50px auto 0;
  border-radius: 1%;
  overflow: hidden;
  padding: 0px;
  /* box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);  */
}
.card-profile .card-avatar2 img{
  width: 100%;
}
.card-profile .card-avatar2+.card-body{
  margin-top: 15px;
}

.card-lib .card-avatar {
  position: absolute;
  /* background-color: #fff; */
  width: 90px;
  max-width: 90px;
  max-height: 90px;
  margin: -17px -20px 0px 0px;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  /* box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2); */
}

.card-lib .card-avatar img{
  width: 100%;
}
.card-lib .card-avatar+.card-body{
  margin-top: 15px;
}


