
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values .card {
  background: var(--maincol2); /* light #ffecde */
}

.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
  text-align: center;
}



.values .read-more {
  /*display: inline-block;*/
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  /*background: var(--maincol2);*/
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 5px;
  transition: all ease-in-out 0.4s;
}

.values .read-more i {
  font-size: 14px;
}

.values .read-more:hover {
  background: var(--maincol2);
  color: #473d3a;
}


/*
.values .read-more a {
  color: #656262;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}
*/

.values .card:hover .card-body {
  background: var(--maincol1); /*#ff5821;*/
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}
